From 85fdbd87bee0f258edaa999b0acfc88453032414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 09:15:46 +0000 Subject: [PATCH] chore:(deps): bump @types/socket.io-client in /explorer (#14549) Bumps [@types/socket.io-client](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/socket.io-client) from 1.4.34 to 1.4.35. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/socket.io-client) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index fadfd5fa09..ccd4c1d3ba 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -3346,9 +3346,9 @@ } }, "@types/socket.io-client": { - "version": "1.4.34", - "resolved": "https://registry.npmjs.org/@types/socket.io-client/-/socket.io-client-1.4.34.tgz", - "integrity": "sha512-Lzia5OTQFJZJ5R4HsEEldywiiqT9+W2rDbyHJiiTGqOcju89sCsQ8aUXDljY6Ls33wKZZGC0bfMhr/VpOyjtXg==" + "version": "1.4.35", + "resolved": "https://registry.npmjs.org/@types/socket.io-client/-/socket.io-client-1.4.35.tgz", + "integrity": "sha512-MI8YmxFS+jMkIziycT5ickBWK1sZwDwy16mgH/j99Mcom6zRG/NimNGQ3vJV0uX5G6g/hEw0FG3w3b3sT5OUGw==" }, "@types/source-list-map": { "version": "0.1.2", diff --git a/explorer/package.json b/explorer/package.json index 5fda990a9a..1b5a0c9b6e 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -21,7 +21,7 @@ "@types/react-dom": "^17.0.0", "@types/react-router-dom": "^5.1.7", "@types/react-select": "^3.1.2", - "@types/socket.io-client": "^1.4.34", + "@types/socket.io-client": "^1.4.35", "bn.js": "^5.1.3", "bootstrap": "^4.5.3", "bs58": "^4.0.1",