From 2b1650a1255d7eb0388bddda52c9e47ce8c18222 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:09:07 +0000 Subject: [PATCH] fix(deps): update dependency body-parser to v1.20.3 [security] --- scripts/installer/frameworks/angular/package.json | 2 +- scripts/installer/frameworks/react-native/package.json | 2 +- scripts/installer/frameworks/react/package.json | 2 +- scripts/installer/frameworks/stencil/package.json | 2 +- scripts/installer/frameworks/svelte/package.json | 2 +- scripts/installer/frameworks/vue/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/installer/frameworks/angular/package.json b/scripts/installer/frameworks/angular/package.json index a2200f5f4..8b6a1700d 100644 --- a/scripts/installer/frameworks/angular/package.json +++ b/scripts/installer/frameworks/angular/package.json @@ -49,7 +49,7 @@ "@react-jsonschema-form-utils/enum-utils": "2.0.1", "@react-jsonschema-form-utils/parse-values": "2.0.1", "ajv": "6.12.6", - "body-parser": "1.19.0", + "body-parser": "1.20.3", "brace": "0.11.1", "braces": "3.0.2", "classnames": "2.2.6", diff --git a/scripts/installer/frameworks/react-native/package.json b/scripts/installer/frameworks/react-native/package.json index 40d797aaf..71e5a16e7 100644 --- a/scripts/installer/frameworks/react-native/package.json +++ b/scripts/installer/frameworks/react-native/package.json @@ -41,7 +41,7 @@ "@react-jsonschema-form-utils/enum-utils": "2.0.1", "@react-jsonschema-form-utils/parse-values": "2.0.1", "ajv": "6.12.6", - "body-parser": "1.19.0", + "body-parser": "1.20.3", "brace": "0.11.1", "braces": "3.0.2", "classnames": "2.2.6", diff --git a/scripts/installer/frameworks/react/package.json b/scripts/installer/frameworks/react/package.json index 04c4ee017..7af51f7bf 100644 --- a/scripts/installer/frameworks/react/package.json +++ b/scripts/installer/frameworks/react/package.json @@ -93,7 +93,7 @@ "@babel/register": "7.13.16", "@babel/runtime": "7.12.5", "@monaco-editor/react": "4.0.6", - "body-parser": "1.19.0", + "body-parser": "1.20.3", "brace": "0.11.1", "braces": "3.0.2", "@rollup/plugin-commonjs": "19.0.0", diff --git a/scripts/installer/frameworks/stencil/package.json b/scripts/installer/frameworks/stencil/package.json index 1c5055cdc..29e2cb9a4 100644 --- a/scripts/installer/frameworks/stencil/package.json +++ b/scripts/installer/frameworks/stencil/package.json @@ -49,7 +49,7 @@ "@react-jsonschema-form-utils/enum-utils": "2.0.1", "@react-jsonschema-form-utils/parse-values": "2.0.1", "ajv": "6.12.6", - "body-parser": "1.19.0", + "body-parser": "1.20.3", "brace": "0.11.1", "braces": "3.0.2", "classnames": "2.2.6", diff --git a/scripts/installer/frameworks/svelte/package.json b/scripts/installer/frameworks/svelte/package.json index 671df5270..104fbe482 100644 --- a/scripts/installer/frameworks/svelte/package.json +++ b/scripts/installer/frameworks/svelte/package.json @@ -49,7 +49,7 @@ "@react-jsonschema-form-utils/enum-utils": "2.0.1", "@react-jsonschema-form-utils/parse-values": "2.0.1", "ajv": "6.12.6", - "body-parser": "1.19.0", + "body-parser": "1.20.3", "brace": "0.11.1", "braces": "3.0.2", "classnames": "2.2.6", diff --git a/scripts/installer/frameworks/vue/package.json b/scripts/installer/frameworks/vue/package.json index 816f88041..5cf61ef37 100644 --- a/scripts/installer/frameworks/vue/package.json +++ b/scripts/installer/frameworks/vue/package.json @@ -49,7 +49,7 @@ "@react-jsonschema-form-utils/enum-utils": "2.0.1", "@react-jsonschema-form-utils/parse-values": "2.0.1", "ajv": "6.12.6", - "body-parser": "1.19.0", + "body-parser": "1.20.3", "brace": "0.11.1", "braces": "3.0.2", "classnames": "2.2.6",