From 6039c243da56cb5a4c8e5d5075056063f3cdc1bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 18:08:33 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 7 updates Bumps the npm_and_yarn group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [body-parser](https://github.com/expressjs/body-parser) | `1.20.3` | `2.2.0` | | [express](https://github.com/expressjs/express) | `4.21.2` | `5.1.0` | | [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` | | [libxmljs2](https://github.com/marudor/libxmljs2) | `0.32.0` | `0.37.0` | | [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 `body-parser` from 1.20.3 to 2.2.0 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.3...v2.2.0) Updates `express` from 4.21.2 to 5.1.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.21.2...v5.1.0) 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 `libxmljs2` from 0.32.0 to 0.37.0 - [Release notes](https://github.com/marudor/libxmljs2/releases) - [Commits](https://github.com/marudor/libxmljs2/compare/v0.32.0...v0.37.0) 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: body-parser dependency-version: 2.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-version: 5.1.0 dependency-type: direct:production dependency-group: npm_and_yarn - 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: libxmljs2 dependency-version: 0.37.0 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index debca788b74..80df02ee71c 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ ] }, "dependencies": { - "body-parser": "^1.20.2", + "body-parser": "^2.2.0", "check-dependencies": "^1.1.0", "clarinet": "^0.12.5", "colors": "1.4.0", @@ -126,9 +126,9 @@ "errorhandler": "^1.5.1", "ethers": "^6.7.0", "exif": "^0.6.0", - "express": "^4.17.1", + "express": "^5.1.0", "express-ipfilter": "^1.2.0", - "express-jwt": "0.1.3", + "express-jwt": "6.0.0", "express-rate-limit": "^5.3.0", "express-robots-txt": "^0.4.1", "express-security.txt": "^2.0.0", @@ -150,10 +150,10 @@ "html-entities": "^1.3.1", "i18n": "^0.11.1", "js-yaml": "^3.14.0", - "jsonwebtoken": "0.4.0", + "jsonwebtoken": "9.0.0", "jssha": "^3.1.1", "juicy-chat-bot": "~0.8.0", - "libxmljs2": "^0.32.0", + "libxmljs2": "^0.37.0", "marsdb": "^0.6.11", "morgan": "^1.10.0", "multer": "^1.4.5-lts.1", @@ -168,11 +168,11 @@ "replace": "^1.2.0", "request": "^2.88.2", "sanitize-filename": "^1.6.3", - "sanitize-html": "1.4.2", + "sanitize-html": "2.12.1", "semver": "^7.3.2", "sequelize": "^6.15.1", "serve-index": "^1.9.1", - "socket.io": "^3.1.0", + "socket.io": "^4.8.1", "sqlite3": "^5.0.8", "svg-captcha": "^1.4.0", "swagger-ui-express": "^5.0.0",