From 7432736d7f0a152076973ea03f5e5f18ae44ce9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:02:23 +0000 Subject: [PATCH] Bump express from 4.19.2 to 4.20.0 in /libs/uncube-api Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. - [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.19.2...4.20.0) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/uncube-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/uncube-api/package.json b/libs/uncube-api/package.json index 3d52261..f34b45b 100644 --- a/libs/uncube-api/package.json +++ b/libs/uncube-api/package.json @@ -8,7 +8,7 @@ "@nestjs/throttler": "^6.0.0", "@nestjs/config": "^3.2.3", "cookie-parser": "1.4.6", - "express": "4.19.2", + "express": "4.20.0", "firebase-functions": "^5.0.1", "firebase-admin": "12.2.0", "tslib": "^2.3.0",