From f9fa7899f0a5e8bd6161612a3077001a8f93742a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:12:49 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.0.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 189cd3a9..fd98b248 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "teraslice-test-harness": "^0.29.0", "ts-jest": "^29.1.1", "tslib": "^2.6.1", - "typescript": "^4.8.3" + "typescript": "^5.0.4" }, "engines": { "node": ">=14.17.0", diff --git a/yarn.lock b/yarn.lock index 256de863..e04bd8b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6008,10 +6008,10 @@ typedoc@~0.23.26: minimatch "^7.1.3" shiki "^0.14.1" -typescript@^4.8.3: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" + integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== uglify-js@^3.1.4: version "3.17.4"