From a19cbfc5f508e5dfab588ac5bd85cf6c54dee6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:42:03 +0000 Subject: [PATCH] Bump sass from 1.69.4 to 1.77.8 Bumps [sass](https://github.com/sass/dart-sass) from 1.69.4 to 1.77.8. - [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.77.8) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... 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 0f3603d..f906dd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "husky": "^8.0.1", "jsdom": "^20.0.1", "prettier": "^2.7.1", - "sass": "^1.69.4", + "sass": "^1.77.8", "standard-version": "^9.5.0", "terser": "^5.22.0", "tsc-alias": "^1.8.8", @@ -6009,9 +6009,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.77.8", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz", + "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -11653,9 +11653,9 @@ "dev": true }, "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.77.8", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz", + "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 034356a..83cab33 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "husky": "^8.0.1", "jsdom": "^20.0.1", "prettier": "^2.7.1", - "sass": "^1.69.4", + "sass": "^1.77.8", "standard-version": "^9.5.0", "terser": "^5.22.0", "tsc-alias": "^1.8.8",