diff --git a/react-app/package-lock.json b/react-app/package-lock.json index feb4d33..6bffccd 100644 --- a/react-app/package-lock.json +++ b/react-app/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.20.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -17435,9 +17435,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": "6.1.0", diff --git a/react-app/package.json b/react-app/package.json index e89850e..8846e3a 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.20.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start",