Skip to content

Commit

Permalink
Bump express
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSunavec committed Sep 11, 2024
1 parent 44cf1bc commit 255ddee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 60 deletions.
60 changes: 1 addition & 59 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.4.0",
"express": "^4.17.1",
"express": "^4.20.0",
"fakerator": "^0.3.4",
"formidable": "^1.2.6",
"jest": "^27.2.5",
Expand Down Expand Up @@ -78,6 +78,11 @@
"engines": {
"node": ">= 10.x.x"
},
"overrides": {
"express": {
"serve-static": "^2.1.0"
}
},
"typings": "./index.d.ts",
"jest": {
"coverageDirectory": "../coverage",
Expand Down

0 comments on commit 255ddee

Please sign in to comment.