diff --git a/package-lock.json b/package-lock.json index 2b029cd..dcfddd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react-is": "^19.2.8", "react-router-dom": "^7.18.1", "styled-components": "^6.4.3", - "web-vitals": "^5.3.0" + "web-vitals": "^6.0.0" }, "devDependencies": { "@csstools/postcss-global-data": "4.0.0", @@ -7408,9 +7408,9 @@ } }, "node_modules/web-vitals": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", - "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.0.tgz", + "integrity": "sha512-Guaibvy/+uNtL6Bsu4jmMJGzuSl91oeRH5iO9pPRbYftnFUr3yqT1TUNX/OE4o9HexuEMU3Kb/Wg7iKhlffZUA==", "license": "Apache-2.0" }, "node_modules/which": { diff --git a/package.json b/package.json index be49aa0..12a9bfd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-is": "^19.2.8", "react-router-dom": "^7.18.1", "styled-components": "^6.4.3", - "web-vitals": "^5.3.0" + "web-vitals": "^6.0.0" }, "devDependencies": { "@csstools/postcss-global-data": "4.0.0", diff --git a/yarn.lock b/yarn.lock index fcde4ed..1a16195 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3346,10 +3346,10 @@ vite@^8.1.5: optionalDependencies: fsevents "~2.3.3" -web-vitals@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-5.3.0.tgz#a67f57f229fdf68be99eb99d3725946def284ff3" - integrity sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g== +web-vitals@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-6.0.0.tgz#05c7c10e7c4bba4acfe35c59767bd52894e22350" + integrity sha512-Guaibvy/+uNtL6Bsu4jmMJGzuSl91oeRH5iO9pPRbYftnFUr3yqT1TUNX/OE4o9HexuEMU3Kb/Wg7iKhlffZUA== which-boxed-primitive@^1.1.0, which-boxed-primitive@^1.1.1: version "1.1.1"