diff --git a/ui/package-lock.json b/ui/package-lock.json index 1e36938..bdd5055 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16,7 +16,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-scripts": "5.0.1", - "web-vitals": "3.0.4" + "web-vitals": "4.2.3" }, "devDependencies": { "react-app-rewired": "2.2.1" @@ -18437,9 +18437,9 @@ } }, "node_modules/web-vitals": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.4.tgz", - "integrity": "sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA==", + "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==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/ui/package.json b/ui/package.json index d424434..d7f3e24 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-scripts": "5.0.1", - "web-vitals": "3.0.4" + "web-vitals": "4.2.3" }, "scripts": { "start": "react-app-rewired start",