From 4ce065ec31afbcfccb2fda0036f40c8ef1a54d67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 19:28:29 +0000 Subject: [PATCH] fix(deps): update dependency web-vitals to v3 --- 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 519432b2..1dc28ec3 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": "^3.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -15240,9 +15240,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": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -26864,9 +26864,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": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "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 67e9d671..6fd15fb6 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": "^3.0.0" }, "scripts": { "start": "react-scripts -r @cypress/instrument-cra start",