diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 052ff18..ab4bc04 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -47,7 +47,7 @@ "eslint": "^8.45.0", "eslint-plugin-vue": "^9.15.0", "jsdom": "^23.0.0", - "postcss": "^8.4.35", + "postcss": "^8.5.10", "prettier": "^3.0.0", "rollup-plugin-visualizer": "^5.14.0", "sass": "^1.77.0", @@ -5824,9 +5824,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "funding": [ { "type": "opencollective", @@ -5841,6 +5841,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", diff --git a/frontend/package.json b/frontend/package.json index 1f7141b..aef1a4c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -60,7 +60,7 @@ "eslint": "^8.45.0", "eslint-plugin-vue": "^9.15.0", "jsdom": "^23.0.0", - "postcss": "^8.4.35", + "postcss": "^8.5.10", "prettier": "^3.0.0", "rollup-plugin-visualizer": "^5.14.0", "sass": "^1.77.0", diff --git a/package-lock.json b/package-lock.json index 520b17e..7ecd745 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1869,9 +1869,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "funding": [ { "type": "opencollective", @@ -1886,6 +1886,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1",