diff --git a/package-lock.json b/package-lock.json index 61c363c9..f2fc8478 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "husky": "8.0.3", "lint-staged": "13.1.0", "mini-css-extract-plugin": "2.7.2", - "postcss": "8.4.21", + "postcss": "8.4.33", "postcss-easing-gradients": "3.0.1", "postcss-focus-visible": "7.1.0", "postcss-loader": "7.0.2", @@ -8939,10 +8939,16 @@ } }, "node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -9645,9 +9651,9 @@ } }, "node_modules/postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "dev": true, "funding": [ { @@ -9657,10 +9663,14 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "nanoid": "^3.3.4", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, diff --git a/package.json b/package.json index 920186c0..aa4c2f6e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "husky": "8.0.3", "lint-staged": "13.1.0", "mini-css-extract-plugin": "2.7.2", - "postcss": "8.4.21", + "postcss": "8.4.33", "postcss-easing-gradients": "3.0.1", "postcss-focus-visible": "7.1.0", "postcss-loader": "7.0.2",