From b3f3880c8eda1f09cfc16c3a053f7f6494e9e3fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:05:58 +0000 Subject: [PATCH] Bump sass from 1.77.5 to 1.77.6 (#1410) Bumps [sass](https://github.com/sass/dart-sass) from 1.77.5 to 1.77.6. - [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.77.5...1.77.6) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b625a293..94c93039 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "open": "^10.1.0", "plugin-error": "^2.0.1", "run-sequence": "^2.2.1", - "sass": "^1.77.5", + "sass": "^1.77.6", "util": "^0.12.5", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" @@ -17554,9 +17554,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.77.5", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.5.tgz", - "integrity": "sha512-oDfX1mukIlxacPdQqNb6mV2tVCrnE+P3nVYioy72V5tlk56CPNcO4TCuFcaCRKKfJ1M3lH95CleRS+dVKL2qMg==", + "version": "1.77.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz", + "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 230fc56e..aca8a3a2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "open": "^10.1.0", "plugin-error": "^2.0.1", "run-sequence": "^2.2.1", - "sass": "^1.77.5", + "sass": "^1.77.6", "util": "^0.12.5", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0"