From 257b61b18188e8a8b9425728b120fec23f8c4734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:04:17 +0000 Subject: [PATCH] Bump web-vitals from 3.5.0 to 3.5.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.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.5.0...v3.5.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 971f7cd..281b8b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-responsive": "^9.0.2", "react-scripts": "^5.0.1", "sweetalert": "^2.1.2", - "web-vitals": "^3.5.0", + "web-vitals": "^3.5.1", "workbox": "^0.0.0", "workbox-precaching": "^7.0.0" }, @@ -17870,9 +17870,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", - "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" + "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", diff --git a/package.json b/package.json index 9bfd6c0..3d08167 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-responsive": "^9.0.2", "react-scripts": "^5.0.1", "sweetalert": "^2.1.2", - "web-vitals": "^3.5.0", + "web-vitals": "^3.5.1", "workbox": "^0.0.0", "workbox-precaching": "^7.0.0" },