diff --git a/package-lock.json b/package-lock.json index 4b43033..c524dd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react-is": "^19.2.8", "react-router-dom": "^7.18.2", "styled-components": "^6.4.3", - "web-vitals": "^6.0.0" + "web-vitals": "^6.0.1" }, "devDependencies": { "@csstools/postcss-global-data": "4.0.0", @@ -7401,9 +7401,9 @@ } }, "node_modules/web-vitals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.0.tgz", - "integrity": "sha512-Guaibvy/+uNtL6Bsu4jmMJGzuSl91oeRH5iO9pPRbYftnFUr3yqT1TUNX/OE4o9HexuEMU3Kb/Wg7iKhlffZUA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.1.tgz", + "integrity": "sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw==", "license": "Apache-2.0" }, "node_modules/which": { diff --git a/package.json b/package.json index 7af8607..78fc2e0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-is": "^19.2.8", "react-router-dom": "^7.18.2", "styled-components": "^6.4.3", - "web-vitals": "^6.0.0" + "web-vitals": "^6.0.1" }, "devDependencies": { "@csstools/postcss-global-data": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 66bb017..afa084f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3340,10 +3340,10 @@ vite@^8.1.5: optionalDependencies: fsevents "~2.3.3" -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== +web-vitals@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-6.0.1.tgz#774de5fba561154313bcc09d125990f046fdd174" + integrity sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw== which-boxed-primitive@^1.1.0, which-boxed-primitive@^1.1.1: version "1.1.1"