From 134eccc2735e3d6e497f764af6555c9325e44048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:38:49 +0000 Subject: [PATCH] chore:(deps): bump @types/socket.io-client in /explorer (#15865) Bumps [@types/socket.io-client](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/socket.io-client) from 1.4.35 to 1.4.36. - [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 029f0b69e8..a04f3c062c 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -3267,9 +3267,9 @@ "integrity": "sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==" }, "@types/socket.io-client": { - "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==" + "version": "1.4.36", + "resolved": "https://registry.npmjs.org/@types/socket.io-client/-/socket.io-client-1.4.36.tgz", + "integrity": "sha512-ZJWjtFBeBy1kRSYpVbeGYTElf6BqPQUkXDlHHD4k/42byCN5Rh027f4yARHCink9sKAkbtGZXEAmR0ZCnc2/Ag==" }, "@types/source-list-map": { "version": "0.1.2", diff --git a/explorer/package.json b/explorer/package.json index 4df3cfc70f..cee1ff71e3 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^17.0.2", "@types/react-router-dom": "^5.1.7", "@types/react-select": "^3.1.2", - "@types/socket.io-client": "^1.4.35", + "@types/socket.io-client": "^1.4.36", "bignumber.js": "^9.0.1", "bn.js": "^5.2.0", "bootstrap": "^4.6.0",