From 9370472c05e429bc9570b35a3890e03d930ca094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:53:33 +0000 Subject: [PATCH] Bump web-vitals from 3.1.0 to 3.5.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.1.0 to 3.5.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.1.0...v3.5.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... 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 1b3eee4..6cb80fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-router-dom": "^6.8.0", "react-timestamps": "github:DarkIntaqt/react-timestamps", "react-tooltip": "^5.20.0", - "web-vitals": "^3.1.0" + "web-vitals": "^3.5.1" }, "devDependencies": { "react-scripts": "^5.0.1" @@ -16940,9 +16940,9 @@ } }, "node_modules/web-vitals": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", - "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.1.tgz", + "integrity": "sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -30196,9 +30196,9 @@ } }, "web-vitals": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", - "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.1.tgz", + "integrity": "sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 1f710c6..f7c9880 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-router-dom": "^6.8.0", "react-timestamps": "github:DarkIntaqt/react-timestamps", "react-tooltip": "^5.20.0", - "web-vitals": "^3.1.0" + "web-vitals": "^3.5.1" }, "devDependencies": { "react-scripts": "^5.0.1"