From 5676008c6e3ace16df6379fb82db13c711b3c19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:33:38 +0000 Subject: [PATCH] build(deps): bump sass from 1.69.1 to 1.69.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.69.1 to 1.69.2. - [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.1...1.69.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production 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 9a2bfea49..9a27c4ffc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "jquery": "^3.7.1", "masonry-layout": "^4.2.2", "popper.js": "^1.16.1", - "sass": "^1.69.1", + "sass": "^1.69.2", "sifter": "^0.5.4", "three": "^0.157.0", "typescript": "^5.2.2" diff --git a/yarn.lock b/yarn.lock index eae438952..9b93eda71 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2466,10 +2466,10 @@ safe-regex-test@^1.0.0: get-intrinsic "^1.1.3" is-regex "^1.1.4" -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== +sass@^1.69.2: + version "1.69.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.2.tgz#8aeaeb6c1dcdbeaa26bbfeddece67c9fcd4b1d93" + integrity sha512-48lDtG/9OuSQZ9oNmJMUXI2QdCakAWrAGjpX/Fy6j4Og8dEAyE598x5GqCqnHkwV7+I5w8DJpqjm581q5HNh3w== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"