From cb3f016cd55d2597886573b656ccb6684dd09ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 23:21:57 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 3.3.2 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.3.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.3.2) --- 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 6e1a300..d20bfa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-router-dom": "6", "react-scripts": "5.0.1", "url": "^0.11.1", - "web-vitals": "^2.1.4" + "web-vitals": "^3.3.2" } }, "node_modules/@adobe/css-tools": { @@ -15991,9 +15991,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", + "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -28165,9 +28165,9 @@ } }, "web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", + "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index d5a3e56..69dceca 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-router-dom": "6", "react-scripts": "5.0.1", "url": "^0.11.1", - "web-vitals": "^2.1.4" + "web-vitals": "^3.3.2" }, "scripts": { "start": "react-scripts start",