From 71ec2a9d740678b9283f9a457a097ed2830f26d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:23:31 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 310a6c8..3150f6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-scripts": "5.0.1", "react-social-icons": "^6.16.0", "swiper": "^11.1.4", - "web-vitals": "^4.1.1" + "web-vitals": "^4.2.0" }, "devDependencies": { "prettier": "3.3.2" @@ -19218,9 +19218,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", diff --git a/package.json b/package.json index 5c6e6ac..40571da 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-scripts": "5.0.1", "react-social-icons": "^6.16.0", "swiper": "^11.1.4", - "web-vitals": "^4.1.1" + "web-vitals": "^4.2.0" }, "scripts": { "start": "react-scripts start",