From c9d21cef876233d6bf9fa086ece3b859b873362f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 13:07:31 +0000 Subject: [PATCH] Bump sass from 1.54.4 to 1.57.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.54.4 to 1.57.1. - [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.57.1) --- 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..125fc529 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.57.1", "scrollama": "^3.2.0", "stimulus": "^3.1.0", "trix": "^1.2.0" diff --git a/yarn.lock b/yarn.lock index 62de1699..f38de37e 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.57.1: + version "1.57.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.1.tgz#dfafd46eb3ab94817145e8825208ecf7281119b5" + integrity sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"