diff --git a/package-lock.json b/package-lock.json index daa4c5b..1d8cad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-router": "^6.22.2", "react-router-dom": "^6.22.2", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -20436,9 +20436,10 @@ } }, "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": "4.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 57e4ecc..0c7d5ba 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router": "^6.22.2", "react-router-dom": "^6.22.2", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.0" }, "scripts": { "start": "react-scripts start",