From 01fb9a0582cbf933f715140a73c8a0a3b5d41bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 05:06:27 +0000 Subject: [PATCH] build(deps): bump immutable from 3.8.1 to 4.3.8 in /styleguidist Bumps [immutable](https://github.com/immutable-js/immutable-js) from 3.8.1 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/v3.8.1...v4.3.8) --- updated-dependencies: - dependency-name: immutable dependency-version: 4.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- styleguidist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguidist/package.json b/styleguidist/package.json index ac76c8f7..f900c8f9 100644 --- a/styleguidist/package.json +++ b/styleguidist/package.json @@ -14,7 +14,7 @@ "date-fns": "1.3.0", "dog-names": "~1.0.2", "file-loader": "^0.9.0", - "immutable": "3.8.1", + "immutable": "4.3.8", "lodash.get": "4.3.0", "lodash.map": "4.4.0", "material-ui": "0.16.2",