From 8b954b12409617ccefc82f6c6190f712a61b7bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:59:08 +0000 Subject: [PATCH] Bump postcss from 8.4.30 to 8.4.31 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 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.30...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index aa745cc..f8dba22 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "eslint": "8.50.0", "eslint-config-next": "13.5.2", "next": "13.5.2", - "postcss": "8.4.30", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.46.2", @@ -3093,9 +3093,9 @@ } }, "node_modules/postcss": { - "version": "8.4.30", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz", - "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", + "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/frontend/package.json b/frontend/package.json index 992bb69..f57da78 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "eslint": "8.50.0", "eslint-config-next": "13.5.2", "next": "13.5.2", - "postcss": "8.4.30", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.46.2",