From edde4f978b0cd1de4f63e73b4957c64d018f937e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 08:12:20 +0000 Subject: [PATCH] chore:(deps): bump @types/socket.io-client in /explorer (#12589) Bumps [@types/socket.io-client](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/socket.io-client) from 1.4.33 to 1.4.34. - [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 10ef3b31ea..c2dc509f97 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -3535,9 +3535,9 @@ } }, "@types/socket.io-client": { - "version": "1.4.33", - "resolved": "https://registry.npmjs.org/@types/socket.io-client/-/socket.io-client-1.4.33.tgz", - "integrity": "sha512-m4LnxkljsI9fMsjwpW5QhRpMixo2BeeLpFmg0AE+sS4H1pzAd/cs/ftTiL60FLZgfFa8PFRPx5KsHu8O0bADKQ==" + "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==" }, "@types/stack-utils": { "version": "1.0.1", diff --git a/explorer/package.json b/explorer/package.json index cc6f8ddc4e..304c7270d9 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -20,7 +20,7 @@ "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.5", "@types/react-select": "^3.0.20", - "@types/socket.io-client": "^1.4.33", + "@types/socket.io-client": "^1.4.34", "bn.js": "^5.1.3", "bootstrap": "^4.5.2", "bs58": "^4.0.1",