From 9ddaf87c969767bd153015b488ec27fb30d83820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:54:50 +0000 Subject: [PATCH] Bump web-vitals from 4.2.0 to 4.2.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-patch ... 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 1e33857..a41a412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-helmet": "^6.1.0", "react-router-dom": "^6.24.0", "react-scripts": "5.0.1", - "web-vitals": "^4.2.0" + "web-vitals": "^4.2.1" }, "devDependencies": { "autoprefixer": "^10.4.19", @@ -21192,9 +21192,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", - "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.1.tgz", + "integrity": "sha512-U6bAxeudnhDqcXNl50JC4hLlqox9DZnngxfISZm3DMZnonW35xtJOVUc091L+DOY+6hVZVpKXoiCP0RiT6339Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 66bb2dd..7a9e6d2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-helmet": "^6.1.0", "react-router-dom": "^6.24.0", "react-scripts": "5.0.1", - "web-vitals": "^4.2.0" + "web-vitals": "^4.2.1" }, "scripts": { "start": "react-scripts start",