From baa73b4c5c88bce4749fb896441f47f178c4fe30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:47:58 +0000 Subject: [PATCH] Bump web-vitals from 3.5.0 to 3.5.1 in /client Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.0 to 3.5.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"