From 67a37eb68225e11a82587bd90e8bed6bc6d5c48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:42:32 +0000 Subject: [PATCH] chore: bump web-vitals in /examples/react-grid-live-data 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] --- examples/react-grid-live-data/package-lock.json | 8 ++++---- examples/react-grid-live-data/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/react-grid-live-data/package-lock.json b/examples/react-grid-live-data/package-lock.json index bf265e3a..8c943167 100644 --- a/examples/react-grid-live-data/package-lock.json +++ b/examples/react-grid-live-data/package-lock.json @@ -34,7 +34,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", - "web-vitals": "^3.5.0" + "web-vitals": "^3.5.1" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", @@ -22817,9 +22817,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/examples/react-grid-live-data/package.json b/examples/react-grid-live-data/package.json index 48e4ae5a..46ea6a9e 100644 --- a/examples/react-grid-live-data/package.json +++ b/examples/react-grid-live-data/package.json @@ -30,7 +30,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", - "web-vitals": "^3.5.0" + "web-vitals": "^3.5.1" }, "overrides": { "follow-redirects": ">=1.15.4",