From d4836ad58b2572513d9280a7d2a58fecb5a2a886 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 00:45:27 +0000 Subject: [PATCH] chore(deps): bump typescript from 3.9.5 to 3.9.6 in /explorer Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] --- 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 fe0d59fb84..b5ce61f6de 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -15585,9 +15585,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", - "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==" + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz", + "integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/explorer/package.json b/explorer/package.json index 8f76462fed..f5573f04b0 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -24,7 +24,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", "solana-sdk-wasm": "file:wasm/pkg", - "typescript": "^3.9.5", + "typescript": "^3.9.6", "wasm-loader": "^1.3.0" }, "scripts": {