From 98dc9e5b71d99a2257cab5ac34f3559c20106d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 15:04:03 +0000 Subject: [PATCH] chore(deps): bump postcss from 8.4.21 to 8.4.31 in /scripts/prebundle Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 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.21...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/prebundle/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prebundle/package.json b/scripts/prebundle/package.json index 99d0225866aa..7406fa313a79 100644 --- a/scripts/prebundle/package.json +++ b/scripts/prebundle/package.json @@ -15,7 +15,7 @@ "@types/node": "^14", "@vercel/ncc": "0.33.3", "dts-packer": "0.0.3", - "postcss": "8.4.21", + "postcss": "8.4.31", "typescript": "^5", "webpack": "^5.88.1" },