From e8dc0ae436eb33ac9b1041b85f7e16c12dce4287 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 5 Mar 2021 05:16:11 +0000
Subject: [PATCH] chore(deps-dev): bump typescript from 4.2.2 to 4.2.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@github.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 0aa7ca08..70736010 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
     "react-dom": "^17.0.1",
     "react-test-renderer": "17.0.1",
     "ts-node": "^9.1.1",
-    "typescript": "4.2.2"
+    "typescript": "4.2.3"
   },
   "peerDependencies": {
     "react": ">=16.9.0",