From f646d9d44370fc2d06bf49106ecbe2669d764950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:59:04 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.5.2 to 4.2.4 in /shopwild-frontend 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] --- shopwild-frontend/package-lock.json | 14 +++++++------- shopwild-frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/shopwild-frontend/package-lock.json b/shopwild-frontend/package-lock.json index 39b20bf..e82a2f9 100644 --- a/shopwild-frontend/package-lock.json +++ b/shopwild-frontend/package-lock.json @@ -18,7 +18,7 @@ "react-router": "^6.28.0", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.4" }, "devDependencies": { "msw": "^1.3.2" @@ -21232,9 +21232,9 @@ } }, "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==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -39314,9 +39314,9 @@ } }, "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==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/shopwild-frontend/package.json b/shopwild-frontend/package.json index 465f5ad..8d8c4d4 100644 --- a/shopwild-frontend/package.json +++ b/shopwild-frontend/package.json @@ -13,7 +13,7 @@ "react-router": "^6.28.0", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.4" }, "scripts": { "start": "react-scripts start",