diff --git a/package-lock.json b/package-lock.json index de715c3..db7af16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@tailwindcss/forms": "^0.5.3", "@types/inquirer": "^9.0.3", "autoprefixer": "^10.4.14", - "postcss": "^8.4.25", + "postcss": "^8.4.31", "tailwindcss": "^3.3.2", "tsx": "^3.12.7" } @@ -6587,7 +6587,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==", "dev": true, "funding": [ { @@ -6603,7 +6605,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 5b85e51..22d441a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@tailwindcss/forms": "^0.5.3", "@types/inquirer": "^9.0.3", "autoprefixer": "^10.4.14", - "postcss": "^8.4.25", + "postcss": "^8.4.31", "tailwindcss": "^3.3.2", "tsx": "^3.12.7" }