diff --git a/package-lock.json b/package-lock.json index 1db43dcc0351f6314b18c260cf48fcf09fa58ef9..728e091bd80d5f0881704de47b300128d664ee40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "^5.0.1", - "web-vitals": "^4.1.1" + "web-vitals": "^4.2.0" } }, "node_modules/@adobe/css-tools": { @@ -20751,9 +20751,9 @@ } }, "node_modules/web-vitals": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", - "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" + "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", @@ -36792,9 +36792,9 @@ } }, "web-vitals": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", - "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 10bc033f408df9a53eec234d5a78a41082abb4e9..55da88c3c502004108dfe8a221ce74784953ae77 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "^5.0.1", - "web-vitals": "^4.1.1" + "web-vitals": "^4.2.0" }, "scripts": { "start": "react-scripts start",