From 4855310e8632341e097e045f555d36eef36da6ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:21:42 +0200 Subject: [PATCH] Bump typescript from 5.1.6 to 5.4.5 (#174) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 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.1.6...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christina Sonebo <45804344+sonebo@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ac6bc8..d9f0803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "tiktoken": "^1.0.10", "tslib": "^2.4.1", "tsx": "^4.7.0", - "typescript": "^5.1.6", + "typescript": "^5.4.5", "vite": "^4.5.2", "vitest": "^0.32.2", "zod": "^3.21.4" @@ -8439,9 +8439,9 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "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/package.json b/package.json index 5a8c87a..8f4fad5 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "tiktoken": "^1.0.10", "tslib": "^2.4.1", "tsx": "^4.7.0", - "typescript": "^5.1.6", + "typescript": "^5.4.5", "vite": "^4.5.2", "vitest": "^0.32.2", "zod": "^3.21.4"