From 0a4f81a27f97d044d5f5180074693ca8d9ce180d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:52:49 +0000 Subject: [PATCH] Bump web-vitals from 3.5.0 to 3.5.1 (#792) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d925fe57..ccdb6dcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "node-fetch": "3.3.2", "recursive-readdir": "2.2.3", "run-script-os": "1.1.6", - "web-vitals": "3.5.0", + "web-vitals": "3.5.1", "webpack": "5.89.0", "webpack-cli": "5.1.4", "xml-js": "1.6.11" @@ -1462,9 +1462,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==", "dev": true }, "node_modules/webpack": { @@ -2726,9 +2726,9 @@ "dev": true }, "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==", "dev": true }, "webpack": { diff --git a/package.json b/package.json index ede4705f..d7a3654e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "node-fetch": "3.3.2", "recursive-readdir": "2.2.3", "run-script-os": "1.1.6", - "web-vitals": "3.5.0", + "web-vitals": "3.5.1", "webpack": "5.89.0", "webpack-cli": "5.1.4", "xml-js": "1.6.11"