From ba880fab39d9cfcaf855c5782bd47dd0fe510902 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 05:29:27 +0000 Subject: [PATCH] fix(deps): update dependency web-vitals to v4 --- test-apps/cra-e2e-and-ct/package-lock.json | 14 +++++++------- test-apps/cra-e2e-and-ct/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test-apps/cra-e2e-and-ct/package-lock.json b/test-apps/cra-e2e-and-ct/package-lock.json index e169f720..882a17e4 100644 --- a/test-apps/cra-e2e-and-ct/package-lock.json +++ b/test-apps/cra-e2e-and-ct/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^18.1.0", "react-scripts": "5.0.1", "typescript": "^4.7.3", - "web-vitals": "^2.1.4" + "web-vitals": "^4.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -15424,9 +15424,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "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", @@ -27194,9 +27194,9 @@ } }, "web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "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/test-apps/cra-e2e-and-ct/package.json b/test-apps/cra-e2e-and-ct/package.json index 783856be..1f9e7b18 100644 --- a/test-apps/cra-e2e-and-ct/package.json +++ b/test-apps/cra-e2e-and-ct/package.json @@ -15,7 +15,7 @@ "react-dom": "^18.1.0", "react-scripts": "5.0.1", "typescript": "^4.7.3", - "web-vitals": "^2.1.4" + "web-vitals": "^4.0.0" }, "scripts": { "start": "react-scripts -r @cypress/instrument-cra start",