From afdff9cf1232ecbb1031c80688eafefe67116045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:22:36 +0000 Subject: [PATCH] Bump web-vitals from 3.5.2 to 4.0.0 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] --- 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 eee6df0..096aa17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-router-dom": "^6.23.1", "react-scripts": "^5.0.1", "semantic-ui-react": "^2.1.5", - "web-vitals": "^3.5.2" + "web-vitals": "^4.0.0" } }, "node_modules/@ampproject/remapping": { @@ -15841,9 +15841,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", @@ -27860,9 +27860,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 e392c1e..cee4d14 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-router-dom": "^6.23.1", "react-scripts": "^5.0.1", "semantic-ui-react": "^2.1.5", - "web-vitals": "^3.5.2" + "web-vitals": "^4.0.0" }, "scripts": { "start": "react-scripts start",