From 71466dc34722d31dc8c20c5fc5b2eba33e28f9ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 19:43:07 +0000 Subject: [PATCH] chore(deps-dev): bump sass in the npm-development group Bumps the npm-development group with 1 update: [sass](https://github.com/sass/dart-sass). Updates `sass` from 1.76.0 to 1.77.0 - [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.76.0...1.77.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... 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 c627692..fb2690e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "lint-staged": "^15.2.2", "nuxt": "^3.11.2", "prettier": "^3.2.5", - "sass": "^1.76.0", + "sass": "^1.77.0", "shipjs": "^0.26.3", "stylelint": "^16.5.0", "stylelint-config-recommended-vue": "^1.5.0", @@ -16505,9 +16505,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.76.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.76.0.tgz", - "integrity": "sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==", + "version": "1.77.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.0.tgz", + "integrity": "sha512-eGj4HNfXqBWtSnvItNkn7B6icqH14i3CiCGbzMKs3BAPTq62pp9NBYsBgyN4cA+qssqo9r26lW4JSvlaUUWbgw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 39831f5..88693f6 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "lint-staged": "^15.2.2", "nuxt": "^3.11.2", "prettier": "^3.2.5", - "sass": "^1.76.0", + "sass": "^1.77.0", "shipjs": "^0.26.3", "stylelint": "^16.5.0", "stylelint-config-recommended-vue": "^1.5.0",