diff --git a/package-lock.json b/package-lock.json index 2408462..a7ee669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23277,9 +23277,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "node_modules/webidl-conversions": { "version": "7.0.0", @@ -24345,7 +24345,7 @@ "react-router-dom": "^6.14.0", "react-scripts": "5.0.1", "uuid": "^9.0.0", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.0" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", diff --git a/packages/ui/package.json b/packages/ui/package.json index ba60cd0..406984b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -22,7 +22,7 @@ "react-router-dom": "^6.14.0", "react-scripts": "5.0.1", "uuid": "^9.0.0", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start",