From c2279bd2475531b45dbff6e7aeabfba7c0ea6e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:24:29 +0000 Subject: [PATCH] build(deps): bump web-vitals from 3.5.2 to 4.2.3 in /hms-app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.2.3. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.2.3) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hms-app/package-lock.json | 14 +++++++------- hms-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hms-app/package-lock.json b/hms-app/package-lock.json index 763e35fd..c934c1f0 100644 --- a/hms-app/package-lock.json +++ b/hms-app/package-lock.json @@ -41,7 +41,7 @@ "short-uuid": "^4.2.2", "tabler-icons-react": "^1.56.0", "typescript": "^5.0.4 || ^4", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.3" }, "devDependencies": { "@types/react-beautiful-dnd": "^13.1.8", @@ -17367,9 +17367,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "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", @@ -30452,9 +30452,9 @@ } }, "web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "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/hms-app/package.json b/hms-app/package.json index 895f65f4..28ec28a1 100644 --- a/hms-app/package.json +++ b/hms-app/package.json @@ -36,7 +36,7 @@ "short-uuid": "^4.2.2", "tabler-icons-react": "^1.56.0", "typescript": "^5.0.4 || ^4", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.3" }, "scripts": { "start": "react-scripts start",