Skip to content

Commit 5b4bfc9

Browse files
Bump @types/socket.io from 2.1.4 to 2.1.11 in /backend
Bumps [@types/socket.io](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/socket.io) from 2.1.4 to 2.1.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/socket.io) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ec3f239 commit 5b4bfc9

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@types/lodash": "4.14.160",
17-
"@types/socket.io": "^2.1.4",
17+
"@types/socket.io": "^2.1.11",
1818
"@types/uuid": "^7.0.0",
1919
"ts-node-dev": "^1.0.0-pre.60",
2020
"ts-node": "^9.0.0",

backend/yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# yarn lockfile v1
33

44

5+
"@types/engine.io@*":
6+
version "3.1.4"
7+
resolved "https://registry.yarnpkg.com/@types/engine.io/-/engine.io-3.1.4.tgz#3d9472711d179daa7c95c051e50ad411e18a9bdc"
8+
integrity sha512-98rXVukLD6/ozrQ2O80NAlWDGA4INg+tqsEReWJldqyi2fulC9V7Use/n28SWgROXKm6003ycWV4gZHoF8GA6w==
9+
dependencies:
10+
"@types/node" "*"
11+
512
613
version "4.14.160"
714
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.160.tgz#2f1bba6500bc3cb9a732c6d66a083378fb0b0b29"
@@ -12,11 +19,12 @@
1219
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.0.tgz#5b6ee7a77faacddd7de719017d0bc12f52f81589"
1320
integrity sha512-0ARSQootUG1RljH2HncpsY2TJBfGQIKOOi7kxzUY6z54ePu/ZD+wJA8zI2Q6v8rol2qpG/rvqsReco8zNMPvhQ==
1421

15-
"@types/socket.io@^2.1.4":
16-
version "2.1.4"
17-
resolved "https://registry.yarnpkg.com/@types/socket.io/-/socket.io-2.1.4.tgz#674e7bc193c5ccdadd4433f79f3660d31759e9ac"
18-
integrity sha512-cI98INy7tYnweTsUlp8ocveVdAxENUThO0JsLSCs51cjOP2yV5Mqo5QszMDPckyRRA+PO6+wBgKvGvHUCc23TQ==
22+
"@types/socket.io@^2.1.11":
23+
version "2.1.11"
24+
resolved "https://registry.yarnpkg.com/@types/socket.io/-/socket.io-2.1.11.tgz#e0d6759880e5f9818d5297a3328b36641bae996b"
25+
integrity sha512-bVprmqPhJMLb9ZCm8g0Xy8kwBFRbnanOWSxzWkDkkIwxTvud5tKMfAJymXX6LQbizUKCS1yima7JM4BeLqjNqA==
1926
dependencies:
27+
"@types/engine.io" "*"
2028
"@types/node" "*"
2129

2230
"@types/strip-bom@^3.0.0":

0 commit comments

Comments
 (0)