From e1ac13235171fe217197d681c858d40cf510133c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:11:09 +0000 Subject: [PATCH] Bump web-vitals from 1.1.2 to 2.1.4 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.1.2 to 2.1.4. - [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.4) --- 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 cc90e21..642aef8 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.4" }, "engines": { "node": "16.x", @@ -19982,8 +19982,9 @@ } }, "node_modules/web-vitals": { - "version": "1.1.2", - "license": "Apache-2.0" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -34111,7 +34112,9 @@ } }, "web-vitals": { - "version": "1.1.2" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" }, "webidl-conversions": { "version": "6.1.0" diff --git a/package.json b/package.json index e647f37..d608beb 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.4" }, "scripts": { "start": "react-scripts start",