From 9fb37605ff308b9a432843947a405a62f575f7e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 02:12:29 +0100 Subject: [PATCH] fix(deps): update dependency web-vitals to v3 (#12) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 73ea960..115b471 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -36,7 +36,7 @@ "react-router-dom": "^6.4.3", "react-scripts": "5.0.1", "typescript": "^4.8.4", - "web-vitals": "^2.1.4" + "web-vitals": "^3.0.0" } }, "node_modules/@adobe/css-tools": { @@ -17495,9 +17495,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.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", + "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -30768,9 +30768,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.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", + "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/ui/package.json b/ui/package.json index fc02247..5e13638 100644 --- a/ui/package.json +++ b/ui/package.json @@ -31,7 +31,7 @@ "react-router-dom": "^6.4.3", "react-scripts": "5.0.1", "typescript": "^4.8.4", - "web-vitals": "^2.1.4" + "web-vitals": "^3.0.0" }, "dummy": { "react-highlight.js": "^1.0.7"