From c30da6aa2460916833de92bf2018c07c8cab5440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:57:20 +0000 Subject: [PATCH] Bump web-vitals Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Frontend/package-lock.json | 8 ++++---- .../AiAgentTravelPlanOrchestrator/Frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package-lock.json b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package-lock.json index e3a8908..18d8ba3 100644 --- a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package-lock.json +++ b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package-lock.json @@ -13,7 +13,7 @@ "react": "^19.2.1", "react-dom": "^19.2.1", "react-markdown": "^10.1.0", - "web-vitals": "^5.1.0" + "web-vitals": "^5.2.0" }, "devDependencies": { "@vitejs/plugin-react": "^5.1.4", @@ -3531,9 +3531,9 @@ } }, "node_modules/web-vitals": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", - "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.2.0.tgz", + "integrity": "sha512-i2z98bEmaCqSDiHEDu+gHl/dmR4Q+TxFmG3/13KkMO+o8UxQzCqWaDRCiLgEa41nlO4VpXSI0ASa1xWmO9sBlA==", "license": "Apache-2.0" }, "node_modules/yallist": { diff --git a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package.json b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package.json index e953855..12a79e7 100644 --- a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package.json +++ b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package.json @@ -9,7 +9,7 @@ "react": "^19.2.1", "react-dom": "^19.2.1", "react-markdown": "^10.1.0", - "web-vitals": "^5.1.0" + "web-vitals": "^5.2.0" }, "scripts": { "start": "vite",