fix(deps): update dependency immutable to v5

This commit is contained in:
renovate[bot] 2024-11-07 00:11:49 +00:00 committed by GitHub
parent 645ee92400
commit 5938ea45e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

13
package-lock.json generated
View file

@ -18,7 +18,7 @@
"diff-match-patch": "^1.0.4",
"format-message": "^6.2.1",
"htmlparser2": "^3.10.0",
"immutable": "^3.8.1",
"immutable": "^5.0.0",
"jszip": "^3.1.5",
"minilog": "^3.1.0",
"scratch-audio": "^1.0.6",
@ -11832,13 +11832,10 @@
"license": "MIT"
},
"node_modules/immutable": {
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz",
"integrity": "sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.0.tgz",
"integrity": "sha512-6ooCHBvtm9B06fFLW2p0VjKVryK20YgWN04Pju2Tq/L6UP4K/vMj4AzsJs9WQy1wiN80oXl3hSS8unYjqA7vOQ==",
"license": "MIT"
},
"node_modules/import-fresh": {
"version": "3.3.0",

View file

@ -62,7 +62,7 @@
"diff-match-patch": "^1.0.4",
"format-message": "^6.2.1",
"htmlparser2": "^3.10.0",
"immutable": "^3.8.1",
"immutable": "^5.0.0",
"jszip": "^3.1.5",
"minilog": "^3.1.0",
"scratch-audio": "^1.0.6",