From e0befdb10b7ea332416e0209feabe228ed5589d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:57:11 +0000 Subject: [PATCH] Chore(deps-dev): Bump typescript from 5.5.4 to 5.7.3 in /src-ui Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 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.5.4...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src-ui/package-lock.json | 9 +++++---- src-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index 37314ebb1..f610591a9 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -66,7 +66,7 @@ "patch-package": "^8.0.0", "prettier-plugin-organize-imports": "^4.1.0", "ts-node": "~10.9.1", - "typescript": "^5.5.4" + "typescript": "^5.7.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -18019,9 +18019,10 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/src-ui/package.json b/src-ui/package.json index 1aecf9c06..083a2d668 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -68,7 +68,7 @@ "patch-package": "^8.0.0", "prettier-plugin-organize-imports": "^4.1.0", "ts-node": "~10.9.1", - "typescript": "^5.5.4" + "typescript": "^5.7.3" }, "typings": "./src/typings.d.ts" }