From f2fe1fda280ee24d720b10569928b2d2f8e032c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:12:58 +0000 Subject: [PATCH] build(deps): bump immutable from 3.8.1 to 3.8.3 in /styleguidist Bumps [immutable](https://github.com/immutable-js/immutable-js) from 3.8.1 to 3.8.3. - [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...v3.8.3) --- updated-dependencies: - dependency-name: immutable dependency-version: 3.8.3 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..6d0833e1 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": "3.8.3", "lodash.get": "4.3.0", "lodash.map": "4.4.0", "material-ui": "0.16.2",