From 5babf0874e070e8f28b7101e098e55d9dea53e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:25:21 +0000 Subject: [PATCH] chore(deps): bump sass from 1.69.1 to 1.69.4 (#562) Bumps [sass](https://github.com/sass/dart-sass) from 1.69.1 to 1.69.4. - [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.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3cdfe89..65cb625d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-markdown": "^8.0.6", - "sass": "^1.69.1" + "sass": "^1.69.4" } }, "nickel-repl": { @@ -17240,9 +17240,9 @@ } }, "node_modules/sass": { - "version": "1.69.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.1.tgz", - "integrity": "sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==", + "version": "1.69.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.4.tgz", + "integrity": "sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -32662,9 +32662,9 @@ } }, "sass": { - "version": "1.69.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.1.tgz", - "integrity": "sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==", + "version": "1.69.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.4.tgz", + "integrity": "sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==", "requires": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index c8983d1e..bad69d3b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react-bootstrap-icons": "^1.10.3", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "sass": "^1.69.1", + "sass": "^1.69.4", "react-markdown": "^8.0.6" }, "overrides": {