From d4c79b3f6cc1a5cbb6287b360b9576fb03f7b8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 16:15:41 +0100 Subject: [PATCH] build(deps-dev): bump typescript from 4.8.4 to 4.9.3 in /showcase/vue-showcase (#562) build(deps-dev): bump typescript in /showcase/vue-showcase Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- showcase/vue-showcase/package-lock.json | 14 +++++++------- showcase/vue-showcase/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/showcase/vue-showcase/package-lock.json b/showcase/vue-showcase/package-lock.json index 5b552f1d3..769e76c10 100644 --- a/showcase/vue-showcase/package-lock.json +++ b/showcase/vue-showcase/package-lock.json @@ -17,7 +17,7 @@ "@types/node": "18.11.9", "@vitejs/plugin-vue": "3.2.0", "@vue/tsconfig": "0.1.3", - "typescript": "4.8.4", + "typescript": "4.9.3", "vite": "3.2.4", "vue-tsc": "1.0.9" } @@ -856,9 +856,9 @@ } }, "node_modules/typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", + "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -1510,9 +1510,9 @@ "dev": true }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", + "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", "dev": true }, "vite": { diff --git a/showcase/vue-showcase/package.json b/showcase/vue-showcase/package.json index 200f1a75b..eefd32486 100644 --- a/showcase/vue-showcase/package.json +++ b/showcase/vue-showcase/package.json @@ -17,7 +17,7 @@ "@types/node": "18.11.9", "@vitejs/plugin-vue": "3.2.0", "@vue/tsconfig": "0.1.3", - "typescript": "4.8.4", + "typescript": "4.9.3", "vite": "3.2.4", "vue-tsc": "1.0.9" }