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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: , ajv, bigint-conversion, bigint-crypto-utils, elliptic, jose #30

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

Conversation

rish2497
Copy link

@rish2497 rish2497 commented Sep 7, 2024

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯‍♂ The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on

@juanelas/base64
from 1.1.2 to 1.1.5 | 3 versions ahead of your current version | 10 months ago
on 2023-11-10
ajv
from 8.12.0 to 8.17.1 | 5 versions ahead of your current version | 2 months ago
on 2024-07-12
bigint-conversion
from 2.4.1 to 2.4.3 | 2 versions ahead of your current version | 10 months ago
on 2023-11-10
bigint-crypto-utils
from 3.2.2 to 3.3.0 | 1 version ahead of your current version | a year ago
on 2023-06-29
elliptic
from 6.5.4 to 6.5.7 | 3 versions ahead of your current version | 24 days ago
on 2024-08-14
jose
from 4.14.0 to 4.15.9 | 16 versions ahead of your current version | 2 months ago
on 2024-07-03

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
medium severity Resource Exhaustion
SNYK-JS-JOSE-6419224
479 No Known Exploit
Release notes
Package name: @juanelas/base64 from @juanelas/base64 GitHub release notes
Package name: ajv from ajv GitHub release notes
Package name: bigint-conversion from bigint-conversion GitHub release notes
Package name: bigint-crypto-utils from bigint-crypto-utils GitHub release notes
Package name: elliptic from elliptic GitHub release notes
Package name: jose
  • 4.15.9 - 2024-07-03

    Fixes

    • add sideEffects:false to nested ESM package.json files (17eef5f)
  • 4.15.8 - 2024-07-03

    chore(release): 4.15.8

  • 4.15.7 - 2024-06-18

    Fixes

    • add a workerd package.json target (e36d69e)
  • 4.15.6 - 2024-06-18
  • 4.15.5 - 2024-03-07
  • 4.15.4 - 2023-10-14
  • 4.15.3 - 2023-10-11
  • 4.15.2 - 2023-10-04
  • 4.15.1 - 2023-10-02
  • 4.15.0 - 2023-10-02
  • 4.14.6 - 2023-09-04
  • 4.14.5 - 2023-09-02
  • 4.14.4 - 2023-04-30
  • 4.14.3 - 2023-04-27
  • 4.14.2 - 2023-04-26
  • 4.14.1 - 2023-04-20
  • 4.14.0 - 2023-04-14
from jose GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade:
  - @juanelas/base64 from 1.1.2 to 1.1.5.
    See this package in npm: https://www.npmjs.com/package/@juanelas/base64
  - ajv from 8.12.0 to 8.17.1.
    See this package in npm: https://www.npmjs.com/package/ajv
  - bigint-conversion from 2.4.1 to 2.4.3.
    See this package in npm: https://www.npmjs.com/package/bigint-conversion
  - bigint-crypto-utils from 3.2.2 to 3.3.0.
    See this package in npm: https://www.npmjs.com/package/bigint-crypto-utils
  - elliptic from 6.5.4 to 6.5.7.
    See this package in npm: https://www.npmjs.com/package/elliptic
  - jose from 4.14.0 to 4.15.9.
    See this package in npm: https://www.npmjs.com/package/jose

See this project in Snyk:
https://app.snyk.io/org/rish2497/project/c1c4ecd3-8132-4d4e-b517-55eb51fd640c?utm_source=github&utm_medium=referral&page=upgrade-pr
@@ -199,15 +199,15 @@
},
"dependencies": {
"@apidevtools/openapi-schemas": "^2.1.0",
"@juanelas/base64": "^1.1.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2

@@ -199,15 +199,15 @@
},
"dependencies": {
"@apidevtools/openapi-schemas": "^2.1.0",
"@juanelas/base64": "^1.1.2",
"ajv": "^8.11.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

11.0

@@ -199,15 +199,15 @@
},
"dependencies": {
"@apidevtools/openapi-schemas": "^2.1.0",
"@juanelas/base64": "^1.1.2",
"ajv": "^8.11.0",
"@juanelas/base64": "^1.1.5",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5

"@juanelas/base64": "^1.1.2",
"ajv": "^8.11.0",
"@juanelas/base64": "^1.1.5",
"ajv": "^8.17.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

17.1

"ajv-draft-04": "^1.0.0",
"ajv-formats": "^2.1.1",
"bigint-conversion": "^2.4.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1

"bigint-conversion": "^2.4.1",
"bigint-crypto-utils": "^3.2.2",
"elliptic": "^6.5.4",
"bigint-conversion": "^2.4.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3

"bigint-crypto-utils": "^3.2.2",
"elliptic": "^6.5.4",
"bigint-conversion": "^2.4.3",
"bigint-crypto-utils": "^3.3.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.0

"elliptic": "^6.5.4",
"bigint-conversion": "^2.4.3",
"bigint-crypto-utils": "^3.3.0",
"elliptic": "^6.5.7",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7

"ethers": "^5.5.2",
"jose": "^4.3.7",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.7

"ethers": "^5.5.2",
"jose": "^4.3.7",
"jose": "^4.15.9",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

15.9

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