From 493b02ba070c66da4e51adfbab880f4109ec833b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:54:27 +0000 Subject: [PATCH] build(deps): bump web-vitals in /src/main/ui in the patches group Bumps the patches group in /src/main/ui with 1 update: [web-vitals](https://github.com/GoogleChrome/web-vitals). Updates `web-vitals` from 4.2.2 to 4.2.3 - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.2.2...v4.2.3) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- src/main/ui/package-lock.json | 14 +++++++------- src/main/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/ui/package-lock.json b/src/main/ui/package-lock.json index 4c13cb5..0a70137 100644 --- a/src/main/ui/package-lock.json +++ b/src/main/ui/package-lock.json @@ -17,7 +17,7 @@ "@testing-library/user-event": "^14.5.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "web-vitals": "^4.2.2" + "web-vitals": "^4.2.3" }, "devDependencies": { "react-scripts": "5.0.1" @@ -15086,9 +15086,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.2.tgz", - "integrity": "sha512-nYfoOqb4EmElljyXU2qdeE76KsvoHdftQKY4DzA9Aw8DervCg2bG634pHLrJ/d6+B4mE3nWTSJv8Mo7B2mbZkw==" + "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": "6.1.0", @@ -27083,9 +27083,9 @@ } }, "web-vitals": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.2.tgz", - "integrity": "sha512-nYfoOqb4EmElljyXU2qdeE76KsvoHdftQKY4DzA9Aw8DervCg2bG634pHLrJ/d6+B4mE3nWTSJv8Mo7B2mbZkw==" + "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==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/src/main/ui/package.json b/src/main/ui/package.json index 87b0fd6..d4ed6fa 100644 --- a/src/main/ui/package.json +++ b/src/main/ui/package.json @@ -12,7 +12,7 @@ "@testing-library/user-event": "^14.5.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "web-vitals": "^4.2.2" + "web-vitals": "^4.2.3" }, "devDependencies": { "react-scripts": "5.0.1"