From 928cc8d0cd200c2bb664254547ae3c3c4613ce99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:43:41 +0000 Subject: [PATCH] Bump postcss from 8.4.27 to 8.4.31 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:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c042edf..c1cee66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "eslint-config-next": "13.4.12", "js-cookie": "^3.0.5", "next": "^13.4.19", - "postcss": "8.4.27", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.2", @@ -3212,9 +3212,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/package.json b/package.json index 30e9829..07e967b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "eslint-config-next": "13.4.12", "js-cookie": "^3.0.5", "next": "^13.4.19", - "postcss": "8.4.27", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.2",