From 8fd3c451840eb80d9b252c5b9d1d3ff8e5423dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:38:09 +0000 Subject: [PATCH] Bump typescript in /frontend in the frontend-dev-dependencies group Bumps the frontend-dev-dependencies group in /frontend with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.4.5 to 5.9.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/compare/v5.4.5...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-dev-dependencies ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f30f874..32f3dbe 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -25,7 +25,7 @@ "@vitejs/plugin-react-swc": "3.6.0", "classnames": "2.5.1", "postcss-nesting": "12.1.2", - "typescript": "5.4.5", + "typescript": "5.9.3", "vite": "5.2.10", "vite-tsconfig-paths": "4.3.2" } @@ -2705,10 +2705,11 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/frontend/package.json b/frontend/package.json index deb236e..39bd513 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "@vitejs/plugin-react-swc": "3.6.0", "classnames": "2.5.1", "postcss-nesting": "12.1.2", - "typescript": "5.4.5", + "typescript": "5.9.3", "vite": "5.2.10", "vite-tsconfig-paths": "4.3.2" }