-
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] <[email protected]>
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
0 participants
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.4
3.2.6
1.20.3
2.2.0
4.21.2
5.1.0
7.4.3
9.0.2
2.2.36
6.16.0
1.4.4
2.0.0
0.3.2
0.7.0
1.6.2
1.7.2
1.16.2
2.2.0
Bumps the npm_and_yarn group with 32 updates in the /app directory:
2.5.0
2.6.4
1.17.2
1.20.3
4.15.3
4.20.0
7.4.1
9.0.2
2.2.1
4.0.1
2.2.30
3.1.13
1.3.0
2.0.0
0.3.2
0.6.0
1.6.2
1.7.2
4.11.8
6.12.6
2.81.0
2.88.2
1.1.2
1.2.13
1.2.1
1.2.3
0.6.2
0.6.5
4.2.0
4.2.1
0.4.2
0.6.0
1.2.1
1.2.8
1.3.4
1.3.8
0.2.3
0.4.0
1.4.0
1.4.2
3.0.4
3.1.2
5.3.0
5.7.2
0.4.3
0.6.0
2.0.0
2.0.1
3.9.0
3.14.1
1.1.7
3.1.1
2.2.3
2.2.4
0.0.3
2.0.5
1.11.0
1.19.4
2.4.0
removed
1.7.2
1.7.4
6.3.0
13.15.0
1.9.5
6.2.8
Updates
async
from 2.6.4 to 3.2.6Changelog
Sourced from async's changelog.
... (truncated)
Commits
85fb18f
Version 3.2.68c0c941
Update built files5f756b4
Fix ReDoS (#1980)39cdc9b
build(deps-dev): bump karma from 6.4.3 to 6.4.4 (#1985)7b8ddeb
build(deps-dev): bump@babel/core
from 7.24.7 to 7.25.2 (#1981)4634a9d
build(deps-dev): bump rollup from 4.18.0 to 4.19.2 (#1982)afb176c
build(deps-dev): bump chai from 4.4.1 to 4.5.0 (#1983)3568a74
build(deps-dev): bump@babel/eslint-parser
from 7.24.7 to 7.25.1 (#1984)9e885fd
build(deps-dev): bump babel-plugin-istanbul from 6.1.1 to 7.0.0 (#1986)f9c7f2a
build(deps-dev): bump semver from 7.6.2 to 7.6.3 (#1987)Updates
body-parser
from 1.20.3 to 2.2.0Release notes
Sourced from body-parser's releases.
... (truncated)
Changelog
Sourced from body-parser's changelog.
... (truncated)
Commits
0aa4e11
2.2.0 (#597)4d85c4c
refactor: cleanup parser options (#596)d11899b
refactor: normalize common options for all parsers (#551)f27f2ce
perf: refactorparameterCount
to optimize performance (#591)ccad155
dep: upgrade [email protected] (#588)f75bd25
chore: update test dependencies (#585)0f12509
fix(docs): replace var with let or const in ReadMe (#581)5e6dd08
fix(docs): remove security file (#590)d127b9c
ci: uselcovonly
reporter for thetest-ci
script (#584)d0bf2be
fix: remove skip of test (#589)Updates
express
from 4.21.2 to 5.1.0Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
cd7d439
5.1.04c4f3ea
fix(deps): serve-static@^2.2.0 (#6418)cb4c56e
fix(docs): remove@mertcanaltin
from Triagers (#6408)7b44e1d
ci: use full SHAs for github action versionseb6d125
deps: router@^2.2.0 (#6417)f1a2dc8
deps: type-is@^2.0.1 (#6420)6b51e8e
deps: body-parser@^2.2.0 (#6419)1f311c5
build(deps-dev): bump cookie-session from 2.0.0 to 2.1.0 (#6399)9e97144
feat(deps): [email protected] (#6373)29d0980
build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#6397)Updates
jsonwebtoken
from 7.4.3 to 9.0.2Changelog
Sourced from jsonwebtoken's changelog.
... (truncated)
Commits
bc28861
Release 9.0.2 (#935)96b8906
refactor: use specific lodash packages (#933)ed35062
security: Updating semver to 7.5.4 to resolve CVE-2022-25883 (#932)84539b2
Updating package version to 9.0.1 (#920)a99fd4b
fix(stubs): allow decode method to be stubbed (#876)e1fa9dc
Merge pull request from GHSA-8cf7-32gw-wr335eaedbf
chore(ci): remove github test actions job (#861)cd4163e
chore(ci): configure Github Actions jobs for Tests & Security Scanning (#856)ecdf6cc
fix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...8345030
fix(sign&verify)!: Remove defaultnone
support fromsign
andverify
met...Maintainer changes
This version was pushed to npm by charlesrea, a new releaser for jsonwebtoken since your current version.
Updates
mongodb
from 2.2.36 to 6.16.0Release notes
Sourced from mongodb's releases.
... (truncated)
Changelog
Sourced from mongodb's changelog.
... (truncated)
Commits
b648a63
chore(main): release 6.16.0 [skip-ci] (#4489)4c1a8a7
feat(NODE-6515): deprecate driver support for server 4.0 (#4517)efffb50
chore: use return await syntax in UTR to jump to throwing operation (#4514)0d7f464
chore: add logging to flaky tests (#4513)a1fffeb
fix(NODE-6878): documents.clear() throws a TypeError after cursor is rewound ...8c86e30
fix(NODE-6630): read all messages in buffer when chunk arrives (#4512)f0b8739
test(NODE-6891): add coverage for all test runs (#4508)c5bed5e
test(NODE-6495): add drivers-evergreen-tools a submodule (#4509)4f03359
test(NODE-6862): unskip flaky csot spec test (#4504)4ac4f9d
test(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
multer
from 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 ...bde1822
ci: add ci pipeline tolts
branch (#1302)8ec534f
version: 1.4.5-lts.2502c03d
history: 1.4.5-lts.24ce82b0
test: add test for out-of-band error eventa4be1d5
Merge pull request #1177 from max-mathieu/fix/unhandled-busboy-error37241f8
Fix out-of-band error event from busboyddb65bd
version: 1.4.5-lts.1bc5be94
history: 1.4.5-lts.159c7ef3
version: 1.4.4-lts.1Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for multer since your current version.
Updates
passport
from 0.3.2 to 0.7.0Changelog
Sourced from passport's changelog.