Bump sass from 1.63.4 to 1.63.6 (#741)

Bumps [sass](https://github.com/sass/dart-sass) from 1.63.4 to 1.63.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.63.4...1.63.6)

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

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] 2023-06-27 16:25:24 -07:00 committed by GitHub
parent 7e4febcfd5
commit 6c698b7fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -54,7 +54,7 @@
"prettier": "^2.8.8",
"prismjs": "^1.29.0",
"rollup": "^3.25.3",
"sass": "^1.63.4",
"sass": "^1.63.6",
"semver": "^7.5.3",
"stylelint": "^15.9.0",
"stylelint-config-standard-scss": "^9.0.0",
@ -7582,9 +7582,10 @@
"license": "MIT"
},
"node_modules/sass": {
"version": "1.63.4",
"version": "1.63.6",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.63.6.tgz",
"integrity": "sha512-MJuxGMHzaOW7ipp+1KdELtqKbfAWbH7OLIdoSMnVe3EXPMTmxTmlaZDCTsgIpPCs3w99lLo9/zDKkOrJuT5byw==",
"dev": true,
"license": "MIT",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
@ -13490,7 +13491,9 @@
"dev": true
},
"sass": {
"version": "1.63.4",
"version": "1.63.6",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.63.6.tgz",
"integrity": "sha512-MJuxGMHzaOW7ipp+1KdELtqKbfAWbH7OLIdoSMnVe3EXPMTmxTmlaZDCTsgIpPCs3w99lLo9/zDKkOrJuT5byw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0",

View File

@ -82,7 +82,7 @@
"prettier": "^2.8.8",
"prismjs": "^1.29.0",
"rollup": "^3.25.3",
"sass": "^1.63.4",
"sass": "^1.63.6",
"semver": "^7.5.3",
"stylelint": "^15.9.0",
"stylelint-config-standard-scss": "^9.0.0",