From 1dc59b1502125657d7c152f81c122aa048367389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:02:42 +0000 Subject: [PATCH] Bump sass from 1.80.1 to 1.80.2 in /ext/sass Bumps [sass](https://github.com/sass/dart-sass) from 1.80.1 to 1.80.2. - [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.80.1...1.80.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... 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 be69bfe0..042a0e7b 100644 --- a/ext/sass/package.json +++ b/ext/sass/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "sass": "1.80.1" + "sass": "1.80.2" } }