Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2023

Bumps jsonwebtoken to 9.0.0 and updates ancestor dependency @adobe/aio-lib-ims. These dependencies need to be updated together.

Updates jsonwebtoken from 8.5.1 to 9.0.0

Changelog

Sourced from jsonwebtoken's changelog.

9.0.0 - 2022-12-21

Breaking changes: See Migration from v8 to v9

Breaking changes

  • Removed support for Node versions 11 and below.
  • The verify() function no longer accepts unsigned tokens by default. ([834503079514b72264fd13023a3b8d648afd6a16]auth0/node-jsonwebtoken@8345030)
  • RSA key size must be 2048 bits or greater. ([ecdf6cc6073ea13a7e71df5fad043550f08d0fa6]auth0/node-jsonwebtoken@ecdf6cc)
  • Key types must be valid for the signing / verification algorithm

Security fixes

  • security: fixes Arbitrary File Write via verify function - CVE-2022-23529
  • security: fixes Insecure default algorithm in jwt.verify() could lead to signature validation bypass - CVE-2022-23540
  • security: fixes Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC - CVE-2022-23541
  • security: fixes Unrestricted key type could lead to legacy keys usage - CVE-2022-23539
Commits
  • e1fa9dc Merge pull request from GHSA-8cf7-32gw-wr33
  • 5eaedbf chore(ci): remove github test actions job (#861)
  • cd4163e chore(ci): configure Github Actions jobs for Tests & Security Scanning (#856)
  • ecdf6cc fix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...
  • 8345030 fix(sign&verify)!: Remove default none support from sign and verify met...
  • 7e6a86b Upload OpsLevel YAML (#849)
  • 74d5719 docs: update references vercel/ms references (#770)
  • d71e383 docs: document "invalid token" error
  • 3765003 docs: fix spelling in README.md: Peak -> Peek (#754)
  • a46097e docs: make decode impossible to discover before verify
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by julien.wollscheid, a new releaser for jsonwebtoken since your current version.


Updates @adobe/aio-lib-ims from 4.0.1 to 6.2.0

Release notes

Sourced from @​adobe/aio-lib-ims's releases.

6.2.0

  • 6.1.1 fa95548
  • ACNA-1969 | Dependabot added (#102) 70ea155

adobe/aio-lib-ims@6.1.0...6.2.0

6.1.1

adobe/aio-lib-ims@6.1.0...6.1.1

6.1.0

  • added tests for getSusiUrl with null scopes or callbackUrl bfc4d6d
  • allow null scope and callbackUrl c24ab45
  • Delete bin directory (#99) 86a48e7
  • bugfix for ACNA-1679 (#97) fc90d7f

adobe/aio-lib-ims@6.0.1...6.1.0

6.0.1

  • fix: remove unused @​azure/identity (is actual @​azure/cosmos@​3.17.0 issue fixed in @​adobe/aio-lib-state@​2.0.1) (#96) 2cae753

adobe/aio-lib-ims@6.0.0...6.0.1

6.0.0

  • update deps for next major 4fec848
  • fix: add missing peer eslint-plugin-n 8f5993e
  • chore: update engines 14,16,18 linting and tests 270421e
  • Create prerelease.yml (#95) c10d59f
  • fix: 404 in security overview link bd47fd5

adobe/aio-lib-ims@5.1.0...6.0.0

5.1.0

  • bump dep on aio-lib-ims-oauth 54b132e
  • form-data is a dependency, not just dev 97525b6
  • feat: support passing options to imsLogin. fixes #90 (#91) aa180df
  • fix: typo in daily.yml 96942d1
  • update @​adobe/eslint-config-aio-lib-config and its peer dependencies. fix for node-16 726aceb
  • fix: add new e2e test to check for expired signed jwt token (#88) 75bdef8

adobe/aio-lib-ims@5.0.1...5.1.0

5.0.1

adobe/aio-lib-ims@5.0.0...5.0.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by adobe-admin, a new releaser for @​adobe/aio-lib-ims since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 26, 2023
@codecov
Copy link

codecov bot commented Mar 26, 2023

Codecov Report

Merging #95 (94b80e8) into master (47822a9) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #95   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          391       391           
  Branches        41        41           
=========================================
  Hits           391       391           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependency [@adobe/aio-lib-ims](https://github.com/adobe/aio-lib-ims). These dependencies need to be updated together.


Updates `jsonwebtoken` from 8.5.1 to 9.0.0
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.0)

Updates `@adobe/aio-lib-ims` from 4.0.1 to 6.2.0
- [Release notes](https://github.com/adobe/aio-lib-ims/releases)
- [Commits](adobe/aio-lib-ims@4.0.1...6.2.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: indirect
- dependency-name: "@adobe/aio-lib-ims"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsonwebtoken-and-adobe/aio-lib-ims-9.0.0 branch from 356b63d to 94b80e8 Compare March 26, 2023 05:54
@shazron shazron merged commit 17d74e0 into master Mar 26, 2023
@shazron shazron deleted the dependabot/npm_and_yarn/jsonwebtoken-and-adobe/aio-lib-ims-9.0.0 branch March 26, 2023 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants