From 98ffe5bce8a92d64ed89a73c1a92960ae8418d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:59:04 +0200 Subject: chore: bump typescript from 5.3.3 to 5.5.3 in /src-vue (#963) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src-vue/package-lock.json | 8 ++++---- src-vue/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index f2bfa57c..68342257 100644 --- a/src-vue/package-lock.json +++ b/src-vue/package-lock.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/marked": "^6.0.0", "@vitejs/plugin-vue": "^3.1.0", - "typescript": "^5.3.3", + "typescript": "^5.5.3", "vite": "^3.1.0", "vue-tsc": "^2.0.22" } @@ -1162,9 +1162,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/src-vue/package.json b/src-vue/package.json index d89be712..393eda77 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@types/marked": "^6.0.0", "@vitejs/plugin-vue": "^3.1.0", - "typescript": "^5.3.3", + "typescript": "^5.5.3", "vite": "^3.1.0", "vue-tsc": "^2.0.22" } -- cgit v1.2.3