From a517d5a46d1b3101ea29e405e915c624bb3aa7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 22:07:25 +0000 Subject: [PATCH] Bump web-vitals from 2.1.3 to 3.1.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.3 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.3...v3.1.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c6bb59..8d3b027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^17.0.2", "react-scripts": "5.0.0", "typescript": "^4.5.4", - "web-vitals": "^2.1.3" + "web-vitals": "^3.1.1" }, "devDependencies": { "@types/lodash": "^4.14.178", @@ -15157,9 +15157,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", - "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.1.tgz", + "integrity": "sha512-qvllU+ZeQChqzBhZ1oyXmWsjJ8a2jHYpH8AMaVuf29yscOPZfTQTjQFRX6+eADTdsDE8IanOZ0cetweHMs8/2A==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -26870,9 +26870,9 @@ } }, "web-vitals": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", - "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.1.tgz", + "integrity": "sha512-qvllU+ZeQChqzBhZ1oyXmWsjJ8a2jHYpH8AMaVuf29yscOPZfTQTjQFRX6+eADTdsDE8IanOZ0cetweHMs8/2A==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index ba24b53..1a53e40 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-dom": "^17.0.2", "react-scripts": "5.0.0", "typescript": "^4.5.4", - "web-vitals": "^2.1.3" + "web-vitals": "^3.1.1" }, "scripts": { "start": "react-scripts start",