From aa095b212866c4519929a3ca99771c89d968ee26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 11:04:25 +0000 Subject: [PATCH] build(deps): bump typescript from 4.2.4 to 4.3.2 in /web Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2) Signed-off-by: dependabot[bot] --- web/package-lock.json | Bin 740218 -> 740218 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 26a6d1c65bb76c1ab42badaef19a7e348674afe0..8333c192142fd2944f666d8e7ae3baf6836120fc 100644 GIT binary patch delta 146 zcmV;D0B!&JmM!|0Er5gpgaU*Egam{Iga(8Mgb0KQvlArR(e`AXj5ozZEkN?Zb3+JR!CQHRAYE#b~j{KP&P1AGDdTGWKm33I94@KVpB6l zX=Z9yMn+O;NK;pEL`q?3YX-+jsdUj!CNmx`?WoC7CcUnVIXNP|z3b%hG3;QNO COEee& diff --git a/web/package.json b/web/package.json index 3449e659d..18db2b25f 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.5.3", - "typescript": "^4.2.4" + "typescript": "^4.3.2" }, "scripts": { "start": "react-app-rewired start",