Skip to content

Commit ea4ec07

Browse files
authored
fix: Cannot connect to server with error invalid header name (#3006)
1 parent 924085b commit ea4ec07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"commander": "13.1.0",
4444
"connect-flash": "0.1.1",
4545
"copy-to-clipboard": "3.3.3",
46-
"express-session": "1.18.2",
4746
"core-js": "3.42.0",
4847
"csurf": "1.11.0",
4948
"express": "4.21.2",
49+
"express-session": "1.18.2",
5050
"fast-deep-equal": "3.1.3",
5151
"graphiql": "2.0.8",
5252
"graphql": "16.11.0",
@@ -57,7 +57,7 @@
5757
"node-fetch": "3.3.2",
5858
"otpauth": "8.0.3",
5959
"package-json": "7.0.0",
60-
"parse": "7.0.1",
60+
"parse": "7.0.2",
6161
"passport": "0.7.0",
6262
"passport-local": "1.0.0",
6363
"prismjs": "1.30.0",

0 commit comments

Comments
 (0)