From 0737471a8ddcf37bdd86fca1a2a482d0fdf6c141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:10:59 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.79.1 to 1.79.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.79.1 to 1.79.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.79.1...1.79.2) --- 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 c238e3272902..1df10486d8d9 100644 --- a/package.json +++ b/package.json @@ -239,7 +239,7 @@ "resolve": "^1.22.8", "resolve-url-loader": "^5.0.0", "rough-notation": "^0.5.1", - "sass": "^1.79.1", + "sass": "^1.79.2", "sass-loader": "^16.0.1", "source-map-loader": "^5.0.0", "style-loader": "^3.3.4", diff --git a/yarn.lock b/yarn.lock index e2dc98f52ef7..e198c49a8eb8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13111,10 +13111,10 @@ sass-loader@^16.0.1: dependencies: neo-async "^2.6.2" -sass@^1.79.1: - version "1.79.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.1.tgz#0c572e8f09cc4095c27077567f78dbb9b3dceeb2" - integrity sha512-+mA7svoNKeL0DiJqZGeR/ZGUu8he4I8o3jyUcOFyo4eBJrwNgIMmAEwCMo/N2Y3wdjOBcRzoNxZIOtrtMX8EXg== +sass@^1.79.2: + version "1.79.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.2.tgz#e0ee2877eaadaf17b4086fd15783e625bb77447e" + integrity sha512-YmT1aoF1MwHsZEu/eXhbAJNsPGAhNP4UixW9ckEwWCvPcVdVF0/C104OGDVEqtoctKq0N+wM20O/rj+sSPsWeg== dependencies: chokidar "^4.0.0" immutable "^4.0.0"