diff --git a/package-lock.json b/package-lock.json index c270446..535a9bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "marked": "^5.1.1", "marked-highlight": "^2.0.1", "nuxt": "^3.6.2", - "postcss": "^8.4.25", + "postcss": "^8.4.31", "postcss-nesting": "^12.0.0", "tailwindcss": "^3.3.2" }, @@ -6716,7 +6716,9 @@ } }, "node_modules/postcss": { - "version": "8.4.25", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -6731,7 +6733,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index d99b918..94bfad9 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "marked": "^5.1.1", "marked-highlight": "^2.0.1", "nuxt": "^3.6.2", - "postcss": "^8.4.25", + "postcss": "^8.4.31", "postcss-nesting": "^12.0.0", "tailwindcss": "^3.3.2" }