diff --git a/package-lock.json b/package-lock.json index f4ae68e37..45d6b5832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2560,9 +2560,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==", "devOptional": true, "funding": [ { @@ -4127,7 +4127,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.2.4", @@ -4157,7 +4157,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "svelte": "^4.0.0", "tailwindcss": "^3.2.4", "vite": "^4.0.5" @@ -4173,7 +4173,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "tailwindcss": "^3.2.4", "vite": "^4.0.5", "vue": "^2.7.14", @@ -4191,7 +4191,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "tailwindcss": "^3.2.4", "typescript": "^4.9.4", "vite": "^4.0.5", @@ -4719,7 +4719,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.2.4", @@ -4752,7 +4752,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "svelte": "^4.0.0", "tailwindcss": "^3.2.4", "vite": "^4.0.5" @@ -4787,7 +4787,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "tailwindcss": "^3.2.4", "vite": "^4.0.5", "vue": "^2.7.14", @@ -4847,7 +4847,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "tailwindcss": "^3.2.4", "typescript": "^4.9.4", "vite": "^4.0.5", @@ -6289,9 +6289,9 @@ "dev": true }, "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==", "devOptional": true, "requires": { "nanoid": "^3.3.6", diff --git a/playgrounds/react/package.json b/playgrounds/react/package.json index f581ec797..4cca2fb34 100644 --- a/playgrounds/react/package.json +++ b/playgrounds/react/package.json @@ -14,7 +14,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.2.4", diff --git a/playgrounds/svelte/package.json b/playgrounds/svelte/package.json index 78e1f248f..705a8eda2 100644 --- a/playgrounds/svelte/package.json +++ b/playgrounds/svelte/package.json @@ -13,7 +13,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "svelte": "^4.0.0", "tailwindcss": "^3.2.4", "vite": "^4.0.5" diff --git a/playgrounds/vue2/package.json b/playgrounds/vue2/package.json index a6859304e..0c4ba85a1 100644 --- a/playgrounds/vue2/package.json +++ b/playgrounds/vue2/package.json @@ -13,7 +13,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "tailwindcss": "^3.2.4", "vite": "^4.0.5", "vue": "^2.7.14", diff --git a/playgrounds/vue3/package.json b/playgrounds/vue3/package.json index 04e520fe7..35fe0fc07 100644 --- a/playgrounds/vue3/package.json +++ b/playgrounds/vue3/package.json @@ -14,7 +14,7 @@ "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", "lodash": "^4.17.19", - "postcss": "^8.4.20", + "postcss": "^8.4.31", "tailwindcss": "^3.2.4", "typescript": "^4.9.4", "vite": "^4.0.5",