diff --git a/package-lock.json b/package-lock.json index f0d1b9608..219f8bfed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "name-suggestion-index": "~6.0", "npm-run-all": "^4.0.0", "osm-community-index": "~5.9.1", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "postcss-selector-prepend": "^0.5.0", "shelljs": "^0.8.0", "shx": "^0.3.0", @@ -6276,9 +6276,9 @@ } }, "node_modules/postcss": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", - "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz", + "integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==", "funding": [ { "type": "opencollective", @@ -6293,6 +6293,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", diff --git a/package.json b/package.json index 56fc42d7e..4f27a4d54 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "name-suggestion-index": "~6.0", "npm-run-all": "^4.0.0", "osm-community-index": "~5.9.1", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "postcss-selector-prepend": "^0.5.0", "shelljs": "^0.8.0", "shx": "^0.3.0",