express-jsdoc-swagger icon indicating copy to clipboard operation
express-jsdoc-swagger copied to clipboard

chore(deps)!: upgrade glob to 11.x

Open PierreNoll opened this issue 1 year ago • 1 comments

BREAKING CHANGE: drop support for node <20

What kind of change does this PR introduce? (check at least one)

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Test
  • [ ] Docs
  • [ ] Refactor
  • [x] Build-related changes
  • [ ] Other, please describe:

Description:

Upgrade glob to 11.x to fix the security issue in earlier version of inflight used by glob. Upgrading jest to make the tests pass. A side effect of this upgrade is dropping support for node <20 see https://github.com/isaacs/node-glob/blob/main/changelog.md#110

Theses issues are related

  • https://github.com/BRIKEV/express-jsdoc-swagger/issues/260

PierreNoll avatar Jul 26 '24 12:07 PierreNoll