Skip to content

Commit

Permalink
update express to 4.20.0 (#3829)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Sep 26, 2024
1 parent e521b9d commit 3efdba3
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 3,228 deletions.
5 changes: 3 additions & 2 deletions apps/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"csrf": "^3.1.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express": "^4.20.0",
"glob": "^7.1.6",
"hbs": "^4.1.0",
"js-yaml": "^3.14.0",
Expand All @@ -32,7 +32,8 @@
"node-notifier": "^8.0.1",
"lodash": "4.17.21",
"setprototypeof": "1.2.0",
"toidentifier": "1.0.1"
"toidentifier": "1.0.1",
"encodeurl": "2.0.0"
},
"devDependencies": {
"jest": "^26.1.0"
Expand Down
Loading

0 comments on commit 3efdba3

Please sign in to comment.