From dd6750ba5ea72a0688b85de0ffad524017a5f269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 12:42:28 +0000 Subject: [PATCH] build(deps): bump @types/react-router-dom from 5.1.7 to 5.1.8 in /web Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom) from 5.1.7 to 5.1.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom) --- updated-dependencies: - dependency-name: "@types/react-router-dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | Bin 742696 -> 742698 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 96e5170fa3e509cc6b4f71f9b96b170fb7177eb8..45dc6c55521d6b8bd0cd7a1f2c9d8004e15e693f 100644 GIT binary patch delta 414 zcmYMtzfa;|9LMo|xx-VFi_u(+n=yLHnZ{6BempLEAU}#yDA-cLIJ6ZWXKT($C5ig1+iqvg165K|8PVE{V20tE1*AHuJcs>yRVo-l9$D(i(Xg*0 zaiHW94Nfd~7_l24XhGTT_Q>56tlY?t&|QKkS=$Y99B9fxx9dTY?aS#tHVOu!(~lNMU`wCMNBVl#qEq(9>n%~t*qhub#WN$`F$^a z!1%aU9F1j@lNia1w6GBnn1W2kFYt@Zy}>HkJP!ZwZ<5MS8fN*CFn08GkY^=3V|S3- z;k|Yjn{~G2DrQnHlwygTC&!&=LlvZke-!YXp^Qt-(|u+%C?ef8P_t4i>XzkVy(0Lh lx<_s|V1qngz|1)_1u8^+p}taK>hu3b%~EqW%yj)o4SK6}djZ!D?u>4NVrzx*0Ae8Hg#;Mg+br`e-JLzg-(bFmw zL!i^8Lyn0SU8Gj<<11Jg8ZV$Wi>>|?i{C!LDt`Q&TsEN2D~ylWVw)BM*N*rNlx21( zO7|HTHR~x$R%&rG*2+|4M?zAe1bUQP zR`A|An84w0u#S5lU=7cFfhEi>hW^XvaN`Rs;_HBX9FKWwoHzCl3UoZ9nyurGY@AR% zfwLXTOS}G2(yv=0ueNK6D4i>uXpwCxDhC|ekRhdHOQ%hZ<%~$8Y&8poW=9R=k^`^K hA6D@DB^bXT3y2Y7lo%sI#NT~_m?Wl#;qU36-Cy=_k=+0Q diff --git a/web/package.json b/web/package.json index bf5d8472d..fffa916a7 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "@types/node": "^16.3.3", "@types/react": "^17.0.14", "@types/react-dom": "^17.0.9", - "@types/react-router-dom": "^5.1.7", + "@types/react-router-dom": "^5.1.8", "antd": "^4.16.8", "babel-plugin-import": "^1.13.3", "customize-cra": "^1.0.0",