From 8101b5d3176ab478428813380911a2ce391765e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:13:14 +0000 Subject: [PATCH] Bump typescript from 4.2.4 to 4.9.5 in /frontend Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.2.4 to 4.9.5. - [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/compare/v4.2.4...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-version: 4.9.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 31fd216c..eb9a2e46 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "stylus": "^0.54.8", "stylus-loader": "^3.0.2", "ts-jest": "^26.5.6", - "typescript": "~4.2.4", + "typescript": "~4.9.5", "vue-cli-plugin-vuetify": "~2.4.0", "vue-template-compiler": "^2.6.12", "vuetify-loader": "^1.7.2" diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 954dfdc9..fa159f44 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -10900,10 +10900,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@~4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" - integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== +typescript@~4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== uglify-js@3.4.x: version "3.4.10"