From a9403e993764af340d35c993098565c77da1dccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:00:24 +0000 Subject: [PATCH] build(deps): bump web-vitals from 3.5.2 to 4.2.3 in /web Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.2.3. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.2.3) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 3ee24de..5ca1449 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -32,7 +32,7 @@ "react-icons": "^5.0.1", "react-scripts": "^5.0.1", "typescript": "^5.3.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.3" }, "devDependencies": { "@craco/craco": "^7.1.0", @@ -20217,9 +20217,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.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", + "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/web/package.json b/web/package.json index 85e026f..ae95df5 100644 --- a/web/package.json +++ b/web/package.json @@ -28,7 +28,7 @@ "react-icons": "^5.0.1", "react-scripts": "^5.0.1", "typescript": "^5.3.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.3" }, "scripts": { "start": "cross-env PUBLIC_URL=/ craco start",