From 015eaeb03ef2f6e3b6fa48034e26735a6a0a9cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Aug 2021 11:05:33 +0000 Subject: [PATCH] build(deps): bump typescript from 4.3.5 to 4.4.2 in /web Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | Bin 745900 -> 745900 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 2b8f0896cc7e9072d7e1d7d22151c9f0a044507a..279dc5ebefb8efcba689ca1a3cf702a7c5551cc3 100644 GIT binary patch delta 148 zcmV;F0BirO!!4}CEr5gpgaU*Egam{Iga(8Mgb0KQvgV{W@C0RbTlw9NLETsO=L1FNI60`XJKVAZc%JP zdP8w`a#&a^Hb+b^VlziUXL(deIW{(MdU9GfFfV3OYIi|&T5EGtQHQZQ3b(O33;QM# C{xG!w delta 146 zcmV;D0B!%Q!!4}CEr5gpgaU*Egam{Iga(8Mgb0KQvthXE0WHb89$bM08p;GGQ}LM`$ovPE=-a zRZ~H7SW|Ckc~wVlc4AOrdPPu7bu&3QLoii%ZA(*6a!_?`ReC{(u{sL3u{sO;CYO3M ACjbBd diff --git a/web/package.json b/web/package.json index 913f30421..681c1cab4 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.6.0", - "typescript": "^4.3.5" + "typescript": "^4.4.2" }, "scripts": { "start": "react-app-rewired start",