From e5a976585846450cf7d32bfa4f033bdd3ea79af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:11:33 -0800 Subject: [PATCH] Bump sass from 1.83.2 to 1.83.3 in /ext/sass (#277) Bumps [sass](https://github.com/sass/dart-sass) from 1.83.2 to 1.83.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.83.2...1.83.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ext/sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sass/package.json b/ext/sass/package.json index 23e17828..e187db66 100644 --- a/ext/sass/package.json +++ b/ext/sass/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "sass": "1.83.2" + "sass": "1.83.3" } }