From be7e25d684b0b6a19478bc3e27daf30a72571bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:04:55 +0000 Subject: [PATCH] :robot: Bump typescript from 5.4.5 to 5.7.3 in /frontend Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.7.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.4.5...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index eda46fcb..1c1d41cb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -57,7 +57,7 @@ "tailwind-scrollbar": "^3.1.0", "tailwindcss": "^3.4.10", "tslib": "^2.6.3", - "typescript": "^5.4.5", + "typescript": "^5.7.3", "vite": "^5.4.11" } }, @@ -6197,9 +6197,9 @@ } }, "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.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/frontend/package.json b/frontend/package.json index d7efabc1..ed23c290 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "tailwind-scrollbar": "^3.1.0", "tailwindcss": "^3.4.10", "tslib": "^2.6.3", - "typescript": "^5.4.5", + "typescript": "^5.7.3", "vite": "^5.4.11" }, "type": "module",