diff --git a/package-lock.json b/package-lock.json index 2f577f3e47..5333b48b13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "lodash.merge": "^4.6.2", "minimatch": "9.0.5", "module-alias": "2.2.3", - "postcss": "8.4.49", + "postcss": "8.5.1", "postcss-html": "0.36.0", "postcss-less": "6.0.0", "postcss-sass": "0.5.0", @@ -8262,9 +8262,9 @@ } }, "node_modules/postcss": { - "version": "8.4.49", - "resolved": "https://repox.jfrog.io/artifactory/api/npm/npm/postcss/-/postcss-8.4.49.tgz", - "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", + "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", "funding": [ { "type": "opencollective", @@ -8279,8 +8279,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 5c8e39e3b1..15a8693a54 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "lodash.merge": "^4.6.2", "minimatch": "9.0.5", "module-alias": "2.2.3", - "postcss": "8.4.49", + "postcss": "8.5.1", "postcss-html": "0.36.0", "postcss-less": "6.0.0", "postcss-sass": "0.5.0",