From 8238cc973ec0d04131c2f5ff17dca81edaf2a081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:08:27 +0000 Subject: [PATCH] Bump typescript from 4.8.4 to 4.9.4 in /front-end Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- front-end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/package.json b/front-end/package.json index 45967f78..5ad3ead4 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -34,7 +34,7 @@ "react-scripts": "5.0.1", "redux": "4.2.0", "redux-devtools-extension": "2.13.9", - "typescript": "4.8.4" + "typescript": "4.9.4" }, "devDependencies": { "@testing-library/jest-dom": "5.16.5",