From 4650ad6e6905a2422781ef66439d79b768970e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:47:32 +0000 Subject: [PATCH] Bump the npm_and_yarn group in /App/v1 with 2 updates Bumps the npm_and_yarn group in /App/v1 with 2 updates: [express](https://github.com/expressjs/express) and [pug](https://github.com/pugjs/pug). Updates `express` from 4.17.1 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.17.1...4.20.0) Updates `pug` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: pug dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- App/v1/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App/v1/package.json b/App/v1/package.json index 0bfe8b8..fb54d95 100644 --- a/App/v1/package.json +++ b/App/v1/package.json @@ -7,7 +7,7 @@ "author": "Nigel Poulton ", "license": "Will contain vulnerabilities!", "dependencies": { - "express": "4.17.1", - "pug": "3.0.2" + "express": "4.20.0", + "pug": "3.0.3" } }