From 3a43b79c814e3bbd346b002a13b6c0eaab68f360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:17:28 -0400 Subject: [PATCH] Bump postcss from 8.4.24 to 8.4.31 (#1700) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++-------------- playgrounds/react/package.json | 2 +- playgrounds/svelte/package.json | 2 +- playgrounds/vue2/package.json | 2 +- playgrounds/vue3/package.json | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) 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",