From c1296fa4c02847a47f9f81a290f3b10433121a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:06:12 +0000 Subject: [PATCH] build(deps): bump postcss from 8.4.27 to 8.4.31 in /example 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] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index b5b8e63..577f9f7 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "eslint": "8.45.0", "eslint-config-next": "13.4.12", "next": "13.4.12", - "postcss": "8.4.27", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.3",