From cf6ea04f30527a7c8b3102d873933cd0f6b31dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 16:38:10 +0000 Subject: [PATCH] Bump typescript from 4.4.4 to 4.5.2 in /vue Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/package.json b/vue/package.json index 1b16d673..1343987c 100644 --- a/vue/package.json +++ b/vue/package.json @@ -49,7 +49,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.28.0", "eslint-plugin-vue": "^8.0.3", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vue-cli-plugin-i18n": "^2.1.1", "webpack-bundle-tracker": "1.4.0", "workbox-expiration": "^6.3.0",