Chore(deps-dev): Bump sass from 1.83.4 to 1.84.0 (#874)

Bumps [sass](https://github.com/sass/dart-sass) from 1.83.4 to 1.84.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.83.4...1.84.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-10 17:31:20 +01:00 committed by GitHub
parent 1025446619
commit 945300d230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"mocha": "^11.1.0", "mocha": "^11.1.0",
"mock-local-storage": "^1.1.24", "mock-local-storage": "^1.1.24",
"nyc": "^17.1.0", "nyc": "^17.1.0",
"sass": "^1.83.4", "sass": "^1.84.0",
"sinon": "^19.0.2" "sinon": "^19.0.2"
} }
}, },
@ -4789,9 +4789,9 @@
] ]
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.83.4", "version": "1.84.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.84.0.tgz",
"integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==", "integrity": "sha512-XDAbhEPJRxi7H0SxrnOpiXFQoUJHwkR2u3Zc4el+fK/Tt5Hpzw5kkQ59qVDfvdaUq6gCrEZIbySFBM2T9DNKHg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -9128,9 +9128,9 @@
"dev": true "dev": true
}, },
"sass": { "sass": {
"version": "1.83.4", "version": "1.84.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.84.0.tgz",
"integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==", "integrity": "sha512-XDAbhEPJRxi7H0SxrnOpiXFQoUJHwkR2u3Zc4el+fK/Tt5Hpzw5kkQ59qVDfvdaUq6gCrEZIbySFBM2T9DNKHg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@parcel/watcher": "^2.4.1", "@parcel/watcher": "^2.4.1",

View File

@ -15,7 +15,7 @@
"mocha": "^11.1.0", "mocha": "^11.1.0",
"mock-local-storage": "^1.1.24", "mock-local-storage": "^1.1.24",
"nyc": "^17.1.0", "nyc": "^17.1.0",
"sass": "^1.83.4", "sass": "^1.84.0",
"sinon": "^19.0.2" "sinon": "^19.0.2"
} }
} }