From f20732f3461b8c5b59fdf1c84471addb380b7194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:58:13 +0000 Subject: [PATCH] chore(deps-dev): Bump typescript from 5.5.4 to 5.7.3 in /springwolf-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] --- springwolf-ui/package-lock.json | 9 +++++---- springwolf-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index f15245748..0427bb92a 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -37,7 +37,7 @@ "jest": "^29.7.0", "jest-junit": "^16.0.0", "jest-preset-angular": "^14.5.0", - "typescript": "^5.5.4" + "typescript": "^5.7.3" } }, "node_modules/@ampproject/remapping": { @@ -13539,10 +13539,11 @@ } }, "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==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index 655164874..06b62e2aa 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -41,7 +41,7 @@ "jest": "^29.7.0", "jest-junit": "^16.0.0", "jest-preset-angular": "^14.5.0", - "typescript": "^5.5.4" + "typescript": "^5.7.3" }, "jest-junit": { "ancestorSeparator": " › ",