From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 20:27:28 +0000 (+0000) Subject: build(deps-dev): bump typescript from 4.0.2 to 4.0.3 X-Git-Tag: v4.0.0-beta.12~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118fe49d467a949069a3829111a45cd3ef7d62c9;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump typescript from 4.0.2 to 4.0.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 7e214da0..954a0c5a 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "ts-jest": "^26.2.0", "ts-loader": "^8.0.2", "ts-node": "^9.0.0", - "typescript": "^4.0.2", + "typescript": "^4.0.3", "vitepress": "^0.6.0", "vue": "^3.0.0-rc.9", "vue-loader": "^16.0.0-beta.5", diff --git a/yarn.lock b/yarn.lock index 5ecb1455..0ab4d36a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10809,10 +10809,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2" - integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== +typescript@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5" + integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg== typescript@~3.7.2: version "3.7.5"