From b2c39aa61aa631ed3f095dcb693790186516880e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:52:52 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 2.1.4 to 3.4.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.4.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.4.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..8ad3051 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.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "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.4.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..d8956a2 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.4.0" }, "scripts": { "start": "react-scripts start",