diff --git a/package-lock.json b/package-lock.json index 62425de..a234775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-vue": "^9.32.0", "globals": "^15.14.0", "npm-run-all2": "^7.0.2", - "postcss": "^8.4.44", + "postcss": "^8.5.3", "prettier": "^3.4.2", "tailwindcss": "^3.4.17", "typescript": "~5.4.0", @@ -4705,9 +4705,9 @@ } }, "node_modules/postcss": { - "version": "8.4.49", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", - "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", + "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", "funding": [ { "type": "opencollective", @@ -4722,8 +4722,9 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", + "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index e6b4165..d57c102 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-vue": "^9.32.0", "globals": "^15.14.0", "npm-run-all2": "^7.0.2", - "postcss": "^8.4.44", + "postcss": "^8.5.3", "prettier": "^3.4.2", "tailwindcss": "^3.4.17", "typescript": "~5.4.0",