From 76a8eee08bff6ef324cff5c2c62db563346c843a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 06:07:18 +0000 Subject: [PATCH] build(deps): bump web-vitals from 2.1.4 to 3.1.1 in /web Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.1.1. - [Release notes](https://github.com/GoogleChrome/web-vitals/releases) - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.1.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package-lock.json | Bin 1084018 -> 1084018 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 235a827d83c0e6fc109ed1385fa11a46c304b517..6007c694e9c4c228245fe6192e51067977ca0f76 100644 GIT binary patch delta 303 zcmew~#p%-&rwz$0(~nH&k)9kN%Gcb((%!?u2*gZ4%nZaJJ}VHj0Wtgb9u^MKmD3+M zvzbkoQ5KMxe$kvyJ+!baCnr=pDmBnKqp->;Bg!zpG9ov;ILpf-(J0F!vcSW_(Kj)y zG|kAevN+j4ASx{+FeEF`EhxfFJJr!8B&FEJ)xt9|&p*l_Iklub)x)>gLf>fm#5GKE r?Vam5fS41Axqz4(h_1S{xRhT%HkXnj2x3T$JW%8kS;|;%riwoKYE4SP^Cs z8kCt=RbpfsQ5cq?o#f#f;O=4KZ0r|MPB=Nw?}pHyLLSzZ+Bn&g*LZW3itoaN|K y6*c{%J*!-M=Q<7`<^*CcAm#>Q9w6ogV!rL2>-b|!usbP?CQeGX3m>}_`d diff --git a/web/package.json b/web/package.json index 276518362..b56c8cdaf 100644 --- a/web/package.json +++ b/web/package.json @@ -27,7 +27,7 @@ "react-scripts": "^5.0.0", "slugify": "^1.6.5", "typescript": "^4.9.4", - "web-vitals": "^2.1.4" + "web-vitals": "^3.1.1" }, "scripts": { "start": "react-app-rewired start",