From 63d20e0ae2578d4d3a92fcbce689a5608d4fe14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:52:16 +0000 Subject: [PATCH] build(deps): bump web-vitals from 3.5.2 to 4.2.1 in /hms-app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.2.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.2.1) --- 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 99fa46c0..a85d6089 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.1" }, "devDependencies": { "@types/react-beautiful-dnd": "^13.1.8", @@ -17382,9 +17382,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.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.1.tgz", + "integrity": "sha512-U6bAxeudnhDqcXNl50JC4hLlqox9DZnngxfISZm3DMZnonW35xtJOVUc091L+DOY+6hVZVpKXoiCP0RiT6339Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -30479,9 +30479,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.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.1.tgz", + "integrity": "sha512-U6bAxeudnhDqcXNl50JC4hLlqox9DZnngxfISZm3DMZnonW35xtJOVUc091L+DOY+6hVZVpKXoiCP0RiT6339Q==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/hms-app/package.json b/hms-app/package.json index 5e8b8410..a2545c20 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.1" }, "scripts": { "start": "react-scripts start",