From 3460319a35a4b1925d19923dc8aa8e8788b35feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Sep 2021 11:11:31 +0000 Subject: [PATCH] Bump typescript from 4.3.2 to 4.4.3 in /vue Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package-lock.json | 14 +++++++------- vue/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/vue/package-lock.json b/vue/package-lock.json index 088f366b..b9487841 100644 --- a/vue/package-lock.json +++ b/vue/package-lock.json @@ -42,7 +42,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.28.0", "eslint-plugin-vue": "^7.10.0", - "typescript": "~4.4.2", + "typescript": "~4.4.3", "vue-cli-plugin-i18n": "^2.1.1", "webpack-bundle-tracker": "1.3.0", "workbox-expiration": "^6.0.2", @@ -13676,9 +13676,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz", - "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", + "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -24743,9 +24743,9 @@ "version": "0.0.6" }, "typescript": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz", - "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", + "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", "dev": true }, "uglify-js": { diff --git a/vue/package.json b/vue/package.json index 332fff20..7cf741ec 100644 --- a/vue/package.json +++ b/vue/package.json @@ -43,7 +43,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.28.0", "eslint-plugin-vue": "^7.10.0", - "typescript": "~4.4.2", + "typescript": "~4.4.3", "vue-cli-plugin-i18n": "^2.1.1", "webpack-bundle-tracker": "1.3.0", "workbox-expiration": "^6.0.2",