Bump sass from 1.59.3 to 1.60.0

Bumps [sass](https://github.com/sass/dart-sass) from 1.59.3 to 1.60.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.59.3...1.60.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-03-27 09:06:21 +00:00 committed by GitHub
parent 17a86d0538
commit 5aa5a5142e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.3", "flourite": "^1.2.3",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"sass": "^1.59.2", "sass": "^1.60.0",
"svelte": "^3.55.1", "svelte": "^3.55.1",
"svelte-check": "^3.1.2", "svelte-check": "^3.1.2",
"svelte-highlight": "^7.2.0", "svelte-highlight": "^7.2.0",
@ -3761,9 +3761,9 @@
} }
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.59.3", "version": "1.60.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.59.3.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.60.0.tgz",
"integrity": "sha512-QCq98N3hX1jfTCoUAsF3eyGuXLsY7BCnCEg9qAact94Yc21npG2/mVOqoDvE0fCbWDqiM4WlcJQla0gWG2YlxQ==", "integrity": "sha512-updbwW6fNb5gGm8qMXzVO7V4sWf7LMXnMly/JEyfbfERbVH46Fn6q02BX7/eHTdKpE7d+oTkMMQpFWNUMfFbgQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",

View File

@ -29,7 +29,7 @@
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.3", "flourite": "^1.2.3",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"sass": "^1.59.2", "sass": "^1.60.0",
"svelte": "^3.55.1", "svelte": "^3.55.1",
"svelte-check": "^3.1.2", "svelte-check": "^3.1.2",
"svelte-highlight": "^7.2.0", "svelte-highlight": "^7.2.0",