Revert postcss update

This commit is contained in:
Stasia Michalska
2026-05-21 22:48:07 +02:00
parent c5e29ce638
commit 6c1bcbdb7d
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -38,7 +38,7 @@
"karma-source-map-support": "^1.4.0", "karma-source-map-support": "^1.4.0",
"karma-threshold-reporter": "^0.1.15", "karma-threshold-reporter": "^0.1.15",
"mocha": "^11.7.5", "mocha": "^11.7.5",
"postcss": "^8.5.6", "postcss": "8.5.6",
"require-from-string": "^2.0.2", "require-from-string": "^2.0.2",
"sass": "^1.94.2", "sass": "^1.94.2",
"sinon": "^1.17.3", "sinon": "^1.17.3",
@@ -9739,9 +9739,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.5.15", "version": "8.5.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
"integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -9759,7 +9759,7 @@
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.12", "nanoid": "^3.3.11",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"source-map-js": "^1.2.1" "source-map-js": "^1.2.1"
}, },
+1 -1
View File
@@ -81,7 +81,7 @@
"karma-source-map-support": "^1.4.0", "karma-source-map-support": "^1.4.0",
"karma-threshold-reporter": "^0.1.15", "karma-threshold-reporter": "^0.1.15",
"mocha": "^11.7.5", "mocha": "^11.7.5",
"postcss": "^8.5.6", "postcss": "8.5.6",
"require-from-string": "^2.0.2", "require-from-string": "^2.0.2",
"sass": "^1.94.2", "sass": "^1.94.2",
"sinon": "^1.17.3", "sinon": "^1.17.3",