From 514dd604e3fb2e2a7bcf1463cd6c9eddab7eb7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:10:34 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 4 updates Bumps the npm_and_yarn group with 4 updates in the /ServerService/MultiP-server directory: [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express), @colyseus/playground and [colyseus](https://github.com/colyseus/colyseus). Updates `cookie` from 0.5.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.1) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1) Updates `@colyseus/playground` from 0.15.12 to 0.15.12 Updates `colyseus` from 0.15.17 to 0.15.17 - [Release notes](https://github.com/colyseus/colyseus/releases) - [Commits](https://github.com/colyseus/colyseus/compare/0.15.17...0.15.17) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@colyseus/playground" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: colyseus dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- ServerService/MultiP-server/package-lock.json | 42 ++++++++++++------- ServerService/MultiP-server/package.json | 6 +-- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/ServerService/MultiP-server/package-lock.json b/ServerService/MultiP-server/package-lock.json index 9d57e29d..76f59bae 100644 --- a/ServerService/MultiP-server/package-lock.json +++ b/ServerService/MultiP-server/package-lock.json @@ -10,10 +10,10 @@ "license": "UNLICENSED", "dependencies": { "@colyseus/monitor": "^0.15.0", - "@colyseus/playground": "^0.15.3", + "@colyseus/playground": "^0.15.12", "@colyseus/tools": "^0.15.0", - "colyseus": "^0.15.0", - "express": "^4.21.0" + "colyseus": "^0.15.17", + "express": "^4.21.1" }, "devDependencies": { "@colyseus/loadtest": "^0.15.0", @@ -523,6 +523,8 @@ }, "node_modules/@colyseus/playground": { "version": "0.15.12", + "resolved": "https://registry.npmjs.org/@colyseus/playground/-/playground-0.15.12.tgz", + "integrity": "sha512-SBFpwFr4HjkAqwwGRuEUGJzBBrbi3w3v7olZ/BtYFzRHHo/lW0uN7Z28Z/3DfAJDroKwGBZc85Ugeq2Q5oOwSg==", "dependencies": { "@colyseus/auth": "^0.15.0", "@colyseus/core": "^0.15.0" @@ -596,6 +598,14 @@ "@colyseus/schema": ">=1.0.0" } }, + "node_modules/@colyseus/ws-transport/node_modules/@types/ws": { + "version": "7.4.7", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz", + "integrity": "sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@esbuild/aix-ppc64": { "version": "0.23.1", "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz", @@ -1328,13 +1338,6 @@ "@types/send": "*" } }, - "node_modules/@types/ws": { - "version": "8.17.1", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, "node_modules/accepts": { "version": "1.3.8", "license": "MIT", @@ -1751,7 +1754,8 @@ }, "node_modules/colyseus": { "version": "0.15.17", - "license": "MIT", + "resolved": "https://registry.npmjs.org/colyseus/-/colyseus-0.15.17.tgz", + "integrity": "sha512-9RDi8fbikCQ8tb9ptNQ0MBsP3dOR9ltxQGhkg6f0RGnQ+tkzcXEfwtIuO6nbGJm75bmSFPmRH40uoG6qlvBlIw==", "dependencies": { "@colyseus/auth": "^0.15.10", "@colyseus/core": "^0.15.36", @@ -2364,16 +2368,16 @@ } }, "node_modules/express": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", - "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -2441,6 +2445,14 @@ "version": "2.1.3", "license": "MIT" }, + "node_modules/express/node_modules/cookie": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/extend": { "version": "3.0.2", "license": "MIT" diff --git a/ServerService/MultiP-server/package.json b/ServerService/MultiP-server/package.json index 961ff8c2..de68fa66 100644 --- a/ServerService/MultiP-server/package.json +++ b/ServerService/MultiP-server/package.json @@ -32,9 +32,9 @@ }, "dependencies": { "@colyseus/monitor": "^0.15.0", - "@colyseus/playground": "^0.15.3", + "@colyseus/playground": "^0.15.12", "@colyseus/tools": "^0.15.0", - "colyseus": "^0.15.0", - "express": "^4.21.0" + "colyseus": "^0.15.17", + "express": "^4.21.1" } }