fix immutable

This commit is contained in:
Kenneth Kehl
2026-07-22 13:26:26 -07:00
parent 5c94614787
commit 7b11557d29
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"cbor-js": "0.1.0", "cbor-js": "0.1.0",
"ci-info": "^4.4.0", "ci-info": "^4.4.0",
"d3": "^7.9.0", "d3": "^7.9.0",
"immutable": "^5.1.5", "immutable": "^5.1.8",
"playwright": "^1.58.2", "playwright": "^1.58.2",
"python": "^0.0.4", "python": "^0.0.4",
"query-command-supported": "1.0.0", "query-command-supported": "1.0.0",
@@ -7341,9 +7341,9 @@
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
}, },
"node_modules/immutable": { "node_modules/immutable": {
"version": "5.1.5", "version": "5.1.9",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz", "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.9.tgz",
"integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==", "integrity": "sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/import-fresh": { "node_modules/import-fresh": {

View File

@@ -45,7 +45,7 @@
"query-command-supported": "1.0.0", "query-command-supported": "1.0.0",
"sass-embedded": "^1.97.3", "sass-embedded": "^1.97.3",
"textarea-caret": "3.1.0", "textarea-caret": "3.1.0",
"immutable": "^5.1.5" "immutable": "^5.1.8"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.29.0", "@babel/core": "^7.29.0",