From 647d58c8f254e90a6756fd47ebe4eb3e264e5d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:13:59 +0000 Subject: [PATCH] Bump web-vitals from 4.0.1 to 4.1.1 in /app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.0.1 to 4.1.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.0.1...v4.1.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 6dc26a64..2b4f5326 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -26,7 +26,7 @@ "react-syntax-highlighter": "^15.5.0", "swagger-ui-react": "=5.17.14", "use-interval": "^1.4.0", - "web-vitals": "^4.0.1" + "web-vitals": "^4.1.1" }, "devDependencies": { "@testing-library/jest-dom": "^6.4.5", @@ -7741,9 +7741,9 @@ "optional": true }, "node_modules/web-vitals": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.1.tgz", - "integrity": "sha512-AW6qT/vXK3pbf+WgVcEBXY//AWCpXjVKgdb6rt0cARSUdtT+NUtZCOeo+CSLUX7PjSQ275DmxfkAs7QlPbtR6w==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", + "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" }, "node_modules/which": { "version": "2.0.2", diff --git a/app/package.json b/app/package.json index 9c0467f2..3cf08e88 100644 --- a/app/package.json +++ b/app/package.json @@ -22,7 +22,7 @@ "react-syntax-highlighter": "^15.5.0", "swagger-ui-react": "=5.17.14", "use-interval": "^1.4.0", - "web-vitals": "^4.0.1" + "web-vitals": "^4.1.1" }, "scripts": { "analyze": "source-map-explorer 'build/assets/*.js'",