From a697c5e8f1a8da448f11f261eaa5a250c6c70a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 23:37:03 +0000 Subject: [PATCH] Bump sass from 1.86.3 to 1.87.0 in /ext/sass Bumps [sass](https://github.com/sass/dart-sass) from 1.86.3 to 1.87.0. - [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.86.3...1.87.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.87.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 abadfd5e..84bb108d 100644 --- a/ext/sass/package.json +++ b/ext/sass/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "sass": "1.86.3" + "sass": "1.87.0" } }