From 3a86f784f5c580db38ac874e9631a67976762bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:54:34 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.77.5 to 1.77.6 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] --- 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 fb2108b27..e1f8a0c68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "npm-run-all": "4.1.5", "plugin-node-patternlab-inline-remote-assets": "^0.2.0", "prettier": "3.2.5", - "sass": "^1.77.5", + "sass": "^1.77.6", "style-dictionary": "3.9.2", "stylelint": "14.16.1", "stylelint-config-prettier": "9.0.5", @@ -11323,9 +11323,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", @@ -22154,9 +22154,9 @@ "dev": true }, "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, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 07a67ae58..bc63dfd40 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "npm-run-all": "4.1.5", "plugin-node-patternlab-inline-remote-assets": "^0.2.0", "prettier": "3.2.5", - "sass": "^1.77.5", + "sass": "^1.77.6", "style-dictionary": "3.9.2", "stylelint": "14.16.1", "stylelint-config-prettier": "9.0.5",