From c41584fe8fba6d85202056207d3e982f60ade038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 02:57:59 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 5 updates Bumps the npm_and_yarn group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [express-jwt](https://github.com/auth0/express-jwt) | `0.1.3` | `6.0.0` | | [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `0.4.0` | `9.0.0` | | [multer](https://github.com/expressjs/multer) | `1.4.5-lts.2` | `2.0.2` | | [sanitize-html](https://github.com/apostrophecms/sanitize-html) | `1.4.2` | `2.12.1` | | [socket.io](https://github.com/socketio/socket.io) | `3.1.2` | `4.8.1` | Updates `express-jwt` from 0.1.3 to 6.0.0 - [Changelog](https://github.com/auth0/express-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/express-jwt/compare/v0.1.3...v6.0.0) Updates `jsonwebtoken` from 0.4.0 to 9.0.0 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/commits/v9.0.0) Updates `multer` from 1.4.5-lts.2 to 2.0.2 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.2...v2.0.2) Updates `sanitize-html` from 1.4.2 to 2.12.1 - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/commits/2.12.1) Updates `socket.io` from 3.1.2 to 4.8.1 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/3.1.2...socket.io@4.8.1) --- updated-dependencies: - dependency-name: express-jwt dependency-version: 6.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jsonwebtoken dependency-version: 9.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: multer dependency-version: 2.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: sanitize-html dependency-version: 2.12.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: socket.io dependency-version: 4.8.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87bc1effb4c..986c977390e 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "ethers": "^6.13.2", "express": "^4.21.0", "express-ipfilter": "^1.3.2", - "express-jwt": "0.1.3", + "express-jwt": "6.0.0", "express-rate-limit": "^7.5.0", "express-robots-txt": "^0.4.1", "express-security.txt": "^2.0.0", @@ -154,14 +154,14 @@ "html-entities": "^1.4.0", "i18n": "^0.11.1", "js-yaml": "^3.14.0", - "jsonwebtoken": "0.4.0", + "jsonwebtoken": "9.0.0", "jssha": "^3.3.1", "juicy-chat-bot": "~0.9.0", "libxmljs2": "~0.37.0", "marsdb": "^0.6.11", "median": "^0.0.2", "morgan": "^1.10.0", - "multer": "^1.4.5-lts.1", + "multer": "^2.0.2", "node-pre-gyp": "^0.15.0", "notevil": "^1.3.3", "on-finished": "^2.3.0", @@ -172,11 +172,11 @@ "pug": "^3.0.3", "replace": "^1.2.2", "sanitize-filename": "^1.6.3", - "sanitize-html": "1.4.2", + "sanitize-html": "2.12.1", "semver": "^7.6.3", "sequelize": "^6.37.3", "serve-index": "^1.9.1", - "socket.io": "^3.1.2", + "socket.io": "^4.8.1", "sqlite3": "^5.1.7", "svg-captcha": "^1.4.0", "swagger-ui-express": "^5.0.1",