diff --git a/spa/package-lock.json b/spa/package-lock.json index a3a300e..aa37e62 100644 --- a/spa/package-lock.json +++ b/spa/package-lock.json @@ -16,7 +16,7 @@ "react-icons": "^4.8.0", "react-router-dom": "^6.9.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.0" } }, "node_modules/@adobe/css-tools": { @@ -15840,9 +15840,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": "4.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/spa/package.json b/spa/package.json index b335b8c..8e31dd4 100644 --- a/spa/package.json +++ b/spa/package.json @@ -11,7 +11,7 @@ "react-icons": "^4.8.0", "react-router-dom": "^6.9.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.0" }, "scripts": { "start": "react-scripts start",