From 2c9f77f13e5495850e092a094f5f4faebfa15d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:20:54 +0000 Subject: [PATCH] Bump web-vitals from 1.1.1 to 3.1.0 in /client Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.1.1 to 3.1.0. - [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/v1.1.1...v3.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 4ef1482..b9de393 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16048,9 +16048,9 @@ } }, "web-vitals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.1.tgz", - "integrity": "sha512-jYOaqu01Ny1NvMwJ3dBJDUOJ2PGWknZWH4AUnvFOscvbdHMERIKT2TlgiAey5rVyfOePG7so2JcXXZdSnBvioQ==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", + "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/client/package.json b/client/package.json index f7ab30a..d21d269 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "typescript": "^4.3.2", - "web-vitals": "^1.1.1" + "web-vitals": "^3.1.0" }, "scripts": { "start": "chmod +x ./env.sh && ./env.sh && cp env-config.js ./public/ && react-scripts start",