Skip to content

Commit 35a2bae

Browse files
fix(deps): update dependency body-parser to v1.20.3 [security]
1 parent 6ac71e9 commit 35a2bae

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

scripts/installer/frameworks/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@react-jsonschema-form-utils/enum-utils": "2.0.1",
5050
"@react-jsonschema-form-utils/parse-values": "2.0.1",
5151
"ajv": "6.12.6",
52-
"body-parser": "1.19.0",
52+
"body-parser": "1.20.3",
5353
"brace": "0.11.1",
5454
"braces": "3.0.2",
5555
"classnames": "2.2.6",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@react-jsonschema-form-utils/enum-utils": "2.0.1",
4242
"@react-jsonschema-form-utils/parse-values": "2.0.1",
4343
"ajv": "6.12.6",
44-
"body-parser": "1.19.0",
44+
"body-parser": "1.20.3",
4545
"brace": "0.11.1",
4646
"braces": "3.0.2",
4747
"classnames": "2.2.6",

scripts/installer/frameworks/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@babel/register": "7.13.16",
9494
"@babel/runtime": "7.12.5",
9595
"@monaco-editor/react": "4.0.6",
96-
"body-parser": "1.19.0",
96+
"body-parser": "1.20.3",
9797
"brace": "0.11.1",
9898
"braces": "3.0.2",
9999
"@rollup/plugin-commonjs": "19.0.0",

scripts/installer/frameworks/stencil/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@react-jsonschema-form-utils/enum-utils": "2.0.1",
5050
"@react-jsonschema-form-utils/parse-values": "2.0.1",
5151
"ajv": "6.12.6",
52-
"body-parser": "1.19.0",
52+
"body-parser": "1.20.3",
5353
"brace": "0.11.1",
5454
"braces": "3.0.2",
5555
"classnames": "2.2.6",

scripts/installer/frameworks/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@react-jsonschema-form-utils/enum-utils": "2.0.1",
5050
"@react-jsonschema-form-utils/parse-values": "2.0.1",
5151
"ajv": "6.12.6",
52-
"body-parser": "1.19.0",
52+
"body-parser": "1.20.3",
5353
"brace": "0.11.1",
5454
"braces": "3.0.2",
5555
"classnames": "2.2.6",

scripts/installer/frameworks/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@react-jsonschema-form-utils/enum-utils": "2.0.1",
5050
"@react-jsonschema-form-utils/parse-values": "2.0.1",
5151
"ajv": "6.12.6",
52-
"body-parser": "1.19.0",
52+
"body-parser": "1.20.3",
5353
"brace": "0.11.1",
5454
"braces": "3.0.2",
5555
"classnames": "2.2.6",

0 commit comments

Comments
 (0)