From aba11b86d5d390a4261dfbe96f179bf9a5203b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:27:07 -0800 Subject: [PATCH] Bump postcss from 8.4.49 to 8.5.1 in /pkg/sass-parser (#2496) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.1. - [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.49...8.5.1) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pkg/sass-parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sass-parser/package.json b/pkg/sass-parser/package.json index a2b4d812a..493a45106 100644 --- a/pkg/sass-parser/package.json +++ b/pkg/sass-parser/package.json @@ -31,7 +31,7 @@ "test": "jest" }, "dependencies": { - "postcss": ">=8.4.41 <8.5.0", + "postcss": ">=8.4.41 <8.6.0", "sass": "file:../../build/npm" }, "devDependencies": {