From c221913a7cb4c210872ea77ab35d20d7f6b91572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:45:07 +0000 Subject: [PATCH] Bump typescript from 5.7.3 to 5.8.3 in /front-end Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- front-end/package-lock.json | 9 +++++---- front-end/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/front-end/package-lock.json b/front-end/package-lock.json index 3b6f10d..7c5c5b2 100644 --- a/front-end/package-lock.json +++ b/front-end/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-vue-scoped-css": "^2.9.0", "npm-run-all2": "^7.0.2", "prettier": "^3.4.2", - "typescript": "~5.7.3", + "typescript": "~5.8.3", "typescript-eslint": "^7.18.0", "vite": "^6.0.7", "vue-eslint-parser": "^9.4.3", @@ -5355,9 +5355,10 @@ } }, "node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/front-end/package.json b/front-end/package.json index 6e74476..18374bd 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -39,7 +39,7 @@ "eslint-plugin-vue-scoped-css": "^2.9.0", "npm-run-all2": "^7.0.2", "prettier": "^3.4.2", - "typescript": "~5.7.3", + "typescript": "~5.8.3", "typescript-eslint": "^7.18.0", "vite": "^6.0.7", "vue-eslint-parser": "^9.4.3",