From bf0716af8f986341cfa899ec3d2971739d0cf5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:54:46 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.25 to 8.4.31 in /client Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 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.25...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 24b7390a10..557d8c55bd 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -44,7 +44,7 @@ "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.2.0", "parcel": "^2.0.0", - "postcss": "^8.4.4", + "postcss": "^8.4.31", "prettier": "^2.0.0", "process": "^0.11.10", "stylelint": "^15.10.1", @@ -5251,9 +5251,9 @@ } }, "node_modules/postcss": { - "version": "8.4.25", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.25.tgz", - "integrity": "sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { diff --git a/client/package.json b/client/package.json index 85691e044b..9bae8e5711 100644 --- a/client/package.json +++ b/client/package.json @@ -39,7 +39,7 @@ "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.2.0", "parcel": "^2.0.0", - "postcss": "^8.4.4", + "postcss": "^8.4.31", "prettier": "^2.0.0", "process": "^0.11.10", "stylelint": "^15.10.1",