Skip to content

Commit 3f3474b

Browse files
committed
fix: upgrade socket.io from 4.4.1 to 4.7.2
Snyk has created this PR to upgrade socket.io from 4.4.1 to 4.7.2. See this package in npm: https://www.npmjs.com/package/socket.io See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/baae60b0-b551-4edb-bcb1-55eb7c12e4a6?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 0731c0d commit 3f3474b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/express-session-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"express": "~4.17.3",
1212
"express-session": "~1.17.2",
13-
"socket.io": "~4.4.1"
13+
"socket.io": "~4.7.2"
1414
}
1515
}

0 commit comments

Comments
 (0)