Merge pull request #3342 from GSA/fix_immutable

fix immutable
This commit is contained in:
Kenneth Kehl
2026-07-22 15:36:38 -07:00
committed by GitHub
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",
"ci-info": "^4.4.0",
"d3": "^7.9.0",
"immutable": "^5.1.5",
"immutable": "^5.1.8",
"playwright": "^1.58.2",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
@@ -7341,9 +7341,9 @@
"license": "BSD-3-Clause"
},
"node_modules/immutable": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz",
"integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==",
"version": "5.1.9",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.9.tgz",
"integrity": "sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==",
"license": "MIT"
},
"node_modules/import-fresh": {

View File

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