From b96e28e4ecad968030b0571d2118c484b7390873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:10:11 +0000 Subject: [PATCH] build(deps): bump postcss from 8.4.27 to 8.4.31 in /.stackblitz 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] --- .stackblitz/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stackblitz/package.json b/.stackblitz/package.json index 4afa459..94a2afc 100644 --- a/.stackblitz/package.json +++ b/.stackblitz/package.json @@ -17,7 +17,7 @@ "eslint-config-next": "13.4.12", "next": "13.4.12", "next-security": "^1.1.1", - "postcss": "8.4.27", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.3",