From 85524fb7903374b6f839eda90d3e7de6d359a841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:03:32 +0000 Subject: [PATCH] Bump typescript from 3.9.10 to 4.9.5 in /chat/web Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.10 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.10...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- chat/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/web/package.json b/chat/web/package.json index 3f97f2d5..c7971070 100644 --- a/chat/web/package.json +++ b/chat/web/package.json @@ -13,7 +13,7 @@ "react-scripts": "^3.0.0", "redux": "^4.0.1", "redux-thunk": "^2.3.0", - "typescript": "^3.3.3333" + "typescript": "^4.9.5" }, "scripts": { "start": "PORT=3001 react-scripts start",