From 91d4db61f0e2a6a673565aff81ef7361ca10474e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:48:28 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.69.0 to 1.69.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.69.0 to 1.69.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.69.0...1.69.1) --- 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 86970b693e5d..6ce77453e418 100644 --- a/package.json +++ b/package.json @@ -228,7 +228,7 @@ "resolve": "^1.22.6", "resolve-url-loader": "^5.0.0", "rough-notation": "^0.5.1", - "sass": "^1.69.0", + "sass": "^1.69.1", "sass-loader": "^13.3.2", "semver": "^7.5.4", "source-map-explorer": "^2.5.3", diff --git a/yarn.lock b/yarn.lock index a4bbecc0d35e..645e0c09fd64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13058,10 +13058,10 @@ sass-loader@^13.3.2: dependencies: neo-async "^2.6.2" -sass@^1.69.0: - version "1.69.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.0.tgz#5195075371c239ed556280cf2f5944d234f42679" - integrity sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ== +sass@^1.69.1: + version "1.69.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.1.tgz#659b3b04452245dcf82f731684831e990ddb0c89" + integrity sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"