chore(deps-dev): bump sass from 1.69.3 to 1.69.4

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.3 to 1.69.4.
- [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.69.3...1.69.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-23 03:48:18 +00:00
committed by GitHub
parent 5960258a89
commit 73b912ee8b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"devDependencies": { "devDependencies": {
"axios": "^1.5.1", "axios": "^1.5.1",
"laravel-vite-plugin": "^0.8.1", "laravel-vite-plugin": "^0.8.1",
"sass": "^1.69.0", "sass": "^1.69.4",
"vite": "^4.5.0", "vite": "^4.5.0",
"vite-plugin-manifest-sri": "^0.1.0" "vite-plugin-manifest-sri": "^0.1.0"
} }
@@ -932,9 +932,9 @@
} }
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.69.3", "version": "1.69.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.69.3.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.4.tgz",
"integrity": "sha512-X99+a2iGdXkdWn1akFPs0ZmelUzyAQfvqYc2P/MPTrJRuIRoTffGzT9W9nFqG00S+c8hXzVmgxhUuHFdrwxkhQ==", "integrity": "sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",

View File

@@ -8,7 +8,7 @@
"devDependencies": { "devDependencies": {
"axios": "^1.5.1", "axios": "^1.5.1",
"laravel-vite-plugin": "^0.8.1", "laravel-vite-plugin": "^0.8.1",
"sass": "^1.69.0", "sass": "^1.69.4",
"vite": "^4.5.0", "vite": "^4.5.0",
"vite-plugin-manifest-sri": "^0.1.0" "vite-plugin-manifest-sri": "^0.1.0"
}, },