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: discord-interactions, nodemon #5

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

Conversation

WontonSam
Copy link
Owner

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.

⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

Name Versions Released on

discord-interactions
from 3.4.0 to 4.1.0 | 5 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
on 2024-08-26
nodemon
from 2.0.22 to 3.1.4 | 9 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 3 months ago
on 2024-06-20

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
67 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHTOREGEXP-7925106
67 Proof of Concept
Release notes
Package name: discord-interactions
  • 4.1.0 - 2024-08-26

    Adds LAUNCH_ACTIVITY (type 12) to InteractionResponseType, adding support for launching activities in response to interactions.

  • 4.0.0 - 2024-06-14

    Welcome to 4.0! This release includes new features and a couple of breaking changes.

    Breaking Changes

    Node.js 18.4 and up required

    Support for previous versions of node.js have been dropped. This isn't a soft break - we now rely on the Ed25519 algorithm in subtlecrypto, which is only available in versions 18.4 and up.

    verifyKey is now async

    Due to the dependency on subtle crypto, the verifyKey method is now async. Make sure to use an await when evaluating the result of verifyKey. See #73 to learn more.

    const signature = req.get('X-Signature-Ed25519');
    const timestamp = req.get('X-Signature-Timestamp');
    const isValid = await verifyKey(req.rawBody, signature, timestamp, 'MY_CLIENT_PUBLIC_KEY');

    Features

    • Added ButtonStyleTypes.Premium #55
    • The library should be significantly faster due to dropping the dependency on tweetnacl
  • 4.0.0-alpha.2 - 2024-06-13
  • 4.0.0-alpha.1 - 2024-06-13
  • 4.0.0-alpha.0 - 2024-05-30
  • 3.4.0 - 2023-05-08
from discord-interactions GitHub release notes
Package name: nodemon from nodemon GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • 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:
  - discord-interactions from 3.4.0 to 4.1.0.
    See this package in npm: https://www.npmjs.com/package/discord-interactions
  - nodemon from 2.0.22 to 3.1.4.
    See this package in npm: https://www.npmjs.com/package/nodemon

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/ceafb70a-219f-4418-9a2e-0b48b17926a1?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

google-cla bot commented Sep 19, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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