From a88a7b9a23b3105327691af7b4de39b0e43f3441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:34:32 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 2.1.4 to 4.2.2 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 4.2.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v4.2.2) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1542542..36cc6363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-typist-component": "^1.0.3", "sass": "^1.54.3", "typescript": "^5.5.3", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.2" }, "engines": { "node": "^16.16.0", @@ -16295,9 +16295,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "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", @@ -28687,9 +28687,9 @@ } }, "web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "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/package.json b/package.json index 6efdc9c7..b1d1d4d1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", "typescript": "^5.5.3", - "web-vitals": "^2.1.4", + "web-vitals": "^4.2.2", "gh-pages": "^4.0.0" }, "scripts": {