From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:37:00 +0000 (+0000) Subject: build(deps-dev): bump typescript from 4.2.2 to 4.2.3 X-Git-Tag: v4.0.5~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20991f11168198e94c0c621582590d6af309f7e;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump typescript from 4.2.2 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.2...v4.2.3) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 258836b6..94700282 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "ts-jest": "^26.5.3", "ts-loader": "^8.0.17", "ts-node": "^9.1.1", - "typescript": "^4.1.5", + "typescript": "^4.2.3", "vitepress": "^0.12.2", "vue": "^3.0.6", "vue-loader": "^16.1.2", diff --git a/yarn.lock b/yarn.lock index 3aa90f7f..f3a14231 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8621,10 +8621,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.1.5: - version "4.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c" - integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ== +typescript@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" + integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw== typescript@~3.7.2: version "3.7.7"