Skip to content

Commit 6bf168f

Browse files
authored
Merge pull request #8 from overleaf/bg-npm-audit
upgrade socket.io-client to include fixes for npm audit
2 parents af96d1b + 5845bdd commit 6bf168f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io"
3-
, "version": "0.9.19-overleaf-6"
3+
, "version": "0.9.19-overleaf-7"
44
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API"
55
, "homepage": "http://socket.io"
66
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
@@ -16,7 +16,7 @@
1616
, "url": "https://github.com/LearnBoost/socket.io.git"
1717
}
1818
, "dependencies": {
19-
"socket.io-client": "https://github.com/overleaf/socket.io-client/archive/0.9.17-overleaf-3.tar.gz"
19+
"socket.io-client": "https://github.com/overleaf/socket.io-client/archive/0.9.17-overleaf-4.tar.gz"
2020
, "policyfile": "0.0.4"
2121
, "base64id": "0.1.0"
2222
}

0 commit comments

Comments
 (0)