Skip to content

Commit

Permalink
Pin body-parser to resolve an outdated dep problem (#23954)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Sep 14, 2024
1 parent 4e834e2 commit 05bdcbe
Show file tree
Hide file tree
Showing 2 changed files with 744 additions and 791 deletions.
5 changes: 4 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@
},
"resolutions": {
"ember-auto-import": "^2.4.0",
"prop-types": "^15.8.1"
"prop-types": "^15.8.1",
"**/express/**/path-to-regexp": "0.1.10",
"**/nise/**/path-to-regexp": "1.9.0",
"body-parser": "^1.20.3"
}
}
Loading

0 comments on commit 05bdcbe

Please sign in to comment.