From ae75c736e1eefd2fcb7f6e6556359beeb8a7f1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 22:02:29 +0000 Subject: [PATCH] Bump sass from 1.52.1 to 1.52.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.52.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.52.1...1.52.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... 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 5f5df87..c4f07fa 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "mixin-deep": "^2.0.1", "node-sass": "^7.0.1", "regenerator-runtime": "^0.13.9", - "sass": "^1.52.1", + "sass": "^1.52.3", "set-value": "^4.1.0" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 7074ada..7138f89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6823,10 +6823,10 @@ sass-graph@4.0.0: scss-tokenizer "^0.3.0" yargs "^17.2.1" -sass@^1.52.1: - version "1.52.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.1.tgz#554693da808543031f9423911d62c60a1acf7889" - integrity sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q== +sass@^1.52.3: + version "1.52.3" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.3.tgz#b7cc7ffea2341ccc9a0c4fd372bf1b3f9be1b6cb" + integrity sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"