From 6e6f7377e225d368131541a7023369ff4e85fe94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 02:00:27 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.0.5 (#365) Co-authored-by: Renovate Bot --- 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 c1fbdaae..7e3c8d7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4536,9 +4536,9 @@ "dev": true }, "typescript": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", - "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz", + "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 06dca71e..19d4fa98 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "prettier": "2.1.2", "standard-version": "9.0.0", "ts-node": "9.0.0", - "typescript": "4.0.3" + "typescript": "4.0.5" } }