From 5e490f6dd9b259bf4c3833717afe8dc376e7b6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:01:39 +0000 Subject: [PATCH] build(deps): bump web-vitals from 3.5.2 to 4.0.1 in /hms-app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.0.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.0.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 ee6ea160..9de00c21 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.0.1" }, "devDependencies": { "@types/react-beautiful-dnd": "^13.1.8", @@ -17380,9 +17380,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.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.1.tgz", + "integrity": "sha512-AW6qT/vXK3pbf+WgVcEBXY//AWCpXjVKgdb6rt0cARSUdtT+NUtZCOeo+CSLUX7PjSQ275DmxfkAs7QlPbtR6w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -30475,9 +30475,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.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.1.tgz", + "integrity": "sha512-AW6qT/vXK3pbf+WgVcEBXY//AWCpXjVKgdb6rt0cARSUdtT+NUtZCOeo+CSLUX7PjSQ275DmxfkAs7QlPbtR6w==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/hms-app/package.json b/hms-app/package.json index 94930ad8..dd371961 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.0.1" }, "scripts": { "start": "react-scripts start",