diff --git a/package-lock.json b/package-lock.json index 0433d18..c549c66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "sass-loader": "^14.2.1", "styled-components": "^6.1.13", "typescript": "^5.5.4", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.4" }, "devDependencies": { "@types/react": "^18.3.3", @@ -17864,9 +17864,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": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -31425,9 +31425,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": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index d7f4796..c8dff3f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "sass-loader": "^14.2.1", "styled-components": "^6.1.13", "typescript": "^5.5.4", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.4" }, "scripts": { "start": "react-scripts start",