diff --git a/package-lock.json b/package-lock.json index 7a31b22..2e2976e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-router-dom": "^6.1.1", "react-scripts": "4.0.3", "typescript": "^4.4.2", - "web-vitals": "^1.1.2" + "web-vitals": "^2.1.3" }, "engines": { "node": "16.x", @@ -19982,8 +19982,9 @@ } }, "node_modules/web-vitals": { - "version": "1.1.2", - "license": "Apache-2.0" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", + "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -34111,7 +34112,9 @@ } }, "web-vitals": { - "version": "1.1.2" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", + "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" }, "webidl-conversions": { "version": "6.1.0" diff --git a/package.json b/package.json index 5fd7824..6f32bde 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-router-dom": "^6.1.1", "react-scripts": "4.0.3", "typescript": "^4.4.2", - "web-vitals": "^1.1.2" + "web-vitals": "^2.1.3" }, "scripts": { "start": "react-scripts start",