From 384716f46a754f915999f074a51ab282d5e95a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 22:07:24 +0000 Subject: [PATCH] Bump web-vitals from 1.1.2 to 2.1.3 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.1.2 to 2.1.3. - [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.2...v2.1.3) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a31b22..2e2976e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-router-dom": "^6.1.1", "react-scripts": "4.0.3", "typescript": "^4.4.2", - "web-vitals": "^1.1.2" + "web-vitals": "^2.1.3" }, "engines": { "node": "16.x", @@ -19982,8 +19982,9 @@ } }, "node_modules/web-vitals": { - "version": "1.1.2", - "license": "Apache-2.0" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", + "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -34111,7 +34112,9 @@ } }, "web-vitals": { - "version": "1.1.2" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", + "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" }, "webidl-conversions": { "version": "6.1.0" diff --git a/package.json b/package.json index 5fd7824..6f32bde 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-router-dom": "^6.1.1", "react-scripts": "4.0.3", "typescript": "^4.4.2", - "web-vitals": "^1.1.2" + "web-vitals": "^2.1.3" }, "scripts": { "start": "react-scripts start",