From 973354c2288a25cfdb0ebfd0d8c2e8749e3242a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:07:49 +0000 Subject: [PATCH] Bump sass from 1.54.4 to 1.56.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.54.4 to 1.56.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.54.4...1.56.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0588e24c..5968dd20 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lodash.debounce": "^4.0.8", "modern-css-reset": "^1.4.0", "rough-notation": "^0.5.1", - "sass": "^1.54.4", + "sass": "^1.56.0", "scrollama": "^3.2.0", "stimulus": "^3.1.0", "trix": "^1.2.0" diff --git a/yarn.lock b/yarn.lock index 62de1699..4d47b0cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1130,10 +1130,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -sass@^1.54.4: - version "1.54.4" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.54.4.tgz#803ff2fef5525f1dd01670c3915b4b68b6cba72d" - integrity sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA== +sass@^1.56.0: + version "1.56.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.56.0.tgz#134032075a3223c8d49cb5c35e091e5ba1de8e0a" + integrity sha512-WFJ9XrpkcnqZcYuLRJh5qiV6ibQOR4AezleeEjTjMsCocYW59dEG19U3fwTTXxzi2Ed3yjPBp727hbbj53pHFw== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"