From af3d541bb2cd1a2f9961851c28ca94ed80411f41 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Apr 2021 13:59:51 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.2.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61260d8b2..417f3eecf 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "tslint-config-google": "1.0.1", "tslint-config-prettier": "1.18.0", "tslint-plugin-prettier": "2.3.0", - "typescript": "4.0.5" + "typescript": "4.2.4" }, "typings": "./lib/index.d.ts", "types": "./lib/index.d.ts", diff --git a/yarn.lock b/yarn.lock index 8b337950f..2bc3e696e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12813,10 +12813,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389" - integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ== +typescript@4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" + integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== ua-parser-js@^0.7.18: version "0.7.19"