From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 09:51:00 +0000 (+0000) Subject: build(deps-dev): bump typescript from 4.0.5 to 4.1.2 X-Git-Tag: v4.0.0-rc.6~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154984d07e312a4cdf50f2118831b6413d1d2b73;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump typescript from 4.0.5 to 4.1.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index f9c16d79..a6df6547 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "ts-jest": "^26.4.4", "ts-loader": "^8.0.11", "ts-node": "^9.0.0", - "typescript": "^4.0.3", + "typescript": "^4.1.2", "vitepress": "^0.8.1", "vue": "^3.0.2", "vue-loader": "^16.0.0-rc.1", diff --git a/yarn.lock b/yarn.lock index efab7911..8814d813 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9413,10 +9413,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.0.3: - 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.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" + integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== typescript@~3.7.2: version "3.7.5"