nickschot / lux-jwt

Middleware implementation of JWT for Lux.
MIT License
15 stars 1 forks source link

An in-range update of jsonwebtoken is breaking the build 🚨 #34

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 7.4.2 of jsonwebtoken just got published.

Branch Build failing 🚨
Dependency jsonwebtoken
Current Version 7.4.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

jsonwebtoken is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/nickschot/lux-jwt/builds/260992662?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 12 commits.

  • e56f904 update changelog
  • 480bb9b 7.4.2
  • c6a7026 Merge pull request #374 from ziluvatar/add-check-for-empty-secrets
  • c584d1c sign: add check to be sure secret has a value
  • 43739dc Merge pull request #371 from ziluvatar/docs-about-refreshing-tokens
  • 016fc10 docs: about refreshing tokens
  • 5f44a86 Merge pull request #365 from ziluvatar/information-regarding-base64-secrets
  • c25e990 docs: verifying with base64 encoded secrets
  • 2f36063 Merge pull request #360 from ziluvatar/add-ecdsa-tests
  • 00086c2 document keyid as option (#361)
  • 89900ea Add tests for ES256
  • 27a7f1d readme: Using private key with passpharase (#353)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 7.4.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 7 years ago

Version 7.4.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits.

  • e54e53c update changelog
  • fb48dde 7.4.3
  • 2e4e30b Merge pull request #386 from ziluvatar/issue_381
  • 2a3404f add test & modify guard code
  • 91ba14d Fixed alg non + secret set unit test
  • b1ff632 Fix for #381. Set secret string before using jws when alg is none

See the full diff