From 4d1f283e28d75398478a3e35376914b0e36cdf57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:46:32 +0000 Subject: [PATCH] Build(deps-dev): Bump postcss from 8.4.27 to 8.4.31 in /client Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 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.27...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 7031cd2..5435479 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -34,7 +34,7 @@ "eslint-config-prettier": "^8.10.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", - "postcss": "^8.4.27", + "postcss": "^8.4.31", "prettier": "3.0.1", "tailwindcss": "^3.3.3", "typescript": "^5.0.2", @@ -2672,9 +2672,9 @@ } }, "node_modules/postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", diff --git a/client/package.json b/client/package.json index e21ced1..e23a4d2 100644 --- a/client/package.json +++ b/client/package.json @@ -38,7 +38,7 @@ "eslint-config-prettier": "^8.10.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", - "postcss": "^8.4.27", + "postcss": "^8.4.31", "prettier": "3.0.1", "tailwindcss": "^3.3.3", "typescript": "^5.0.2",