From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 11:08:57 +0000 (+0000) Subject: build(deps-dev): bump typescript from 4.1.2 to 4.1.3 X-Git-Tag: v4.0.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6094eac8be378d8ef799170cc17efbf4ba8fa1;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump typescript from 4.1.2 to 4.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 40c39a47..b8ecf84b 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "ts-jest": "^26.4.4", "ts-loader": "^8.0.11", "ts-node": "^9.1.1", - "typescript": "^4.1.2", + "typescript": "^4.1.3", "vitepress": "^0.8.1", "vue": "^3.0.3", "vue-loader": "^16.1.0", diff --git a/yarn.lock b/yarn.lock index 64eef550..171e93ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9367,10 +9367,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -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@^4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7" + integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== typescript@~3.7.2: version "3.7.5"