build(deps): bump postcss-preset-env from 10.1.0 to 10.1.1

Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 10.1.0 to 10.1.1.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-22 11:42:38 +00:00 committed by GitHub
parent 40c8d5f5ee
commit 9f0ab0b049
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"cssnano": "7.0.6",
"postcss": "8.4.49",
"postcss-preset-env": "10.1.0",
"postcss-preset-env": "10.1.1",
"tachyons": "4.12.0"
},
"devDependencies": {
@ -1021,9 +1021,9 @@
}
},
"node_modules/@csstools/postcss-sign-functions": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.0.0.tgz",
"integrity": "sha512-cUpr5W8eookBi5TiLSvx1HL6DFoTTgcj2pmiVNd63y2JHhvtpnJs3sfsFMmLhB42yTRS02tFPsNz3Q5zeN8ZVA==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.0.tgz",
"integrity": "sha512-SLcc20Nujx/kqbSwDmj6oaXgpy3UjFhBy1sfcqPgDkHfOIfUtUVH7OXO+j7BU4v/At5s61N5ZX6shvgPwluhsA==",
"funding": [
{
"type": "github",
@ -6956,9 +6956,9 @@
}
},
"node_modules/postcss-preset-env": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.1.0.tgz",
"integrity": "sha512-OfzbinZWpFcmuLB3mabsGa0NArzx5DVVtZ9G1k326iLvU7Jj9q/G3ihBu/Msi0mt96CjrM23HpbuEewDvT71KQ==",
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.1.1.tgz",
"integrity": "sha512-wqqsnBFD6VIwcHHRbhjTOcOi4qRVlB26RwSr0ordPj7OubRRxdWebv/aLjKLRR8zkZrbxZyuus03nOIgC5elMQ==",
"funding": [
{
"type": "github",
@ -6994,10 +6994,10 @@
"@csstools/postcss-normalize-display-values": "^4.0.0",
"@csstools/postcss-oklab-function": "^4.0.6",
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
"@csstools/postcss-random-function": "^1.0.0",
"@csstools/postcss-random-function": "^1.0.1",
"@csstools/postcss-relative-color-syntax": "^3.0.6",
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
"@csstools/postcss-sign-functions": "^1.0.0",
"@csstools/postcss-sign-functions": "^1.1.0",
"@csstools/postcss-stepped-value-functions": "^4.0.5",
"@csstools/postcss-text-decoration-shorthand": "^4.0.1",
"@csstools/postcss-trigonometric-functions": "^4.0.5",

View File

@ -34,7 +34,7 @@
"dependencies": {
"cssnano": "7.0.6",
"postcss": "8.4.49",
"postcss-preset-env": "10.1.0",
"postcss-preset-env": "10.1.1",
"tachyons": "4.12.0"
},
"devDependencies": {