diff --git a/package-lock.json b/package-lock.json index 80a5f9d..20259e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15373,9 +15373,9 @@ } }, "web-vitals": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.0.1.tgz", - "integrity": "sha512-io/H/D18edTL1D2lcaUTLNLFEVZIPhNd4IdXDB9bEb+uDv2m/6NfyHiXKLFjbmI1ubeYpoQpR1gl9nlcWdI0vA==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", + "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 6f3a711..46541c1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react-dom": "^17.0.1", "react-scripts": "4.0.1", "stanza": "^12.15.0", - "web-vitals": "^1.0.1" + "web-vitals": "^2.1.0" }, "scripts": { "start": "react-scripts start",