From 23165a5d18513ae9a8d89469e827a217d9f78474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:56:06 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 5 updates Bumps the npm_and_yarn group with 4 updates in the / directory: [body-parser](https://github.com/expressjs/body-parser), [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken), [knex](https://github.com/knex/knex) and [morgan](https://github.com/expressjs/morgan). Bumps the npm_and_yarn group with 1 update in the /public directory: [jquery](https://github.com/jquery/jquery). Updates `body-parser` from 1.9.3 to 2.2.2 - [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.9.3...v2.2.2) Updates `jsonwebtoken` from 5.7.0 to 9.0.3 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v5.7.0...v9.0.3) Updates `knex` from 0.9.0 to 3.2.8 - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/compare/0.9.0...3.2.8) Updates `morgan` from 1.5.3 to 1.10.1 - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/morgan/compare/1.5.3...1.10.1) Updates `jquery` from 2.2.4 to 4.0.0 - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...4.0.0) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jsonwebtoken dependency-version: 9.0.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: knex dependency-version: 3.2.8 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: morgan dependency-version: 1.10.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- public/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 44e6551..f6341ee 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "license": "ISC", "dependencies": { "bcrypt-nodejs": "0.0.3", - "body-parser": "~1.9.3", + "body-parser": "~2.2.2", "bookshelf": "^0.9.1", "express": "^4.10.3", - "jsonwebtoken": "^5.4.1", - "knex": "^0.9.0", - "morgan": "~1.5.0", + "jsonwebtoken": "^9.0.3", + "knex": "^3.2.8", + "morgan": "~1.10.1", "mysql": "^2.10.2", "underscore": "^1.8.3", "morgan": "~1.5.0" diff --git a/public/package.json b/public/package.json index ecd026b..2a92329 100644 --- a/public/package.json +++ b/public/package.json @@ -12,7 +12,7 @@ "backbone": "^1.2.3", "bootstrap": "^3.3.6", "font-awesome": "^4.5.0", - "jquery": "^2.2.0", + "jquery": "^4.0.0", "underscore": "^1.8.3" } }