diff --git a/ui/package-lock.json b/ui/package-lock.json index dba5404..e8e4db2 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16,7 +16,7 @@ "eslint": "8.38.0", "eslint-config-next": "13.3.0", "next": "13.3.0", - "postcss": "^8.4.21", + "postcss": "^8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "^3.3.1", @@ -2963,9 +2963,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.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -2974,10 +2974,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.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, diff --git a/ui/package.json b/ui/package.json index 9cda015..081639d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -17,7 +17,7 @@ "eslint": "8.38.0", "eslint-config-next": "13.3.0", "next": "13.3.0", - "postcss": "^8.4.21", + "postcss": "^8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "^3.3.1",