From 4f638f937676e3b6e201331c34c9019b8328fa1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:32:28 +0000 Subject: [PATCH] build(deps-dev): bump express in /packages/cactus-plugin-bungee-hermes Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Co-authored-by: Peter Somogyvari Signed-off-by: dependabot[bot] Signed-off-by: Peter Somogyvari --- packages/cactus-plugin-bungee-hermes/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cactus-plugin-bungee-hermes/package.json b/packages/cactus-plugin-bungee-hermes/package.json index 6c069f2a36..6ca875194f 100644 --- a/packages/cactus-plugin-bungee-hermes/package.json +++ b/packages/cactus-plugin-bungee-hermes/package.json @@ -79,7 +79,7 @@ "@types/fs-extra": "11.0.3", "@types/tape": "4.13.4", "@types/uuid": "9.0.6", - "express": "4.18.2", + "express": "4.19.2", "fabric-network": "2.2.20", "socket.io": "4.5.4" }, diff --git a/yarn.lock b/yarn.lock index f48efa381e..239d4b4a0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8206,7 +8206,7 @@ __metadata: "@types/uuid": "npm:9.0.6" axios: "npm:1.6.0" body-parser: "npm:1.20.2" - express: "npm:4.18.2" + express: "npm:4.19.2" fabric-network: "npm:2.2.20" fs-extra: "npm:10.1.0" key-encoder: "npm:2.0.3"