From 05662287187f7bfb9f68662d0bf61d63c5865c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:50:04 +0000 Subject: [PATCH] chore(deps): bump @bugsnag/plugin-express from 8.6.0 to 8.8.0 Bumps [@bugsnag/plugin-express](https://github.com/bugsnag/bugsnag-js) from 8.6.0 to 8.8.0. - [Release notes](https://github.com/bugsnag/bugsnag-js/releases) - [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md) - [Commits](https://github.com/bugsnag/bugsnag-js/compare/v8.6.0...v8.8.0) --- updated-dependencies: - dependency-name: "@bugsnag/plugin-express" dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0db4fd10..1a5dbbbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@as-integrations/express5": "^1.1.2", "@aws-sdk/client-s3": "^3.994.0", "@bugsnag/js": "^8.8.1", - "@bugsnag/plugin-express": "^8.6.0", + "@bugsnag/plugin-express": "^8.8.0", "@graphql-tools/schema": "^10.0.31", "@redocly/cli": "^2.10.0", "@typegoose/typegoose": "^13.1.0", @@ -1363,9 +1363,9 @@ } }, "node_modules/@bugsnag/plugin-express": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-express/-/plugin-express-8.6.0.tgz", - "integrity": "sha512-yta+Mp9TNMJnAkZR01a6ir9PKn3wFwYgKIPg67tay5VyDK3O85VbzO4SGInfQ7l5vt61ZsGXeILKnrIOA2BQsA==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-express/-/plugin-express-8.8.0.tgz", + "integrity": "sha512-gbgaK82fXpU/wZd/7GdGeyDxHXf3zpKnAXFUAg6k0rTjWLmWuBkGdOfGx13rfaCB/08VKc8mx6M/0Hd1hL9G8Q==", "license": "MIT", "peerDependencies": { "@bugsnag/core": "^8.0.0" diff --git a/package.json b/package.json index f786b8f0..096ecf4f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@as-integrations/express5": "^1.1.2", "@aws-sdk/client-s3": "^3.994.0", "@bugsnag/js": "^8.8.1", - "@bugsnag/plugin-express": "^8.6.0", + "@bugsnag/plugin-express": "^8.8.0", "@graphql-tools/schema": "^10.0.31", "@redocly/cli": "^2.10.0", "@typegoose/typegoose": "^13.1.0",