-
Notifications
You must be signed in to change notification settings - Fork 7
Bump the npm_and_yarn group across 2 directories with 45 updates #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/npm_and_yarn/api/npm_and_yarn-17a70d5fb0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump the npm_and_yarn group across 2 directories with 45 updates #10
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/api/npm_and_yarn-17a70d5fb0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the npm_and_yarn group with 9 updates in the /api directory: | Package | From | To | | --- | --- | --- | | [async](https://github.com/caolan/async) | `2.6.4` | `3.2.6` | | [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` | | [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `7.4.3` | `9.0.2` | | [mongodb](https://github.com/mongodb/node-mongodb-native) | `2.2.36` | `6.16.0` | | [multer](https://github.com/expressjs/multer) | `1.4.4` | `2.0.0` | | [passport](https://github.com/jaredhanson/passport) | `0.3.2` | `0.7.0` | | [remarkable](https://github.com/jonschlinkert/remarkable) | `1.6.2` | `1.7.2` | | [serve-static](https://github.com/expressjs/serve-static) | `1.16.2` | `2.2.0` | Bumps the npm_and_yarn group with 32 updates in the /app directory: | Package | From | To | | --- | --- | --- | | [async](https://github.com/caolan/async) | `2.5.0` | `2.6.4` | | [body-parser](https://github.com/expressjs/body-parser) | `1.17.2` | `1.20.3` | | [express](https://github.com/expressjs/express) | `4.15.3` | `4.20.0` | | [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `7.4.1` | `9.0.2` | | [passport-jwt](https://github.com/mikenicholson/passport-jwt) | `2.2.1` | `4.0.1` | | [mongodb](https://github.com/mongodb/node-mongodb-native) | `2.2.30` | `3.1.13` | | [multer](https://github.com/expressjs/multer) | `1.3.0` | `2.0.0` | | [passport](https://github.com/jaredhanson/passport) | `0.3.2` | `0.6.0` | | [remarkable](https://github.com/jonschlinkert/remarkable) | `1.6.2` | `1.7.2` | | [ajv](https://github.com/ajv-validator/ajv) | `4.11.8` | `6.12.6` | | [request](https://github.com/request/request) | `2.81.0` | `2.88.2` | | [fsevents](https://github.com/fsevents/fsevents) | `1.1.2` | `1.2.13` | | [bl](https://github.com/rvagg/bl) | `1.2.1` | `1.2.3` | | [request-json](https://github.com/hackervents/request-json) | `0.6.2` | `0.6.5` | | [decompress](https://github.com/kevva/decompress) | `4.2.0` | `4.2.1` | | [deep-extend](https://github.com/unclechu/node-deep-extend) | `0.4.2` | `0.6.0` | | [rc](https://github.com/dominictarr/rc) | `1.2.1` | `1.2.8` | | [ini](https://github.com/npm/ini) | `1.3.4` | `1.3.8` | | [json-schema](https://github.com/kriszyp/json-schema) | `0.2.3` | `0.4.0` | | [jsprim](https://github.com/joyent/node-jsprim) | `1.4.0` | `1.4.2` | | [minimatch](https://github.com/isaacs/minimatch) | `3.0.4` | `3.1.2` | | [semver](https://github.com/npm/node-semver) | `5.3.0` | `5.7.2` | | [tunnel-agent](https://github.com/mikeal/tunnel-agent) | `0.4.3` | `0.6.0` | | [caw](https://github.com/kevva/caw) | `2.0.0` | `2.0.1` | | [js-yaml](https://github.com/nodeca/js-yaml) | `3.9.0` | `3.14.1` | | [randomatic](https://github.com/jonschlinkert/randomatic) | `1.1.7` | `3.1.1` | | [fill-range](https://github.com/jonschlinkert/fill-range) | `2.2.3` | `2.2.4` | | [undefsafe](https://github.com/remy/undefsafe) | `0.0.3` | `2.0.5` | | [nodemon](https://github.com/remy/nodemon) | `1.11.0` | `1.19.4` | | [underscore.string](https://github.com/epeli/underscore.string) | `2.4.0` | `removed` | | [remarkable](https://github.com/jonschlinkert/remarkable) | `1.7.2` | `1.7.4` | | [validator](https://github.com/validatorjs/validator.js) | `6.3.0` | `13.15.0` | | [swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc) | `1.9.5` | `6.2.8` | Updates `async` from 2.6.4 to 3.2.6 - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](caolan/async@v2.6.4...v3.2.6) 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](expressjs/body-parser@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](expressjs/express@4.21.2...v5.1.0) Updates `jsonwebtoken` from 7.4.3 to 9.0.2 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v7.4.3...v9.0.2) Updates `mongodb` from 2.2.36 to 6.16.0 - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](mongodb/node-mongodb-native@v2.2.36...v6.16.0) Updates `multer` from 1.4.4 to 2.0.0 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/v2.0.0/CHANGELOG.md) - [Commits](expressjs/multer@v1.4.4...v2.0.0) Updates `passport` from 0.3.2 to 0.7.0 - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](jaredhanson/passport@v0.3.2...v0.7.0) Updates `remarkable` from 1.6.2 to 1.7.2 - [Release notes](https://github.com/jonschlinkert/remarkable/releases) - [Changelog](https://github.com/jonschlinkert/remarkable/blob/master/CHANGELOG.md) - [Commits](jonschlinkert/remarkable@1.6.2...v1.7.2) Updates `serve-static` from 1.16.2 to 2.2.0 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md) - [Commits](expressjs/serve-static@v1.16.2...v2.2.0) Updates `async` from 2.5.0 to 2.6.4 - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](caolan/async@v2.6.4...v3.2.6) Updates `body-parser` from 1.17.2 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.3...v2.2.0) Updates `express` from 4.15.3 to 4.20.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.21.2...v5.1.0) Updates `jsonwebtoken` from 7.4.1 to 9.0.2 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v7.4.3...v9.0.2) Updates `passport-jwt` from 2.2.1 to 4.0.1 - [Commits](mikenicholson/passport-jwt@v2.2.1...v4.0.1) Updates `mongodb` from 2.2.30 to 3.1.13 - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](mongodb/node-mongodb-native@v2.2.36...v6.16.0) Updates `multer` from 1.3.0 to 2.0.0 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/v2.0.0/CHANGELOG.md) - [Commits](expressjs/multer@v1.4.4...v2.0.0) Updates `passport` from 0.3.2 to 0.6.0 - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](jaredhanson/passport@v0.3.2...v0.7.0) Updates `remarkable` from 1.6.2 to 1.7.2 - [Release notes](https://github.com/jonschlinkert/remarkable/releases) - [Changelog](https://github.com/jonschlinkert/remarkable/blob/master/CHANGELOG.md) - [Commits](jonschlinkert/remarkable@1.6.2...v1.7.2) Updates `serve-static` from 1.12.3 to 1.16.0 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md) - [Commits](expressjs/serve-static@v1.16.2...v2.2.0) Updates `ajv` from 4.11.8 to 6.12.6 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@4.11.8...v6.12.6) Updates `request` from 2.81.0 to 2.88.2 - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/commits) Updates `fsevents` from 1.1.2 to 1.2.13 - [Release notes](https://github.com/fsevents/fsevents/releases) - [Commits](fsevents/fsevents@v1.1.2...v1.2.13) Updates `bl` from 1.2.1 to 1.2.3 - [Release notes](https://github.com/rvagg/bl/releases) - [Changelog](https://github.com/rvagg/bl/blob/master/CHANGELOG.md) - [Commits](rvagg/bl@v1.2.1...v1.2.3) Updates `request-json` from 0.6.2 to 0.6.5 - [Commits](https://github.com/hackervents/request-json/commits) Updates `bson` from 1.0.4 to 1.1.6 - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bson/blob/v1.1.6/HISTORY.md) - [Commits](mongodb/js-bson@V1.0.4...v1.1.6) Updates `debug` from 2.6.7 to 2.6.9 - [Release notes](https://github.com/debug-js/debug/releases) - [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md) - [Commits](debug-js/debug@2.6.7...2.6.9) Updates `decompress` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/kevva/decompress/releases) - [Commits](kevva/decompress@v4.2.0...v4.2.1) Updates `deep-extend` from 0.4.2 to 0.6.0 - [Changelog](https://github.com/unclechu/node-deep-extend/blob/master/CHANGELOG.md) - [Commits](unclechu/node-deep-extend@v0.4.2...v0.6.0) Updates `rc` from 1.2.1 to 1.2.8 - [Commits](https://github.com/dominictarr/rc/commits) Updates `extend` from 3.0.1 to 3.0.2 - [Changelog](https://github.com/justmoon/node-extend/blob/main/CHANGELOG.md) - [Commits](justmoon/node-extend@v3.0.1...v3.0.2) Updates `forwarded` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/jshttp/forwarded/releases) - [Changelog](https://github.com/jshttp/forwarded/blob/master/HISTORY.md) - [Commits](jshttp/forwarded@v0.1.0...v0.2.0) Updates `fresh` from 0.5.0 to 0.5.2 - [Changelog](https://github.com/jshttp/fresh/blob/master/HISTORY.md) - [Commits](jshttp/fresh@v0.5.0...v0.5.2) Updates `fsevents` from 1.1.2 to 1.2.13 - [Release notes](https://github.com/fsevents/fsevents/releases) - [Commits](fsevents/fsevents@v1.1.2...v1.2.13) Updates `ini` from 1.3.4 to 1.3.8 - [Release notes](https://github.com/npm/ini/releases) - [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md) - [Commits](npm/ini@v1.3.4...v1.3.8) Updates `json-schema` from 0.2.3 to 0.4.0 - [Commits](kriszyp/json-schema@v0.2.3...v0.4.0) Updates `jsprim` from 1.4.0 to 1.4.2 - [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md) - [Commits](TritonDataCenter/node-jsprim@v1.4.0...v1.4.2) Updates `minimatch` from 3.0.4 to 3.1.2 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) Updates `minimist` from 0.0.8 to 1.2.8 - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v0.0.8...v1.2.8) Updates `qs` from 6.2.3 to 6.5.3 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.2.3...v6.5.3) Updates `semver` from 5.3.0 to 5.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.3.0...v5.7.2) Updates `sshpk` from 1.13.0 to 1.13.1 - [Release notes](https://github.com/joyent/node-sshpk/releases) - [Commits](TritonDataCenter/node-sshpk@v1.13.0...v1.13.1) Updates `tough-cookie` from 2.3.2 to 2.4.3 - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v2.3.2...v2.4.3) Updates `tunnel-agent` from 0.4.3 to 0.6.0 - [Commits](request/tunnel-agent@v0.4.3...v0.6.0) Updates `caw` from 2.0.0 to 2.0.1 - [Commits](kevva/caw@v2.0.0...v2.0.1) Updates `js-yaml` from 3.9.0 to 3.14.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.9.0...3.14.1) Updates `mime` from 1.3.4 to 1.6.0 - [Release notes](https://github.com/broofa/mime/releases) - [Changelog](https://github.com/broofa/mime/blob/v1.6.0/CHANGELOG.md) - [Commits](broofa/mime@v1.3.4...v1.6.0) Updates `path-to-regexp` from 0.1.7 to 0.1.10 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.10) Updates `randomatic` from 1.1.7 to 3.1.1 - [Release notes](https://github.com/jonschlinkert/randomatic/releases) - [Commits](jonschlinkert/randomatic@1.1.7...3.1.1) Updates `fill-range` from 2.2.3 to 2.2.4 - [Release notes](https://github.com/jonschlinkert/fill-range/releases) - [Commits](https://github.com/jonschlinkert/fill-range/commits) Updates `send` from 0.15.3 to 0.18.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.15.3...0.18.0) Updates `undefsafe` from 0.0.3 to 2.0.5 - [Release notes](https://github.com/remy/undefsafe/releases) - [Commits](remy/undefsafe@v0.0.3...v2.0.5) Updates `nodemon` from 1.11.0 to 1.19.4 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v1.11.0...v1.19.4) Removes `underscore.string` Updates `remarkable` from 1.7.2 to 1.7.4 - [Release notes](https://github.com/jonschlinkert/remarkable/releases) - [Changelog](https://github.com/jonschlinkert/remarkable/blob/master/CHANGELOG.md) - [Commits](jonschlinkert/remarkable@1.6.2...v1.7.2) Updates `validator` from 6.3.0 to 13.15.0 - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](validatorjs/validator.js@6.3.0...13.15.0) Updates `swagger-jsdoc` from 1.9.5 to 6.2.8 - [Release notes](https://github.com/Surnet/swagger-jsdoc/releases) - [Changelog](https://github.com/Surnet/swagger-jsdoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/Surnet/swagger-jsdoc/commits/v6.2.8) --- updated-dependencies: - dependency-name: async dependency-version: 3.2.6 dependency-type: direct:production dependency-group: npm_and_yarn - 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: jsonwebtoken dependency-version: 9.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongodb dependency-version: 6.16.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: multer dependency-version: 2.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: passport dependency-version: 0.7.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: remarkable dependency-version: 1.7.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: serve-static dependency-version: 2.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: async dependency-version: 2.6.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: body-parser dependency-version: 1.20.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-version: 4.20.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jsonwebtoken dependency-version: 9.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: passport-jwt dependency-version: 4.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongodb dependency-version: 3.1.13 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: multer dependency-version: 2.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: passport dependency-version: 0.6.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: remarkable dependency-version: 1.7.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: serve-static dependency-version: 1.16.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ajv dependency-version: 6.12.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: request dependency-version: 2.88.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: fsevents dependency-version: 1.2.13 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: bl dependency-version: 1.2.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: request-json dependency-version: 0.6.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: bson dependency-version: 1.1.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: debug dependency-version: 2.6.9 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: decompress dependency-version: 4.2.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: deep-extend dependency-version: 0.6.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rc dependency-version: 1.2.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: extend dependency-version: 3.0.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: forwarded dependency-version: 0.2.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: fresh dependency-version: 0.5.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: fsevents dependency-version: 1.2.13 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ini dependency-version: 1.3.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: json-schema dependency-version: 0.4.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: jsprim dependency-version: 1.4.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: minimatch dependency-version: 3.1.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-version: 6.5.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: semver dependency-version: 5.7.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: sshpk dependency-version: 1.13.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tough-cookie dependency-version: 2.4.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tunnel-agent dependency-version: 0.6.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: caw dependency-version: 2.0.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 3.14.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: mime dependency-version: 1.6.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-version: 0.1.10 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: randomatic dependency-version: 3.1.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: fill-range dependency-version: 2.2.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-version: 0.18.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undefsafe dependency-version: 2.0.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: nodemon dependency-version: 1.19.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: underscore.string dependency-version: dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: remarkable dependency-version: 1.7.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: validator dependency-version: 13.15.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: swagger-jsdoc dependency-version: 6.2.8 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced May 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 9 updates in the /api directory:
2.6.43.2.61.20.32.2.04.21.25.1.07.4.39.0.22.2.366.16.01.4.42.0.00.3.20.7.01.6.21.7.21.16.22.2.0Bumps the npm_and_yarn group with 32 updates in the /app directory:
2.5.02.6.41.17.21.20.34.15.34.20.07.4.19.0.22.2.14.0.12.2.303.1.131.3.02.0.00.3.20.6.01.6.21.7.24.11.86.12.62.81.02.88.21.1.21.2.131.2.11.2.30.6.20.6.54.2.04.2.10.4.20.6.01.2.11.2.81.3.41.3.80.2.30.4.01.4.01.4.23.0.43.1.25.3.05.7.20.4.30.6.02.0.02.0.13.9.03.14.11.1.73.1.12.2.32.2.40.0.32.0.51.11.01.19.42.4.0removed1.7.21.7.46.3.013.15.01.9.56.2.8Updates
asyncfrom 2.6.4 to 3.2.6Changelog
Sourced from async's changelog.
... (truncated)
Commits
85fb18fVersion 3.2.68c0c941Update built files5f756b4Fix ReDoS (#1980)39cdc9bbuild(deps-dev): bump karma from 6.4.3 to 6.4.4 (#1985)7b8ddebbuild(deps-dev): bump@babel/corefrom 7.24.7 to 7.25.2 (#1981)4634a9dbuild(deps-dev): bump rollup from 4.18.0 to 4.19.2 (#1982)afb176cbuild(deps-dev): bump chai from 4.4.1 to 4.5.0 (#1983)3568a74build(deps-dev): bump@babel/eslint-parserfrom 7.24.7 to 7.25.1 (#1984)9e885fdbuild(deps-dev): bump babel-plugin-istanbul from 6.1.1 to 7.0.0 (#1986)f9c7f2abuild(deps-dev): bump semver from 7.6.2 to 7.6.3 (#1987)Updates
body-parserfrom 1.20.3 to 2.2.0Release notes
Sourced from body-parser's releases.
... (truncated)
Changelog
Sourced from body-parser's changelog.
... (truncated)
Commits
0aa4e112.2.0 (#597)4d85c4crefactor: cleanup parser options (#596)d11899brefactor: normalize common options for all parsers (#551)f27f2ceperf: refactorparameterCountto optimize performance (#591)ccad155dep: upgrade iconv-lite@0.6.3 (#588)f75bd25chore: update test dependencies (#585)0f12509fix(docs): replace var with let or const in ReadMe (#581)5e6dd08fix(docs): remove security file (#590)d127b9cci: uselcovonlyreporter for thetest-ciscript (#584)d0bf2befix: remove skip of test (#589)Updates
expressfrom 4.21.2 to 5.1.0Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
cd7d4395.1.04c4f3eafix(deps): serve-static@^2.2.0 (#6418)cb4c56efix(docs): remove@mertcanaltinfrom Triagers (#6408)7b44e1dci: use full SHAs for github action versionseb6d125deps: router@^2.2.0 (#6417)f1a2dc8deps: type-is@^2.0.1 (#6420)6b51e8edeps: body-parser@^2.2.0 (#6419)1f311c5build(deps-dev): bump cookie-session from 2.0.0 to 2.1.0 (#6399)9e97144feat(deps): finalhandler@2.1.0 (#6373)29d0980build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#6397)Updates
jsonwebtokenfrom 7.4.3 to 9.0.2Changelog
Sourced from jsonwebtoken's changelog.
... (truncated)
Commits
bc28861Release 9.0.2 (#935)96b8906refactor: use specific lodash packages (#933)ed35062security: Updating semver to 7.5.4 to resolve CVE-2022-25883 (#932)84539b2Updating package version to 9.0.1 (#920)a99fd4bfix(stubs): allow decode method to be stubbed (#876)e1fa9dcMerge pull request from GHSA-8cf7-32gw-wr335eaedbfchore(ci): remove github test actions job (#861)cd4163echore(ci): configure Github Actions jobs for Tests & Security Scanning (#856)ecdf6ccfix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...8345030fix(sign&verify)!: Remove defaultnonesupport fromsignandverifymet...Maintainer changes
This version was pushed to npm by charlesrea, a new releaser for jsonwebtoken since your current version.
Updates
mongodbfrom 2.2.36 to 6.16.0Release notes
Sourced from mongodb's releases.
... (truncated)
Changelog
Sourced from mongodb's changelog.
... (truncated)
Commits
b648a63chore(main): release 6.16.0 [skip-ci] (#4489)4c1a8a7feat(NODE-6515): deprecate driver support for server 4.0 (#4517)efffb50chore: use return await syntax in UTR to jump to throwing operation (#4514)0d7f464chore: add logging to flaky tests (#4513)a1fffebfix(NODE-6878): documents.clear() throws a TypeError after cursor is rewound ...8c86e30fix(NODE-6630): read all messages in buffer when chunk arrives (#4512)f0b8739test(NODE-6891): add coverage for all test runs (#4508)c5bed5etest(NODE-6495): add drivers-evergreen-tools a submodule (#4509)4f03359test(NODE-6862): unskip flaky csot spec test (#4504)4ac4f9dtest(NODE-6863): unskip flaky csot legacy timeout spec test (#4505)Maintainer changes
This version was pushed to npm by dbx-node, a new releaser for mongodb since your current version.
Updates
multerfrom 1.4.4 to 2.0.0Release notes
Sourced from multer's releases.
Changelog
Sourced from multer's changelog.
Commits
2c8505f🐛 drain stream. fixes regression in node 18, remove old CI, set minimum node ...bde1822ci: add ci pipeline toltsbranch (#1302)8ec534fversion: 1.4.5-lts.2502c03dhistory: 1.4.5-lts.24ce82b0test: add test for out-of-band error eventa4be1d5Merge pull request #1177 from max-mathieu/fix/unhandled-busboy-error37241f8Fix out-of-band error event from busboyddb65bdversion: 1.4.5-lts.1bc5be94history: 1.4.5-lts.159c7ef3version: 1.4.4-lts.1Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for multer since your current version.
Updates
passportfrom 0.3.2 to 0.7.0Changelog
Sourced from passport's changelog.