From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 09:21:42 +0000 (+0000) Subject: build(deps-dev): bump typescript from 4.1.4 to 4.1.5 X-Git-Tag: v4.0.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2ec8409288e17ddfb89f6fc208791cc77d3556;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump typescript from 4.1.4 to 4.1.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.4...v4.1.5) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 7807d04e..94f99698 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "ts-jest": "^26.5.1", "ts-loader": "^8.0.16", "ts-node": "^9.1.1", - "typescript": "^4.1.4", + "typescript": "^4.1.5", "vitepress": "^0.12.0", "vue": "^3.0.5", "vue-loader": "^16.1.2", diff --git a/yarn.lock b/yarn.lock index 8f70ff4f..9db6a5db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8952,10 +8952,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.4.tgz#f058636e2f4f83f94ddaae07b20fd5e14598432f" - integrity sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg== +typescript@^4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72" + integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA== typescript@~3.7.2: version "3.7.5"