diff --git a/package-lock.json b/package-lock.json index cc90e21..642aef8 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.4" }, "engines": { "node": "16.x", @@ -19982,8 +19982,9 @@ } }, "node_modules/web-vitals": { - "version": "1.1.2", - "license": "Apache-2.0" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -34111,7 +34112,9 @@ } }, "web-vitals": { - "version": "1.1.2" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" }, "webidl-conversions": { "version": "6.1.0" diff --git a/package.json b/package.json index e647f37..d608beb 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.4" }, "scripts": { "start": "react-scripts start",