From 1733c6d45d443de25ef0d171e4f07ce9f832bc93 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Oct 2020 00:47:45 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v4.0.5 --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index a0cd1f848..c3a5e8b87 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -21517,9 +21517,9 @@ "integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw==" }, "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==" }, "uc.micro": { "version": "1.0.6", diff --git a/ui/package.json b/ui/package.json index 518ba3839..c6ec0ed6c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -77,7 +77,7 @@ "react-select": "3.1.0", "react-transition-group": "4.4.1", "typeface-open-sans": "1.1.13", - "typescript": "4.0.3" + "typescript": "4.0.5" }, "devDependencies": { "@commitlint/travis-cli": "11.0.0",