Bump immer from 10.0.3 to 10.0.4 in /web

Bumps [immer](https://github.com/immerjs/immer) from 10.0.3 to 10.0.4.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v10.0.3...v10.0.4)

---
updated-dependencies:
- dependency-name: immer
  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-03-21 11:30:21 +00:00 committed by GitHub
parent f113acee33
commit d9b63d897e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -36,7 +36,7 @@
"date-fns": "^2.30.0",
"hls.js": "^1.5.7",
"idb-keyval": "^6.2.1",
"immer": "^10.0.3",
"immer": "^10.0.4",
"lucide-react": "^0.359.0",
"monaco-yaml": "^5.1.1",
"next-themes": "^0.2.1",
@ -4921,9 +4921,9 @@
}
},
"node_modules/immer": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/immer/-/immer-10.0.3.tgz",
"integrity": "sha512-pwupu3eWfouuaowscykeckFmVTpqbzW+rXFCX8rQLkZzM9ftBmU/++Ra+o+L27mz03zJTlyV4UUr+fdKNffo4A==",
"version": "10.0.4",
"resolved": "https://registry.npmjs.org/immer/-/immer-10.0.4.tgz",
"integrity": "sha512-cuBuGK40P/sk5IzWa9QPUaAdvPHjkk1c+xYsd9oZw+YQQEV+10G0P5uMpGctZZKnyQ+ibRO08bD25nWLmYi2pw==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/immer"

View File

@ -41,7 +41,7 @@
"date-fns": "^2.30.0",
"hls.js": "^1.5.7",
"idb-keyval": "^6.2.1",
"immer": "^10.0.3",
"immer": "^10.0.4",
"lucide-react": "^0.359.0",
"monaco-yaml": "^5.1.1",
"next-themes": "^0.2.1",