Skip to content

Commit 3efdba3

Browse files
authored
update express to 4.20.0 (#3829)
1 parent e521b9d commit 3efdba3

File tree

2 files changed

+68
-3228
lines changed

2 files changed

+68
-3228
lines changed

apps/shell/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"csrf": "^3.1.0",
1818
"dotenv": "^8.2.0",
19-
"express": "^4.17.1",
19+
"express": "^4.20.0",
2020
"glob": "^7.1.6",
2121
"hbs": "^4.1.0",
2222
"js-yaml": "^3.14.0",
@@ -32,7 +32,8 @@
3232
"node-notifier": "^8.0.1",
3333
"lodash": "4.17.21",
3434
"setprototypeof": "1.2.0",
35-
"toidentifier": "1.0.1"
35+
"toidentifier": "1.0.1",
36+
"encodeurl": "2.0.0"
3637
},
3738
"devDependencies": {
3839
"jest": "^26.1.0"

0 commit comments

Comments
 (0)