From 4af7e56ee49845ecb666d76525988a6d1fc5435c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 03:07:36 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.9.5 to 5.0.4 in /communication 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] --- communication/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication/package.json b/communication/package.json index 77a491eb..e4090132 100644 --- a/communication/package.json +++ b/communication/package.json @@ -71,7 +71,7 @@ "ts-loader": "^9.4.2", "ts-node": "^10.9.1", "tsconfig-paths": "4.1.0", - "typescript": "^4.9.5", + "typescript": "^5.0.4", "webpack": "5.74.0" }, "jest": {