diff --git a/package-lock.json b/package-lock.json index 471d181..a9d95ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "react-scripts": "5.0.1", "react-spreadsheet": "^0.10.1", "typescript": "^5.8.3", - "web-vitals": "^4.2.4" + "web-vitals": "^5.0.1" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", @@ -30362,9 +30362,10 @@ } }, "node_modules/web-vitals": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", - "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.1.tgz", + "integrity": "sha512-BsULPWaCKAAtNntUz0aJq1cu1wyuWmDzf4N6vYNMbYA6zzQAf2pzCYbyClf+Ui2MI54bt225AwugXIfL1W+Syg==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 21c10ac..d067c94 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-scripts": "5.0.1", "react-spreadsheet": "^0.10.1", "typescript": "^5.8.3", - "web-vitals": "^4.2.4" + "web-vitals": "^5.0.1" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 6a9e4cc..93ac9e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12150,10 +12150,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.4.tgz#1d20bc8590a37769bd0902b289550936069184b7" - integrity sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw== +web-vitals@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-5.0.1.tgz#c8bc10e805f665f9ae468039703d5b2d0a9da22b" + integrity sha512-BsULPWaCKAAtNntUz0aJq1cu1wyuWmDzf4N6vYNMbYA6zzQAf2pzCYbyClf+Ui2MI54bt225AwugXIfL1W+Syg== webidl-conversions@^4.0.2: version "4.0.2"