From be270f949deb8c0172098dfd61fac7c94a12ebba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 02:09:56 +0000 Subject: [PATCH] Bump web-vitals from 3.5.2 to 4.2.2 in /app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.2.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.2.2) --- 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..3e0391d 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.2.2" }, "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.2.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.2.tgz", + "integrity": "sha512-nYfoOqb4EmElljyXU2qdeE76KsvoHdftQKY4DzA9Aw8DervCg2bG634pHLrJ/d6+B4mE3nWTSJv8Mo7B2mbZkw==" }, "node_modules/webcrypto-core": { "version": "1.7.7", diff --git a/app/package.json b/app/package.json index e9d282d..f856991 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.2.2" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.2",