From 71e6a078c3212c539a5262b51c6c2e0c532494f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 07:23:24 +0000 Subject: [PATCH] Bump postcss from 8.2.13 to 8.4.31 in /scripts/installer/frameworks/vue Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 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.2.13...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- scripts/installer/frameworks/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer/frameworks/vue/package.json b/scripts/installer/frameworks/vue/package.json index 816f88041..5e70523c6 100644 --- a/scripts/installer/frameworks/vue/package.json +++ b/scripts/installer/frameworks/vue/package.json @@ -144,7 +144,7 @@ "namor": "2.0.2", "node-fetch": "2.6.7", "node-sass": "7.0.0", - "postcss": "8.2.13", + "postcss": "8.4.31", "postcss-assets": "5.0.0", "postcss-custom-properties": "^8.0.11", "postcss-flexbugs-fixes": "5.0.2",