From 10b65c9ca46b11ea5ec11960f8eec498090b3e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 06:57:35 +0000 Subject: [PATCH] npm: 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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7215c132..42108be7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-icons": "^4.11.0", "react-redux": "^8.1.3", "redux-logger": "^3.0.6", - "sass": "^1.69.1", + "sass": "^1.69.2", "stylelint": "^15.10.3", "ts-node": "^10.9.1", "typescript": "^5.2.2", @@ -7636,9 +7636,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "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.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.2.tgz", + "integrity": "sha512-48lDtG/9OuSQZ9oNmJMUXI2QdCakAWrAGjpX/Fy6j4Og8dEAyE598x5GqCqnHkwV7+I5w8DJpqjm581q5HNh3w==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -14854,9 +14854,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "sass": { - "version": "1.69.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.1.tgz", - "integrity": "sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==", + "version": "1.69.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.2.tgz", + "integrity": "sha512-48lDtG/9OuSQZ9oNmJMUXI2QdCakAWrAGjpX/Fy6j4Og8dEAyE598x5GqCqnHkwV7+I5w8DJpqjm581q5HNh3w==", "requires": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index 1c726063..67340173 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-icons": "^4.11.0", "react-redux": "^8.1.3", "redux-logger": "^3.0.6", - "sass": "^1.69.1", + "sass": "^1.69.2", "stylelint": "^15.10.3", "ts-node": "^10.9.1", "typescript": "^5.2.2",