From b453832f3b82ed1a3de2673a4fbc1a0e108a775a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:30:11 +0000 Subject: [PATCH] chore(deps-dev): bump the npm-dev-dependencies group with 1 update Bumps the npm-dev-dependencies group with 1 update: [sass](https://github.com/sass/dart-sass). - [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.4...1.69.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dev-dependencies ... 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 afe1a67..0f3a642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "jsdom": "^22.1.0", "npm-run-all": "^4.1.5", "postcss-cli": "^10.1.0", - "sass": "^1.69.4", + "sass": "^1.69.5", "stylelint": "^15.11.0", "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-scss": "^11.0.0", @@ -18063,9 +18063,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.69.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.4.tgz", - "integrity": "sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==", + "version": "1.69.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", + "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 2e63523..1f629ad 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "jsdom": "^22.1.0", "npm-run-all": "^4.1.5", "postcss-cli": "^10.1.0", - "sass": "^1.69.4", + "sass": "^1.69.5", "stylelint": "^15.11.0", "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-scss": "^11.0.0",