From 6e9c1995af809929900cd053944ca06a35fe61e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:47:01 +0100 Subject: [PATCH] Bump sass from 1.80.4 to 1.80.6 (#1189) * Bump sass from 1.80.4 to 1.80.6 Bumps [sass](https://github.com/sass/dart-sass) from 1.80.4 to 1.80.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.80.4...1.80.6) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update yarn.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++----- yarn.nix | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index bbd70702..51476451 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-vue": "^9.30.0", "eslint-plugin-vuetify": "^1.1.0", "prettier": "^3.3.3", - "sass": "^1.80.4", + "sass": "^1.80.6", "sass-loader": "^16.0.2", "vue-cli-plugin-i18n": "^2.3.2", "vue-cli-plugin-vuetify": "^2.5.8", diff --git a/yarn.lock b/yarn.lock index 205b6ba7..353df017 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5730,15 +5730,16 @@ sass-loader@^16.0.2: dependencies: neo-async "^2.6.2" -sass@^1.80.4: - version "1.80.4" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.4.tgz#bc0418fd796cad2f1a1309d8b4d7fe44b7027de0" - integrity sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w== +sass@^1.80.6: + version "1.80.6" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.6.tgz#5d0aa55763984effe41e40019c9571ab73e6851f" + integrity sha512-ccZgdHNiBF1NHBsWvacvT5rju3y1d/Eu+8Ex6c21nHp2lZGLBEtuwc415QfiI1PJa1TpCo3iXwwSRjRpn2Ckjg== dependencies: - "@parcel/watcher" "^2.4.1" chokidar "^4.0.0" immutable "^4.0.0" source-map-js ">=0.6.2 <2.0.0" + optionalDependencies: + "@parcel/watcher" "^2.4.1" schema-utils@^2.6.5: version "2.7.1" diff --git a/yarn.nix b/yarn.nix index 39df865b..028fca52 100644 --- a/yarn.nix +++ b/yarn.nix @@ -6330,11 +6330,11 @@ }; } { - name = "sass___sass_1.80.4.tgz"; + name = "sass___sass_1.80.6.tgz"; path = fetchurl { - name = "sass___sass_1.80.4.tgz"; - url = "https://registry.yarnpkg.com/sass/-/sass-1.80.4.tgz"; - sha512 = "rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w=="; + name = "sass___sass_1.80.6.tgz"; + url = "https://registry.yarnpkg.com/sass/-/sass-1.80.6.tgz"; + sha512 = "ccZgdHNiBF1NHBsWvacvT5rju3y1d/Eu+8Ex6c21nHp2lZGLBEtuwc415QfiI1PJa1TpCo3iXwwSRjRpn2Ckjg=="; }; } {