From b56d4513c2fa58e38a082b8dc3ee9283dcb65080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 08:23:02 +0000 Subject: [PATCH] build(deps): bump web-vitals in /nodejs/angular-fullstack-otel/frontend Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.3.0 to 6.1.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.3.0...v6.1.1) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- nodejs/angular-fullstack-otel/frontend/package-lock.json | 8 ++++---- nodejs/angular-fullstack-otel/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nodejs/angular-fullstack-otel/frontend/package-lock.json b/nodejs/angular-fullstack-otel/frontend/package-lock.json index 82a1850d..7b65e8b7 100644 --- a/nodejs/angular-fullstack-otel/frontend/package-lock.json +++ b/nodejs/angular-fullstack-otel/frontend/package-lock.json @@ -28,7 +28,7 @@ "@opentelemetry/semantic-conventions": "^1.43.0", "rxjs": "~7.8.2", "tslib": "^2.8.1", - "web-vitals": "^5.3.0" + "web-vitals": "^6.1.1" }, "devDependencies": { "@angular/build": "^22.1.5", @@ -8313,9 +8313,9 @@ "optional": true }, "node_modules/web-vitals": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", - "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.1.1.tgz", + "integrity": "sha512-r93gKnR6ZC2O8F3JrS0AAGIQ0v0OhXuyg4DAj2oG7K+GPkwXfUSc3ZcWeu50AsV5yIc6xxnTjERipJ6EvSw2vg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/nodejs/angular-fullstack-otel/frontend/package.json b/nodejs/angular-fullstack-otel/frontend/package.json index 3b3026d4..68bb4f26 100644 --- a/nodejs/angular-fullstack-otel/frontend/package.json +++ b/nodejs/angular-fullstack-otel/frontend/package.json @@ -31,7 +31,7 @@ "@opentelemetry/semantic-conventions": "^1.43.0", "rxjs": "~7.8.2", "tslib": "^2.8.1", - "web-vitals": "^5.3.0" + "web-vitals": "^6.1.1" }, "devDependencies": { "@angular/build": "^22.1.5",