Skip to content

Commit 3eb9cf7

Browse files
committed
Update express and qs
It does not appear we have to pin qs anymore.
1 parent f81fe30 commit 3eb9cf7

File tree

2 files changed

+238
-180
lines changed

2 files changed

+238
-180
lines changed

package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
"compression": "^1.7.4",
7272
"cookie-parser": "^1.4.6",
7373
"env-paths": "^2.2.1",
74-
"express": "5.0.0-alpha.8",
74+
"express": "5.0.0-beta.3",
7575
"http-proxy": "^1.18.1",
7676
"httpolyglot": "^0.1.2",
7777
"i18next": "^23.5.1",
7878
"js-yaml": "^4.1.0",
7979
"limiter": "^2.1.0",
8080
"pem": "^1.14.8",
8181
"proxy-agent": "^6.3.1",
82-
"qs": "6.9.7",
82+
"qs": "6.12.1",
8383
"rotating-file-stream": "^3.1.1",
8484
"safe-buffer": "^5.2.1",
8585
"safe-compare": "^1.1.4",
@@ -88,11 +88,7 @@
8888
"xdg-basedir": "^4.0.0"
8989
},
9090
"resolutions": {
91-
"@types/node": "^18.0.0",
92-
"qs": "6.9.7"
93-
},
94-
"overrides": {
95-
"qs": "6.9.7"
91+
"@types/node": "^18.0.0"
9692
},
9793
"bin": {
9894
"code-server": "out/node/entry.js"

0 commit comments

Comments
 (0)