diff --git a/client/package-lock.json b/client/package-lock.json index d74b8d665..50ca267ca 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -65,7 +65,7 @@ "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "^4.2.2", "vitest": "^1.1.0", - "web-vitals": "^3.5.0" + "web-vitals": "^3.5.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -11434,9 +11434,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", - "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.1.tgz", + "integrity": "sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg==", "dev": true }, "node_modules/webidl-conversions": { diff --git a/client/package.json b/client/package.json index a2eea91f3..466b0a50a 100644 --- a/client/package.json +++ b/client/package.json @@ -74,7 +74,7 @@ "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "^4.2.2", "vitest": "^1.1.0", - "web-vitals": "^3.5.0" + "web-vitals": "^3.5.1" }, "msw": { "workerDirectory": "public"