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",