From 8a041f71296a64f3d128e24a61383b8670401bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:35:11 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.79.2 to 1.79.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.79.2 to 1.79.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.79.2...1.79.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23969f4d..a3726b8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "postcss-scss": "4.0.9", "react-chartjs-2": "5.2.0", "redux-mock-store": "1.5.4", - "sass": "1.79.2", + "sass": "1.79.3", "sass-loader": "16.0.1", "stylelint": "15.11.0", "stylelint-config-recommended-scss": "13.1.0", @@ -14167,9 +14167,9 @@ } }, "node_modules/sass": { - "version": "1.79.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.2.tgz", - "integrity": "sha512-YmT1aoF1MwHsZEu/eXhbAJNsPGAhNP4UixW9ckEwWCvPcVdVF0/C104OGDVEqtoctKq0N+wM20O/rj+sSPsWeg==", + "version": "1.79.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.3.tgz", + "integrity": "sha512-m7dZxh0W9EZ3cw50Me5GOuYm/tVAJAn91SUnohLRo9cXBixGUOdvmryN+dXpwR831bhoY3Zv7rEFt85PUwTmzA==", "dev": true, "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index f105f2c3..a1cf46ad 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "postcss-scss": "4.0.9", "react-chartjs-2": "5.2.0", "redux-mock-store": "1.5.4", - "sass": "1.79.2", + "sass": "1.79.3", "sass-loader": "16.0.1", "stylelint": "15.11.0", "stylelint-config-recommended-scss": "13.1.0",