From 6adb2e4abc34776e1ea1a274e167d963efc29901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:52:35 +0000 Subject: [PATCH] Bump web-vitals from 4.1.1 to 4.2.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index a25a3f64..807d930d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-scripts": "5.0.1", "react-toastify": "^8.0.0", "styled-components": "^6.1.11", - "web-vitals": "^4.1.1" + "web-vitals": "^4.2.0" } }, "node_modules/@adobe/css-tools": { @@ -20845,9 +20845,9 @@ } }, "node_modules/web-vitals": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", - "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -36842,9 +36842,9 @@ } }, "web-vitals": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", - "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 1930d6e4..fca6e04a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-scripts": "5.0.1", "react-toastify": "^8.0.0", "styled-components": "^6.1.11", - "web-vitals": "^4.1.1" + "web-vitals": "^4.2.0" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index ed9a5cfd..5d34a934 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1833,7 +1833,7 @@ resolved "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.2.tgz" integrity sha512-hRILoInAx8GNT5IMkrtIt9blOdrqHOnPBH+k70aWUAqPZPgopb9G5EQJFpaBx/S8zp2fC+mPW349Bziuk1o28Q== -"@fortawesome/fontawesome-svg-core@^6.5.2", "@fortawesome/fontawesome-svg-core@~1 || ~6": +"@fortawesome/fontawesome-svg-core@^6.5.2": version "6.5.2" resolved "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.5.2.tgz" integrity sha512-5CdaCBGl8Rh9ohNdxeeTMxIj8oc3KNBgIeLMvJosBMdslK/UnEB8rzyDRrbKdL1kDweqBPo4GT9wvnakHWucZw== @@ -9901,10 +9901,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^4.1.1: - version "4.1.1" - resolved "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz" - integrity sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw== +web-vitals@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.0.tgz#008949ab79717a68ccaaa3c4371cbc7bbbd78a92" + integrity sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w== webidl-conversions@^4.0.2: version "4.0.2"