diff --git a/examples/with-next-app-router/package-lock.json b/examples/with-next-app-router/package-lock.json index 88e775a4..c3f9277f 100644 --- a/examples/with-next-app-router/package-lock.json +++ b/examples/with-next-app-router/package-lock.json @@ -17,7 +17,7 @@ "eslint": "8.43.0", "eslint-config-next": "13.4.6", "next": "13.4.6", - "postcss": "8.4.24", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.2", @@ -6290,9 +6290,9 @@ } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", diff --git a/examples/with-next-app-router/package.json b/examples/with-next-app-router/package.json index ca59187b..238ae492 100644 --- a/examples/with-next-app-router/package.json +++ b/examples/with-next-app-router/package.json @@ -18,7 +18,7 @@ "eslint": "8.43.0", "eslint-config-next": "13.4.6", "next": "13.4.6", - "postcss": "8.4.24", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.2",