From 20b3a43a508510cac48380f3e43c78922b2dd7d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 06:02:13 +0000 Subject: [PATCH] Bump web-vitals in /SamplesDashboard/SamplesDashboard/ClientApp Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.0 to 3.4.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../SamplesDashboard/ClientApp/package-lock.json | 14 +++++++------- .../SamplesDashboard/ClientApp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SamplesDashboard/SamplesDashboard/ClientApp/package-lock.json b/SamplesDashboard/SamplesDashboard/ClientApp/package-lock.json index d2e82663..7c588970 100644 --- a/SamplesDashboard/SamplesDashboard/ClientApp/package-lock.json +++ b/SamplesDashboard/SamplesDashboard/ClientApp/package-lock.json @@ -18,7 +18,7 @@ "react-dom": "17.0.2", "react-router-dom": "5.3.4", "typescript": "4.9.4", - "web-vitals": "3.3.0" + "web-vitals": "3.4.0" }, "devDependencies": { "@testing-library/jest-dom": "5.16.5", @@ -16714,9 +16714,9 @@ } }, "node_modules/web-vitals": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.0.tgz", - "integrity": "sha512-GZsEmJBNclIpViS/7QVOTr7Kbt4BgLeR7kQ5zCCtJVuiWsA+K6xTXaoEXssvl8yYFICEyNmA2Nr+vgBYTnS4bA==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -29989,9 +29989,9 @@ } }, "web-vitals": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.0.tgz", - "integrity": "sha512-GZsEmJBNclIpViS/7QVOTr7Kbt4BgLeR7kQ5zCCtJVuiWsA+K6xTXaoEXssvl8yYFICEyNmA2Nr+vgBYTnS4bA==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/SamplesDashboard/SamplesDashboard/ClientApp/package.json b/SamplesDashboard/SamplesDashboard/ClientApp/package.json index c964c741..4f9c7594 100644 --- a/SamplesDashboard/SamplesDashboard/ClientApp/package.json +++ b/SamplesDashboard/SamplesDashboard/ClientApp/package.json @@ -13,7 +13,7 @@ "react-dom": "17.0.2", "react-router-dom": "5.3.4", "typescript": "4.9.4", - "web-vitals": "3.3.0" + "web-vitals": "3.4.0" }, "devDependencies": { "@testing-library/jest-dom": "5.16.5",