From b8d26a892be1e8fab55e8db55238bf42132e7e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:39:37 +0000 Subject: [PATCH] Bump sass from 1.66.1 to 1.69.5 Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.69.5. - [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.66.1...1.69.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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 fca2ddbb..e5b5fdfa 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "react-test-renderer": "^18.2.0", "redux-logger": "^3.0.6", "rimraf": "^5.0.1", - "sass": "^1.66.1", + "sass": "^1.69.5", "sass-loader": "^13.3.2", "source-map-support": "^0.5.21", "spectron": "19.0.0", diff --git a/yarn.lock b/yarn.lock index eb41567d..4ae1cebd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10857,10 +10857,10 @@ sass-loader@^13.3.2: dependencies: neo-async "^2.6.2" -sass@^1.66.1: - version "1.66.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.1.tgz#04b51c4671e4650aa393740e66a4e58b44d055b1" - integrity sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA== +sass@^1.69.5: + version "1.69.5" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde" + integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"