From 425fd12a3283bd6b9d280afc1af0c3588f586d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:01:13 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the /src/nodejs/NarrativeServer directory: [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [ws](https://github.com/websockets/ws). Updates `cookie` from 0.3.1 to 0.7.0 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.3.1...v0.7.0) Updates `express` from 4.14.0 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.14.0...4.20.0) Updates `ws` from 7.4.6 to 7.5.10 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.6...7.5.10) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- src/nodejs/NarrativeServer/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nodejs/NarrativeServer/package.json b/src/nodejs/NarrativeServer/package.json index 30b8cef3d3..6d0e43fda5 100644 --- a/src/nodejs/NarrativeServer/package.json +++ b/src/nodejs/NarrativeServer/package.json @@ -11,12 +11,12 @@ "author": "erik", "contributors": [], "dependencies": { - "cookie": "0.3.1", + "cookie": "0.7.0", "cookie-parser": "1.4.3", "dockerode": "2.3.0", - "express": "4.14.0", + "express": "4.20.0", "http-proxy": "1.18.1", "nunjucks": "3.2.4", - "ws": "7.4.6" + "ws": "7.5.10" } }