From 954f5f7f63caaedef01e9f54ace04e8954dc7835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:33:37 +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.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.3.0...v6.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.1.0 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 022db60e..d5495ea8 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.0" }, "devDependencies": { "@angular/build": "^22.1.3", @@ -8041,9 +8041,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.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.1.0.tgz", + "integrity": "sha512-ZNoJ/MbU6aaR2WjKrFVUvy5WQx+G96YvXQFSsmKTz3A/0VlAFywjUcxl00hc/S6wef2stfgQ4yWYIJCWCNudkA==", "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 c70f32df..59cae051 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.0" }, "devDependencies": { "@angular/build": "^22.1.3",