Bump sass from 1.77.2 to 1.77.4 in /client

Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 to 1.77.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.77.2...1.77.4)

---
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]
2024-05-31 21:42:17 +00:00
committed by GitHub
parent 444ab3aeb9
commit 293e346962
2 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"sass": "^1.77.2",
"sass": "^1.77.4",
"uuid": "^9.0.1",
"vite": "^5.2.12",
"vite-plugin-pwa": "^0.20.0"
@@ -4763,9 +4763,9 @@
}
},
"node_modules/sass": {
"version": "1.77.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.77.2.tgz",
"integrity": "sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==",
"version": "1.77.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz",
"integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
@@ -8758,9 +8758,9 @@
}
},
"sass": {
"version": "1.77.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.77.2.tgz",
"integrity": "sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==",
"version": "1.77.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz",
"integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==",
"requires": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",

View File

@@ -21,7 +21,7 @@
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"sass": "^1.77.2",
"sass": "^1.77.4",
"uuid": "^9.0.1",
"vite": "^5.2.12",
"vite-plugin-pwa": "^0.20.0",