diff --git a/package-lock.json b/package-lock.json index 97c2c21..9724355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "is-ci": "3.0.1", "lint-staged": "15.2.2", "npm-run-all2": "6.1.2", - "postcss": "8.4.28", + "postcss": "8.4.38", "prettier": "3.2.5", "prettier-plugin-astro": "0.13.0", "prettier-plugin-tailwindcss": "0.5.14", @@ -8456,9 +8456,9 @@ } }, "node_modules/postcss": { - "version": "8.4.28", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", - "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "version": "8.4.38", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", + "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", "dev": true, "funding": [ { @@ -8475,9 +8475,9 @@ } ], "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -11599,34 +11599,6 @@ "@esbuild/win32-x64": "0.20.2" } }, - "node_modules/vite/node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, "node_modules/vitefu": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz", diff --git a/package.json b/package.json index 5e34460..6f556cd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "is-ci": "3.0.1", "lint-staged": "15.2.2", "npm-run-all2": "6.1.2", - "postcss": "8.4.28", + "postcss": "8.4.38", "prettier": "3.2.5", "prettier-plugin-astro": "0.13.0", "prettier-plugin-tailwindcss": "0.5.14",