Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jsonwebtoken to the latest version 馃殌 #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Sep 6, 2017

Version 8.0.0 of jsonwebtoken just got published.

Dependency jsonwebtoken
Current Version 7.4.3
Type dependency

The version 8.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of jsonwebtoken.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 10 commits.

  • f313850 8.0.0
  • f38bd8e updated changelog
  • 2ec3263 Merge pull request #393 from ziluvatar/migration-notes-to-readme
  • 12cd8f7 docs: readme, migration notes
  • cfc04a9 Merge pull request #349 from ziluvatar/fix-max-age-number-and-seconds
  • 3305cf0 verify: remove process.nextTick (#302)
  • 0be5409 Reduce size of NPM package (#347)
  • 2e7e68d Remove joi to shrink module size (#348)
  • 66a4f8b maxAge: Add validation to timespan result
  • b61cc34 maxAge: Fix logic with number + use seconds instead of ms

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

@codecov
Copy link

codecov bot commented Sep 6, 2017

Codecov Report

Merging #191 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #191   +/-   ##
======================================
  Coverage    2.59%   2.59%           
======================================
  Files         156     156           
  Lines        2234    2234           
  Branches      200     200           
======================================
  Hits           58      58           
  Misses       1977    1977           
  Partials      199     199

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 5caad22...3ddfb71. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Sep 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2017

Version 8.0.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 9, 2017

Version 8.1.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 7 commits.

  • efa517a 8.1.0
  • 5c08f65 update changelog
  • bb27eb3 #403: Clarify error wording. (#409)
  • 81501a1 Enhance audience check to verify against regular expressions (#398)
  • 77ee965 #402: Don't fail if captureStackTrace is not a function (#410)
  • d3f996b #385: Tweak README (#408)
  • 128a9e1 Fix typo in 'options.header' reference; Update Buffer() example to use recommended method (#380)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 22, 2018

Version 8.1.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 6 commits.

  • 7b0a010 8.1.1
  • d265cf1 update changelog
  • 2764a64 Not Before (nbf) calculated based on iat/timestamp (#437)
  • 25e0e62 Bump ms version to add support for negative numbers (#438)
  • 83f3eee add newer node versions to build matrix (#428)
  • dddcb73 Minor typo (#424)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 2, 2018

Version 8.2.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2018

Version 8.2.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 4 commits.

  • 092d55a 8.2.1
  • 7a9954a update changelog
  • 1232ae9 Check payload is not null when decoded. (#444)
  • e8ac1be Clarify that buffer/string payloads must be JSON (#442)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 8.2.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 11, 2018

Version 8.3.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 14, 2018

  • The dependency jsonwebtoken was updated from 7.4.3 to 8.4.0.

Update to this version instead 馃殌

Commits

The new version differs by 27 commits.

  • 86334aa 8.4.0
  • e7938f0 Add verify option for nonce validation (#540)
  • 0268813 devDeps: atob@2.1.2 (#539)
  • dc89a64 Edited the README.md to make certain parts of the document for the api easier to read, emphasizing the examples. (#548)
  • 8864542 Refactor tests related to kid and keyid (#545)
  • 0906a3f Refactor tests related to iss and issuer (#543)
  • 1956c40 Update README.md (#538)
  • 7f9604a Fixed error message when empty string passed as expiresIn or notBefore option (#531)
  • cfd1079 Updating Node version in Engines spec in package.json (#528)
  • 1c8ff5a Implement async/sync tests for the aud claim (#535)
  • 88bc965 Implement async/sync tests for nbf claim (#537)
  • 9ae3f20 Implement async/sync tests for exp claim (#536)
  • 342b07b Implement async/sync tests for sub claim (#534)
  • 29cd654 Document NotBeforeError (#529)
  • 683d8a9 Create and implement async/sync test helpers (#523)

There are 27 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 20, 2019

  • The dependency jsonwebtoken was updated from 7.4.3 to 8.5.0.

Update to this version instead 馃殌

Commits

The new version differs by 8 commits.

  • 1c0de55 8.5.0
  • eefb9d9 feat: add PS JWA support for applicable node versions (#573)
  • 8737789 Add complete option in jwt.verify (#522)
  • 7b60c12 Force use_strict during testing (#577)
  • 0c24fe6 Fix 'cert' token which isn't a cert (#554)
  • da8f55c ci: remove nsp from tests (#569)
  • 5147852 Add tests for private claims in the payload (#555)
  • 7eebbc7 Refactor tests related to jti and jwtid (#544)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 18, 2019

  • The dependency jsonwebtoken was updated from 7.4.3 to 8.5.1.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

  • 7f1f8b4 8.5.1
  • e5874ae fix: ensure correct PS signing and verification (#585)
  • 84e03ef README: fix markdown for algorithms table

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants