From fcfd626e457d533a45be7b7e459d7f8098ee8151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:04:38 +0000 Subject: [PATCH] build(deps): bump typescript from 4.4.2 to 4.4.3 in /web Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | Bin 747263 -> 747263 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 d4fdb416300f3971a23746da9d930f496c07886c..23d99e216abadafdf38a1d4519d7ac7414783c69 100644 GIT binary patch delta 160 zcmV;R0AK(A%`N}UEr5gpgaU*Egam{Iga(8Mgb0KQvL}pN7N^doGYh)`?WG_i{Yj0s^Zb)!-W^yZOGEqZFLUT@8 za4SbQRY7lgMr=4?P;_`WH#v1PICoH1HZ^iuIB{Y}T4`!wY(bZeL<$&}&O!<%mzO~b OQiqg43b&L%3u`8DhBnLq delta 160 zcmV;R0AK(A%`N}UEr5gpgaU*Egam{Iga(8Mgb0KQv_LgRcCroD|9tiG-zabG-E3^IAUgFb})1_Ffd3~N=;2RW*L3CPcb5oa$L<$*~&O!<%mzO~b OQiqg43b&L%3u`7F={1D_ diff --git a/web/package.json b/web/package.json index 942e7e294..eaddd0ff7 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "react-router-dom": "^5.3.0", "react-scripts": "^4.0.3", "slugify": "^1.6.0", - "typescript": "^4.4.2" + "typescript": "^4.4.3" }, "scripts": { "start": "react-app-rewired start",