From 3117bc66b466fa6d46ecdf07181b0af6c372e613 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:43:57 +0000 Subject: [PATCH] Update dependency web-vitals to v3 --- browser/basic-react-app/package-lock.json | 14 +++++++------- browser/basic-react-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/browser/basic-react-app/package-lock.json b/browser/basic-react-app/package-lock.json index 29742ce..413ec44 100644 --- a/browser/basic-react-app/package-lock.json +++ b/browser/basic-react-app/package-lock.json @@ -17,7 +17,7 @@ "react-dom": "18.2.0", "react-scripts": "4.0.3", "wasm-loader": "1.3.0", - "web-vitals": "2.1.4" + "web-vitals": "3.4.0" } }, "node_modules/@adobe/css-tools": { @@ -18803,9 +18803,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.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "node_modules/webassembly-floating-point-hex-parser": { "version": "0.1.2", @@ -34786,9 +34786,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.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "webassembly-floating-point-hex-parser": { "version": "0.1.2", diff --git a/browser/basic-react-app/package.json b/browser/basic-react-app/package.json index 00ade06..51ab98a 100644 --- a/browser/basic-react-app/package.json +++ b/browser/basic-react-app/package.json @@ -12,7 +12,7 @@ "react-dom": "18.2.0", "react-scripts": "4.0.3", "wasm-loader": "1.3.0", - "web-vitals": "2.1.4" + "web-vitals": "3.4.0" }, "scripts": { "start": "craco start",