Browse Source

Bump @types/socket.io from 2.1.4 to 2.1.12 (#155)

Bumps [@types/socket.io](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/socket.io) from 2.1.4 to 2.1.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/socket.io)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 4 years ago
parent
commit
2c6829ec35
No account linked to committer's email address
2 changed files with 21 additions and 5 deletions
  1. 1
    1
      package.json
  2. 20
    4
      yarn.lock

+ 1
- 1
package.json View File

@@ -32,7 +32,7 @@
32 32
     "socket.io": "2.3.0"
33 33
   },
34 34
   "devDependencies": {
35
-    "@types/socket.io": "2.1.4",
35
+    "@types/socket.io": "2.1.12",
36 36
     "@types/debug": "4.1.5",
37 37
     "@types/express": "4.17.11",
38 38
     "@types/node": "14.14.12",

+ 20
- 4
yarn.lock View File

@@ -43,6 +43,13 @@
43 43
   resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd"
44 44
   integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ==
45 45
 
46
+"@types/engine.io@*":
47
+  version "3.1.5"
48
+  resolved "https://registry.yarnpkg.com/@types/engine.io/-/engine.io-3.1.5.tgz#ed280bec61d6226c0bfcb03f2820c4e65391dac2"
49
+  integrity sha512-DLVpLEGTEZGBXOYoYoagHSxXkDHONc0fZouF2ayw7Q18aRu1Afwci+1CFKvPpouCUOVWP+dmCaAWpQjswe7kpg==
50
+  dependencies:
51
+    "@types/node" "*"
52
+
46 53
 "@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18":
47 54
   version "4.17.18"
48 55
   resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40"
@@ -90,12 +97,21 @@
90 97
     "@types/express-serve-static-core" "*"
91 98
     "@types/mime" "*"
92 99
 
93
-"@types/socket.io@2.1.4":
94
-  version "2.1.4"
95
-  resolved "https://registry.yarnpkg.com/@types/socket.io/-/socket.io-2.1.4.tgz#674e7bc193c5ccdadd4433f79f3660d31759e9ac"
96
-  integrity sha512-cI98INy7tYnweTsUlp8ocveVdAxENUThO0JsLSCs51cjOP2yV5Mqo5QszMDPckyRRA+PO6+wBgKvGvHUCc23TQ==
100
+"@types/socket.io-parser@*":
101
+  version "2.2.1"
102
+  resolved "https://registry.yarnpkg.com/@types/socket.io-parser/-/socket.io-parser-2.2.1.tgz#dc94aed303839487f4975249a32a548109ea3647"
103
+  integrity sha512-+JNb+7N7tSINyXPxAJb62+NcpC1x/fPn7z818W4xeNCdPTp6VsO/X8fCsg6+ug4a56m1v9sEiTIIUKVupcHOFQ==
104
+  dependencies:
105
+    "@types/node" "*"
106
+
107
+"@types/socket.io@2.1.12":
108
+  version "2.1.12"
109
+  resolved "https://registry.yarnpkg.com/@types/socket.io/-/socket.io-2.1.12.tgz#91187f826a5dd2ed1113e935815bbaf9627e5cb0"
110
+  integrity sha512-oStc5VFkpb0AsjOxQUj9ztX5Iziatyla/rjZTYbFGoVrrKwd+JU2mtxk7iSl5RGYx9WunLo6UXW1fBzQok/ZyA==
97 111
   dependencies:
112
+    "@types/engine.io" "*"
98 113
     "@types/node" "*"
114
+    "@types/socket.io-parser" "*"
99 115
 
100 116
 accepts@~1.3.4, accepts@~1.3.7:
101 117
   version "1.3.7"

Loading…
Cancel
Save