From a04afa890f8140b97fcb8784276b0cbaa2c1d655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:42:15 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 2.1.4 to 3.5.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.5.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.5.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2408462..a7ee669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23277,9 +23277,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "node_modules/webidl-conversions": { "version": "7.0.0", @@ -24345,7 +24345,7 @@ "react-router-dom": "^6.14.0", "react-scripts": "5.0.1", "uuid": "^9.0.0", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.0" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", diff --git a/packages/ui/package.json b/packages/ui/package.json index ba60cd0..406984b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -22,7 +22,7 @@ "react-router-dom": "^6.14.0", "react-scripts": "5.0.1", "uuid": "^9.0.0", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start",