From 4b9e545b626c5142f271030951246ce66a13928b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 11:04:58 +0000 Subject: [PATCH] build(deps): bump typescript from 4.2.2 to 4.2.3 in /web 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] --- web/package-lock.json | Bin 740727 -> 740727 bytes web/package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package-lock.json b/web/package-lock.json index e5fa75f4c1ef0516a8ed0e91323aa2f160c3110b..3723543df3dd7913f096a3bab1b3eee4e5f176bb 100644 GIT binary patch delta 146 zcmV;D0B!&Gnl1O5Er5gpgaU*Egam{Iga(8Mgb0KQvvF;`k>d2=yhXJJu?d?pIFd?pL~CV0y- AJOBUy diff --git a/web/package.json b/web/package.json index 50fd41232..0415358b5 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", "slugify": "^1.4.7", - "typescript": "^4.2.2" + "typescript": "^4.2.3" }, "scripts": { "start": "react-app-rewired start",