Skip to content

Commit 9fe9007

Browse files
fix(deps): update dependency nanoid to v3.3.8 [security]
1 parent a6639de commit 9fe9007

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

demo/mobile/reactnative/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"classnames": "^2.3.1",
1414
"immutability-helper": "^3.1.1",
15-
"nanoid": "3.1.31",
15+
"nanoid": "3.3.8",
1616
"react": "17.0.2",
1717
"react-native": "0.65.1",
1818
"react-native-select-dropdown": "^1.2.0",

scripts/installer/frameworks/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"is-hotkey": "0.1.6",
6060
"lodash": "4.17.21",
6161
"moment": "2.29.4",
62-
"nanoid": "3.1.31",
62+
"nanoid": "3.3.8",
6363
"prop-types": "15.7.2",
6464
"react": "^16 || ^17.0.1",
6565
"react-dom": "^16 || ^17.0.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"is-hotkey": "0.1.6",
5252
"lodash": "4.17.21",
5353
"moment": "2.29.4",
54-
"nanoid": "3.1.31",
54+
"nanoid": "3.3.8",
5555
"prop-types": "15.7.2",
5656
"react": "17.0.2",
5757
"react-native": "0.65.1",

scripts/installer/frameworks/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"is-hotkey": "0.1.6",
5757
"lodash": "4.17.21",
5858
"moment": "2.29.4",
59-
"nanoid": "3.1.31",
59+
"nanoid": "3.3.8",
6060
"prop-types": "15.7.2",
6161
"react": "^16 || ^17.0.1",
6262
"react-dom": "^16 || ^17.0.1",

scripts/installer/frameworks/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"is-hotkey": "0.1.6",
6060
"lodash": "4.17.21",
6161
"moment": "2.29.4",
62-
"nanoid": "3.1.31",
62+
"nanoid": "3.3.8",
6363
"prop-types": "15.7.2",
6464
"react": "^16 || ^17.0.1",
6565
"react-dom": "^16 || ^17.0.1",

scripts/installer/frameworks/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"is-hotkey": "0.1.6",
6060
"lodash": "4.17.21",
6161
"moment": "2.29.4",
62-
"nanoid": "3.1.31",
62+
"nanoid": "3.3.8",
6363
"prop-types": "15.7.2",
6464
"react": "^16 || ^17.0.1",
6565
"react-dom": "^16 || ^17.0.1",

scripts/installer/frameworks/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"is-hotkey": "0.1.6",
6060
"lodash": "4.17.21",
6161
"moment": "2.29.4",
62-
"nanoid": "3.1.31",
62+
"nanoid": "3.3.8",
6363
"prop-types": "15.7.2",
6464
"react": "^16 || ^17.0.1",
6565
"react-dom": "^16 || ^17.0.1",

0 commit comments

Comments
 (0)