From f306afab9e932cab29906e2995792c1262780803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:33:58 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.22 to 8.4.31 in /next/web Bumps [postcss](https://github.com/postcss/postcss) from 8.4.22 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.22...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- next/web/package-lock.json | 14 +++++++------- next/web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/next/web/package-lock.json b/next/web/package-lock.json index e579a8719..ad039633d 100644 --- a/next/web/package-lock.json +++ b/next/web/package-lock.json @@ -56,7 +56,7 @@ "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "less": "^4.1.2", - "postcss": "^8.4.18", + "postcss": "^8.4.31", "tailwindcss": "^3.2.3", "typescript": "^4.9.4", "vite": "^4.2.3" @@ -8478,9 +8478,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.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -17158,9 +17158,9 @@ } }, "postcss": { - "version": "8.4.22", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.22.tgz", - "integrity": "sha512-XseknLAfRHzVWjCEtdviapiBtfLdgyzExD50Rg2ePaucEesyh8Wv4VPdW0nbyDa1ydbrAxV19jvMT4+LFmcNUA==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "requires": { "nanoid": "^3.3.6", diff --git a/next/web/package.json b/next/web/package.json index 042ff4bda..283610edb 100644 --- a/next/web/package.json +++ b/next/web/package.json @@ -59,7 +59,7 @@ "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "less": "^4.1.2", - "postcss": "^8.4.18", + "postcss": "^8.4.31", "tailwindcss": "^3.2.3", "typescript": "^4.9.4", "vite": "^4.2.3"