From 8d9266d7b1af8655ebbe245cdc42ae30b972c33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:40:40 +0000 Subject: [PATCH] Bump postcss from 8.4.21 to 8.4.31 in /linkis-web 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] --- linkis-web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linkis-web/package.json b/linkis-web/package.json index 47828a70c2..280927e572 100644 --- a/linkis-web/package.json +++ b/linkis-web/package.json @@ -40,7 +40,7 @@ "monaco-editor": "0.30.1", "object-to-formdata": "4.2.2", "path-browserify": "1.0.1", - "postcss": "8.4.21", + "postcss": "8.4.31", "qs": "6.11.0", "reconnecting-websocket": "4.4.0", "sql-formatter": "2.3.3", @@ -78,6 +78,6 @@ "webpack-virtual-modules": "0.3.2" }, "resolutions": { - "postcss": "8.4.21" + "postcss": "8.4.31" } }