From f6710bdabccedeab988a582f9eecf9c6e574a7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:59:54 +0200 Subject: [PATCH] Bump web-vitals from 2.1.4 to 4.2.3 in /app-ui (#35) Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 4.2.3. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v4.2.3) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app-ui/package-lock.json | 8 ++++---- app-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-ui/package-lock.json b/app-ui/package-lock.json index d68dff1..95b3b68 100644 --- a/app-ui/package-lock.json +++ b/app-ui/package-lock.json @@ -37,7 +37,7 @@ "react-pro-sidebar": "^1.1.0-alpha.1", "react-router-dom": "^6.18.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.3" }, "devDependencies": { "@babel/core": "^7.23.3", @@ -22783,9 +22783,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": "4.2.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", + "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==" }, "node_modules/webidl-conversions": { "version": "7.0.0", diff --git a/app-ui/package.json b/app-ui/package.json index c3332c9..5e58723 100644 --- a/app-ui/package.json +++ b/app-ui/package.json @@ -32,7 +32,7 @@ "react-pro-sidebar": "^1.1.0-alpha.1", "react-router-dom": "^6.18.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.3" }, "scripts": { "start": "react-scripts start",