From c975cb198c005063bacd3cb0d92ca550d57304dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:24:26 +0000 Subject: [PATCH] Bump immutable from 4.0.0-rc.12 to 4.3.8 Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.0.0-rc.12 to 4.3.8. - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/immutable-js/immutable-js/compare/v4.0.0-rc.12...v4.3.8) --- updated-dependencies: - dependency-name: immutable dependency-version: 4.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c172ed01c..3c429a4e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "i18next-resources-to-backend": "1.2.1", "iframe-resizer-react": "1.1.0", "immer": "9.0.6", - "immutable": "4.0.0-rc.12", + "immutable": "4.3.8", "is-ci": "2.0.0", "jquery": "3.7.1", "jquery-typeahead": "2.11.1", @@ -122,6 +122,7 @@ "utility-types": "3.10.0", "uuid": "9.0.0", "web-vitals": "4.2.4", + "ws": "8.20.1", "zustand": "3.5.0" }, "devDependencies": { @@ -17080,7 +17081,9 @@ } }, "node_modules/immutable": { - "version": "4.0.0-rc.12", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.8.tgz", + "integrity": "sha512-d/Ld9aLbKpNwyl0KiM2CT1WYvkitQ1TSvmRtkcV8FKStiDoA7Slzgjmb/1G2yhKM1p0XeNOieaTbFZmU1d3Xuw==", "license": "MIT" }, "node_modules/import-fresh": { diff --git a/package.json b/package.json index 9843793e6..e83ac13b3 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "i18next-resources-to-backend": "1.2.1", "iframe-resizer-react": "1.1.0", "immer": "9.0.6", - "immutable": "4.0.0-rc.12", + "immutable": "4.3.8", "is-ci": "2.0.0", "jquery": "3.7.1", "jquery-typeahead": "2.11.1",