Skip to content

Commit b6eb28f

Browse files
committed
chore: lock immutable to major version 4
1 parent 04e460d commit b6eb28f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"commander": "^14.0.3",
5858
"file-saver": "^2.0.5",
5959
"git-diff": "^2.0.6",
60-
"immutable": "^5.1.4",
60+
"immutable": "^4.0.0",
6161
"inquirer": "^13.3.0",
6262
"lodash": "^4.17.23",
6363
"react-diff-viewer-continued": "4.0.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9052,10 +9052,10 @@ immer@9.0.21, immer@^9.0.21, immer@^9.0.6:
90529052
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
90539053
integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
90549054

9055-
immutable@^5.1.4:
9056-
version "5.1.4"
9057-
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.1.4.tgz#e3f8c1fe7b567d56cf26698f31918c241dae8c1f"
9058-
integrity sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==
9055+
immutable@^4.0.0:
9056+
version "4.3.7"
9057+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.7.tgz#c70145fc90d89fb02021e65c84eb0226e4e5a381"
9058+
integrity sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==
90599059

90609060
import-fresh@^3.0.0, import-fresh@^3.2.1:
90619061
version "3.3.1"

0 commit comments

Comments
 (0)