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",