diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d2cdd66bfe..32f66cf1d3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,7 +24,7 @@ "minimatch": "^9.0.0", "muicss": "^0.10.3", "normalize.css": "^8.0.1", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "pug-lint-vue": "^0.4.0", "seedrandom": "^3.0.5", "vue": "~3.4.0", @@ -10150,8 +10150,9 @@ } }, "node_modules/picocolors": { - "version": "1.0.0", - "license": "ISC" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" }, "node_modules/picomatch": { "version": "2.3.1", @@ -10264,7 +10265,9 @@ } }, "node_modules/postcss": { - "version": "8.4.38", + "version": "8.4.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", + "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", "funding": [ { "type": "opencollective", @@ -10279,10 +10282,9 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", + "picocolors": "^1.0.1", "source-map-js": "^1.2.0" }, "engines": { diff --git a/frontend/package.json b/frontend/package.json index 51bc95e00e..c605edcb00 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "minimatch": "^9.0.0", "muicss": "^0.10.3", "normalize.css": "^8.0.1", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "pug-lint-vue": "^0.4.0", "seedrandom": "^3.0.5", "vue": "~3.4.0",