Bump sass from 1.64.1 to 1.64.2

Bumps [sass](https://github.com/sass/dart-sass) from 1.64.1 to 1.64.2.
- [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.64.1...1.64.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-01 00:25:03 +00:00
committed by GitHub
parent 071af03577
commit 0a0b2927ae
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"dotenv": "^16.0.3",
"pinia": "^2.0.28",
"pinia-plugin-persistedstate": "^3.2.0",
"sass": "^1.64.1",
"sass": "^1.64.2",
"vue": "^3.2.36",
"vue-router": "^4.2.2"
},
@@ -5556,9 +5556,9 @@
}
},
"node_modules/sass": {
"version": "1.64.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.64.1.tgz",
"integrity": "sha512-16rRACSOFEE8VN7SCgBu1MpYCyN7urj9At898tyzdXFhC+a+yOX5dXwAR7L8/IdPJ1NB8OYoXmD55DM30B2kEQ==",
"version": "1.64.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.64.2.tgz",
"integrity": "sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",

View File

@@ -46,7 +46,7 @@
"dotenv": "^16.0.3",
"pinia": "^2.0.28",
"pinia-plugin-persistedstate": "^3.2.0",
"sass": "^1.64.1",
"sass": "^1.64.2",
"vue": "^3.2.36",
"vue-router": "^4.2.2"
}