fix(deps): update dependency postcss-preset-env to v10.0.6
All checks were successful
Lint / Lint (push) Successful in 33s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m1s

This commit is contained in:
Renovate Bot 2024-10-05 15:03:21 +00:00
parent d55b3c6670
commit df525d6a33

15
package-lock.json generated
View File

@ -5713,9 +5713,9 @@
} }
}, },
"node_modules/postcss-custom-media": { "node_modules/postcss-custom-media": {
"version": "11.0.1", "version": "11.0.2",
"resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.1.tgz", "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.2.tgz",
"integrity": "sha512-vfBliYVgEEJUFXCRPQ7jYt1wlD322u+/5GT0tZqMVYFInkpDHfjhU3nk2quTRW4uFc/umOOqLlxvrEOZRvloMw==", "integrity": "sha512-IDtxB1VgPayRLjNBMjuf827sn1j2m9EGnhIxpx2coVerbWJF+twt590+PKvdDc4K8QNFqFJh+W/SOiHpasVXsg==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -5726,6 +5726,7 @@
"url": "https://opencollective.com/csstools" "url": "https://opencollective.com/csstools"
} }
], ],
"license": "MIT",
"dependencies": { "dependencies": {
"@csstools/cascade-layer-name-parser": "^2.0.1", "@csstools/cascade-layer-name-parser": "^2.0.1",
"@csstools/css-parser-algorithms": "^3.0.1", "@csstools/css-parser-algorithms": "^3.0.1",
@ -6497,9 +6498,9 @@
} }
}, },
"node_modules/postcss-preset-env": { "node_modules/postcss-preset-env": {
"version": "10.0.5", "version": "10.0.6",
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.0.5.tgz", "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.0.6.tgz",
"integrity": "sha512-ipPOgr3RY0utgJDbNoCX2dxKoQ4e4WO1pC21QhDlxCAX8+qC8O2Ezkzb54fd+8XtZ1UveA5gLjBsVo6dJDoWIg==", "integrity": "sha512-qixfM2wbvKJhUjJELLB8lV2UCsyrMdSXqiXHiNKMgAbNturstc80j/8MsthJeOpxYEekrCrFzcaoOJm8JRSdBg==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -6553,7 +6554,7 @@
"postcss-color-functional-notation": "^7.0.2", "postcss-color-functional-notation": "^7.0.2",
"postcss-color-hex-alpha": "^10.0.0", "postcss-color-hex-alpha": "^10.0.0",
"postcss-color-rebeccapurple": "^10.0.0", "postcss-color-rebeccapurple": "^10.0.0",
"postcss-custom-media": "^11.0.1", "postcss-custom-media": "^11.0.2",
"postcss-custom-properties": "^14.0.1", "postcss-custom-properties": "^14.0.1",
"postcss-custom-selectors": "^8.0.1", "postcss-custom-selectors": "^8.0.1",
"postcss-dir-pseudo-class": "^9.0.0", "postcss-dir-pseudo-class": "^9.0.0",