diff --git a/package-lock.json b/package-lock.json index 86221b6b3..262681752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "netlify-cli": "^21.5.0", "npm-run-all": "^4.0.0", "osm-community-index": "~5.9.2", - "postcss": "^8.5.3", + "postcss": "^8.5.4", "postcss-prefix-selector": "^2.1.1", "serve-handler": "^6.1.6", "shelljs": "^0.10.0", @@ -5848,9 +5848,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", - "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "funding": [ { "type": "github", @@ -21616,9 +21616,9 @@ } }, "node_modules/postcss": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", - "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", + "version": "8.5.4", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.4.tgz", + "integrity": "sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==", "funding": [ { "type": "opencollective", @@ -21635,7 +21635,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.8", + "nanoid": "^3.3.11", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index a8c5c1ad8..c8f881649 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "netlify-cli": "^21.5.0", "npm-run-all": "^4.0.0", "osm-community-index": "~5.9.2", - "postcss": "^8.5.3", + "postcss": "^8.5.4", "postcss-prefix-selector": "^2.1.1", "serve-handler": "^6.1.6", "shelljs": "^0.10.0",