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": {