Skip to content

Commit

Permalink
update body-parser (#3817)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 authored Oct 8, 2024
1 parent 5eae5ef commit 6c6d4c2
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 296 deletions.
22 changes: 17 additions & 5 deletions api-catalog-ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@testing-library/user-event": "13.5.0",
"ajv": "8.13.0",
"ansi-regex": "5.0.1",
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"caniuse-lite": "1.0.30001655",
"concurrently": "5.3.0",
"cors": "2.8.5",
Expand Down Expand Up @@ -142,7 +142,8 @@
"semver": "7.6.3",
"@babel/traverse": "7.24.7",
"dompurify": "3.1.6",
"serve-static": "1.16.0"
"serve-static": "1.16.0",
"body-parser": "1.20.3"
},
"engines": {
"npm": "=9.3.1",
Expand Down
Loading

0 comments on commit 6c6d4c2

Please sign in to comment.