From eb6f764512fbff921bc09644b8cc885bc84fa832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:55:23 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.5.2 to 4.2.1 in /shopwild-frontend Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.2.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.2.1) --- 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 1e8a571..4886bf2 100644 --- a/shopwild-frontend/package-lock.json +++ b/shopwild-frontend/package-lock.json @@ -18,7 +18,7 @@ "react-router": "^6.25.1", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.2" }, "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.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.2.tgz", + "integrity": "sha512-nYfoOqb4EmElljyXU2qdeE76KsvoHdftQKY4DzA9Aw8DervCg2bG634pHLrJ/d6+B4mE3nWTSJv8Mo7B2mbZkw==" }, "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.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.2.tgz", + "integrity": "sha512-nYfoOqb4EmElljyXU2qdeE76KsvoHdftQKY4DzA9Aw8DervCg2bG634pHLrJ/d6+B4mE3nWTSJv8Mo7B2mbZkw==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/shopwild-frontend/package.json b/shopwild-frontend/package.json index b93762a..ff37708 100644 --- a/shopwild-frontend/package.json +++ b/shopwild-frontend/package.json @@ -13,7 +13,7 @@ "react-router": "^6.25.1", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.2" }, "scripts": { "start": "react-scripts start",