From a73227b673620b1d6c666978814319d651f93718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 02:09:44 +0000 Subject: [PATCH] Bump web-vitals from 3.5.2 to 4.1.1 in /app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.1.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.1.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 635579e..84139bc 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -19,7 +19,7 @@ "react-scripts": "5.0.1", "react-use": "^17.5.0", "urql": "^4.1.0", - "web-vitals": "^3.5.2" + "web-vitals": "^4.1.1" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.2", @@ -21328,9 +21328,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.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", + "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" }, "node_modules/webcrypto-core": { "version": "1.7.7", diff --git a/app/package.json b/app/package.json index e9d282d..2f23386 100644 --- a/app/package.json +++ b/app/package.json @@ -13,7 +13,7 @@ "react-scripts": "5.0.1", "react-use": "^17.5.0", "urql": "^4.1.0", - "web-vitals": "^3.5.2" + "web-vitals": "^4.1.1" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.2",