Bump sass from 1.60.0 to 1.61.0

Bumps [sass](https://github.com/sass/dart-sass) from 1.60.0 to 1.61.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.60.0...1.61.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-10 09:04:11 +00:00 committed by GitHub
parent fbb4d1f4d1
commit e24e0506b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -23,7 +23,7 @@
"eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.3",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"sass": "^1.61.0",
"svelte": "^3.58.0",
"svelte-check": "^3.1.2",
"svelte-highlight": "^7.2.1",
@ -3767,9 +3767,9 @@
}
},
"node_modules/sass": {
"version": "1.60.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.60.0.tgz",
"integrity": "sha512-updbwW6fNb5gGm8qMXzVO7V4sWf7LMXnMly/JEyfbfERbVH46Fn6q02BX7/eHTdKpE7d+oTkMMQpFWNUMfFbgQ==",
"version": "1.61.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.61.0.tgz",
"integrity": "sha512-PDsN7BrVkNZK2+dj/dpKQAWZavbAQ87IXqVvw2+oEYI+GwlTWkvbQtL7F2cCNbMqJEYKPh1EcjSxsnqIb/kyaQ==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@ -3780,7 +3780,7 @@
"sass": "sass.js"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
}
},
"node_modules/semver": {

View File

@ -29,7 +29,7 @@
"eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.3",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"sass": "^1.61.0",
"svelte": "^3.58.0",
"svelte-check": "^3.1.2",
"svelte-highlight": "^7.2.1",