Skip to content

Commit 449bc06

Browse files
Merge pull request #288 from regulaforensics/fix/47120-security-fix
47120 - security fix with body-parser
2 parents 07fb013 + 070a5d7 commit 449bc06

File tree

2 files changed

+119
-149
lines changed

2 files changed

+119
-149
lines changed

examples/auth/server/package-lock.json

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

examples/auth/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"axios": "^1.12.2",
13-
"body-parser": "^1.20.3",
13+
"body-parser": "^2.2.1",
1414
"cors": "^2.8.5",
1515
"express": "^5.1.0",
1616
"helmet": "^7.1.0",

0 commit comments

Comments
 (0)