diff --git a/package-lock.json b/package-lock.json index 2d17b913..3756e2a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-copy-to-clipboard": "5.1.0", "react-dom": "18.3.1", "typescript": "5.6.3", - "web-vitals": "4.2.3" + "web-vitals": "4.2.4" }, "devDependencies": { "@testing-library/react": "15.0.7", @@ -7598,9 +7598,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", - "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 2b2f8529..f3d4e032 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-copy-to-clipboard": "5.1.0", "react-dom": "18.3.1", "typescript": "5.6.3", - "web-vitals": "4.2.3" + "web-vitals": "4.2.4" }, "scripts": { "start": "vite --config vite.config.mts",