Skip to content

Commit 3c0e809

Browse files
authored
fix: Bump node-forge and body-parser (#22418)
1 parent b5542fd commit 3c0e809

File tree

3 files changed

+47
-12
lines changed

3 files changed

+47
-12
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
"tmp": "0.2.4",
119119
"nodemailer": "7.0.10",
120120
"validator": "13.15.20",
121-
"js-yaml": "4.1.1"
121+
"js-yaml": "4.1.1",
122+
"node-forge": "1.3.2",
123+
"body-parser": "2.2.1"
122124
},
123125
"patchedDependencies": {
124126

pnpm-lock.yaml

Lines changed: 42 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ minimumReleaseAgeExclude:
8787
- '@n8n_io/*'
8888
8989
- eslint-plugin-storybook
90+
- body-parser
91+
- node-forge

0 commit comments

Comments
 (0)