From a8d23ae6cc42b27414de1557b642808e2831f17f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 11:05:36 +0000 Subject: [PATCH] build(deps): bump typescript from 4.1.5 to 4.2.2 in /web Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.2. - [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 740767 -> 740767 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 fee20157efdf499a893c124d580e28bb433882f4..f76683c7b089347578a834f421ee95baeb41f371 100644 GIT binary patch delta 169 zcmV;a09OB>n=PN4Er5gpgaU*Egam{Iga(8Mgb0KQvWE_OjK?~R5n6qSad{LOf*MlG;?}cD`Q73!n zF=SCpIB|AGIBQdAR8n{`PDyt(Q8`IMNNjgcL~3hlS4DJ9Re3>|Eh`Ebmu@KvCYR_U Z0Th=Y?*asuPbdmHhcqV&w=^dUYbMbPHgNy| diff --git a/web/package.json b/web/package.json index fb3f6a968..8cad87df3 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.1.5" + "typescript": "^4.2.2" }, "scripts": { "start": "react-app-rewired start",