diff --git a/package-lock.json b/package-lock.json index 6e1a300..d20bfa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-router-dom": "6", "react-scripts": "5.0.1", "url": "^0.11.1", - "web-vitals": "^2.1.4" + "web-vitals": "^3.3.2" } }, "node_modules/@adobe/css-tools": { @@ -15991,9 +15991,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": "3.3.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", + "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -28165,9 +28165,9 @@ } }, "web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", + "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index d5a3e56..69dceca 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-router-dom": "6", "react-scripts": "5.0.1", "url": "^0.11.1", - "web-vitals": "^2.1.4" + "web-vitals": "^3.3.2" }, "scripts": { "start": "react-scripts start",