diff --git a/package-lock.json b/package-lock.json index 147a78a..7652077 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.14", - "postcss": "^8.4.22", + "postcss": "^8.4.24", "prettier": "^2.8.7", "prettier-plugin-tailwindcss": "^0.2.7", "tailwindcss": "^3.3.1" @@ -3088,9 +3088,9 @@ } }, "node_modules/postcss": { - "version": "8.4.22", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.22.tgz", - "integrity": "sha512-XseknLAfRHzVWjCEtdviapiBtfLdgyzExD50Rg2ePaucEesyh8Wv4VPdW0nbyDa1ydbrAxV19jvMT4+LFmcNUA==", + "version": "8.4.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", + "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index b86b82d..da1209b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.14", - "postcss": "^8.4.22", + "postcss": "^8.4.24", "prettier": "^2.8.7", "prettier-plugin-tailwindcss": "^0.2.7", "tailwindcss": "^3.3.1"