From 26f874e54a1152bd7eee8eb2773c4dd1562bb4a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:26:21 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.5.2. - [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/v4.9.5...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4fe2808..c5f5558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "jest-circus": "^29.3.1", "prettier": "2.8.0", "ts-jest": "^29.1.4", - "typescript": "^4.9.3", + "typescript": "^5.5.2", "typescript-formatter": "^7.2.2" } }, @@ -4296,16 +4296,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/typescript-formatter": { diff --git a/package.json b/package.json index 499e24c..db7df3b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "jest-circus": "^29.3.1", "prettier": "2.8.0", "ts-jest": "^29.1.4", - "typescript": "^4.9.3", + "typescript": "^5.5.2", "typescript-formatter": "^7.2.2" } }