BRIKEV / express-jsdoc-swagger

Swagger OpenAPI 3.x generator
https://brikev.github.io/express-jsdoc-swagger-docs/#/
MIT License
218 stars 30 forks source link

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

Open PierreNoll opened 3 months ago

PierreNoll commented 3 months ago

BREAKING CHANGE: drop support for node <20

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

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

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud