From d4eb7c22fb25472cfe558388956aafabcddea2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:01:09 +0000 Subject: [PATCH] Bump web-vitals from 3.5.2 to 4.0.0 (#207) Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.0.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.0.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3c4de2d..2ddb91d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-select": "^5.8.0", "react-string-replace": "^1.1.1", "toastr": "^2.1.4", - "web-vitals": "^3.5.2" + "web-vitals": "^4.0.0" }, "devDependencies": { "react-router-dom": "^6.23.1" @@ -16677,9 +16677,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.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz", + "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -28135,9 +28135,9 @@ } }, "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.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz", + "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 8a9fd95..c712dde 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-select": "^5.8.0", "react-string-replace": "^1.1.1", "toastr": "^2.1.4", - "web-vitals": "^3.5.2" + "web-vitals": "^4.0.0" }, "scripts": { "start": "react-scripts start",