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",