panva / openid-client

OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
MIT License
1.83k stars 392 forks source link

fix(security): ensure got is `>= 11.8.2` #381

Closed christian-hawk closed 3 years ago

christian-hawk commented 3 years ago

got 11.8.2 updates cacheable-request to 7.0.2 that updates to fixed normalize-url 😅

christian-hawk commented 3 years ago

Sorry, my mistake. We need to wait for 11.8.3 or create a lock file. Will close it for now.