From ed95f198dc5895256985ab60ae22c2e62f6f4258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:28:02 +0000 Subject: [PATCH] Bump typescript from 5.4.4 to 5.4.5 in /ui (#659) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5. - [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.4...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 0b33accdb..ecc9e347f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -47,7 +47,7 @@ "react-dom": "18.2.0", "react-highlight-words": "^0.20.0", "react-json-view-lite": "^1.3.0", - "typescript": "5.4.4", + "typescript": "5.4.5", "use-debounce": "^10.0.0", "use-resize-observer": "^9.1.0", "victory-area": "~36.8.6", @@ -22437,9 +22437,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/ui/package.json b/ui/package.json index f87b06507..d5495a647 100644 --- a/ui/package.json +++ b/ui/package.json @@ -52,7 +52,7 @@ "react-dom": "18.2.0", "react-highlight-words": "^0.20.0", "react-json-view-lite": "^1.3.0", - "typescript": "5.4.4", + "typescript": "5.4.5", "use-debounce": "^10.0.0", "use-resize-observer": "^9.1.0", "victory-area": "~36.8.6",