This commit is contained in:
renovate[bot] 2025-05-04 02:06:34 +00:00 committed by GitHub
commit e8848de654
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

@ -19,7 +19,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": "^2.0.0",
@ -11335,13 +11335,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

@ -63,7 +63,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": "^2.0.0",