From aecdc10f3127a55c12b4467e08d592b828c751a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:13:39 -0400 Subject: [PATCH] [4.x] Bump postcss from 8.4.21 to 8.4.31 (#8817) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8e329ea6f..15690075c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.2", "laravel-vite-plugin": "^0.7.2", - "postcss": "^8.4.4", + "postcss": "^8.4.31", "tailwindcss": "^3.3.0", "vite": "^4.2.3" } @@ -8368,9 +8368,9 @@ "integrity": "sha512-7T0K+qyY8bnjnEpQTiLbGsUaGlFcemK9gLurVSr6x1/qzr2HkHDNCOz5i+xhuTD1CrXckf/AGeCnLzvmAHMOHw==" }, "node_modules/postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -8379,10 +8379,14 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "nanoid": "^3.3.4", + "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, diff --git a/package.json b/package.json index a8e6c19c32..d61904c982 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.2", "laravel-vite-plugin": "^0.7.2", - "postcss": "^8.4.4", + "postcss": "^8.4.31", "tailwindcss": "^3.3.0", "vite": "^4.2.3" }