From 25d048ec7f91dfdbef27d905f4cb690ac7f623ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Dec 2020 23:34:49 +0000 Subject: [PATCH] fix: upgrade typescript from 4.0.5 to 4.1.2 Snyk has created this PR to upgrade typescript from 4.0.5 to 4.1.2. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/bluewallet/project/ed70334c-c069-4cb5-83a7-8d8cd16c0921?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bcf745..261040f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1364,9 +1364,9 @@ } }, "typescript": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz", - "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==" + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", + "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==" }, "unpipe": { "version": "1.0.0", diff --git a/package.json b/package.json index 4f32519..1d598e8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "reflect-metadata": "^0.1.10", "ts-node": "3.3.0", "typeorm": "0.2.27", - "typescript": "4.0.5" + "typescript": "4.1.2" }, "scripts": { "lint": "npx prettier --write .",