From 914ca396189880de6647d2b8d626d0640d8ea930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:57:07 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.5.2 to 4.2.4 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.2.4. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.2.4) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7404a7c..1eee4282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "vite-plugin-environment": "^1.1.3", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.4" }, "devDependencies": { "@babel/preset-env": "^7.24.7", @@ -27407,9 +27407,10 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", + "license": "Apache-2.0" }, "node_modules/webdriver": { "version": "7.31.1", diff --git a/package.json b/package.json index 2347455c..b9e8922b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "vite-plugin-environment": "^1.1.3", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.4" }, "resolutions": { "autoprefixer": "10.4.5"