Skip to content

Commit 6da3284

Browse files
fix(deps): update dependency immutable to v4 [security]
1 parent c65b44c commit 6da3284

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

scripts/installer/frameworks/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"classnames": "2.2.6",
5656
"cross-env": "7.0.2",
5757
"immutability-helper": "^2.6.5 || ^3.0.0",
58-
"immutable": "3.8.2",
58+
"immutable": "4.3.8",
5959
"is-hotkey": "0.1.6",
6060
"lodash": "4.17.21",
6161
"moment": "2.29.4",

scripts/installer/frameworks/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"classnames": "2.2.6",
4848
"cross-env": "7.0.2",
4949
"immutability-helper": "^2.6.5 || ^3.0.0",
50-
"immutable": "3.8.2",
50+
"immutable": "4.3.8",
5151
"is-hotkey": "0.1.6",
5252
"lodash": "4.17.21",
5353
"moment": "2.29.4",

scripts/installer/frameworks/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"classnames": "2.2.6",
5353
"cross-env": "7.0.2",
5454
"immutability-helper": "^2.6.5 || ^3.0.0",
55-
"immutable": "3.8.2",
55+
"immutable": "4.3.8",
5656
"is-hotkey": "0.1.6",
5757
"lodash": "4.17.21",
5858
"moment": "2.29.4",

scripts/installer/frameworks/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"classnames": "2.2.6",
5656
"cross-env": "7.0.2",
5757
"immutability-helper": "^2.6.5 || ^3.0.0",
58-
"immutable": "3.8.2",
58+
"immutable": "4.3.8",
5959
"is-hotkey": "0.1.6",
6060
"lodash": "4.17.21",
6161
"moment": "2.29.4",

scripts/installer/frameworks/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"classnames": "2.2.6",
5656
"cross-env": "7.0.2",
5757
"immutability-helper": "^2.6.5 || ^3.0.0",
58-
"immutable": "3.8.2",
58+
"immutable": "4.3.8",
5959
"is-hotkey": "0.1.6",
6060
"lodash": "4.17.21",
6161
"moment": "2.29.4",

scripts/installer/frameworks/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"classnames": "2.2.6",
5656
"cross-env": "7.0.2",
5757
"immutability-helper": "^2.6.5 || ^3.0.0",
58-
"immutable": "3.8.2",
58+
"immutable": "4.3.8",
5959
"is-hotkey": "0.1.6",
6060
"lodash": "4.17.21",
6161
"moment": "2.29.4",

0 commit comments

Comments
 (0)