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: , body-parser, deepmerge, express, express-slow-down, mongoose, sqlite3 #238

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

Conversation

MaximKing1
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.

Name Versions Released on

@top-gg/sdk
from 3.1.3 to 3.1.6 | 3 versions ahead of your current version | a year ago
on 2023-09-08
body-parser
from 1.20.0 to 1.20.2 | 2 versions ahead of your current version | 2 years ago
on 2023-02-22
deepmerge
from 4.2.2 to 4.3.1 | 2 versions ahead of your current version | 2 years ago
on 2023-03-16
express
from 4.18.1 to 4.19.2 | 5 versions ahead of your current version | 6 months ago
on 2024-03-25
express-slow-down
from 1.4.0 to 1.6.0 | 4 versions ahead of your current version | 2 years ago
on 2023-03-18
mongoose
from 6.5.0 to 6.13.0 | 52 versions ahead of your current version | 3 months ago
on 2024-06-06
sqlite3
from 5.0.11 to 5.1.7 | 9 versions ahead of your current version | 8 months ago
on 2024-01-05

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Arbitrary Code Execution
SNYK-JS-SQLITE3-3358947
519 No Known Exploit
high severity Server-side Request Forgery (SSRF)
SNYK-JS-IP-6240864
519 Proof of Concept
high severity Prototype Pollution
SNYK-JS-MONGOOSE-5777721
519 Proof of Concept
medium severity Open Redirect
SNYK-JS-EXPRESS-6474509
519 No Known Exploit
medium severity Server-Side Request Forgery (SSRF)
SNYK-JS-IP-7148531
519 Proof of Concept
medium severity Information Exposure
SNYK-JS-MONGODB-5871303
519 No Known Exploit
Release notes
Package name: @top-gg/sdk
  • 3.1.6 - 2023-09-08

    What's Changed

    New Contributors

    Full Changelog: v3.1.5...v3.1.6

  • 3.1.5 - 2023-04-16

    Deprecate the discriminator property on ShortUser @ #77 thanks @ null8626

  • 3.1.4 - 2023-03-23

    The first release in a while!

    Some quality of life changes thanks to @ VoltrexKeyva @ #75

    • Update dependencies and developer dependencies to their latest versions.
    • Switch from Node-Fetch to Undici.
    • Update the GitHub Actions workflows to their latest versions.
    • Remove Node.js v12 from the testing matrix as it reached it's EoL (End-of-Life) stage, and add Node.js v16 and v18 to the testing matrix.
    • Align all examples (in README and JSDocs) to the code style of the codebase.
    • Inline JSDocs that only have a description.
    • Format the typedoc.json file and remove the usage of the minimal theme as it was removed.
    • Move the APIOptions interface to the src/typings.ts file and export it so it's shown in the documentation.
    • Bump version to 3.1.4.
  • 3.1.3 - 2021-12-03
    • Fixes a TypeScript error to do with a catch block in Webhook #73

    A possible breaking change to meet intended behavior. Before anything thrown in the webhook listener function would be passed to the error callback, now it only will respond back anything thrown that is an instance of Error, as is typed.

from @top-gg/sdk GitHub release notes
Package name: body-parser
  • 1.20.2 - 2023-02-22
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
      • perf: skip value escaping when unnecessary
    • deps: raw-body@2.5.2
  • 1.20.1 - 2022-10-06
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • 1.20.0 - 2022-04-03
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
      • Replace internal eval usage with Function constructor
      • Use instance methods on process to check for listeners
    • deps: http-errors@2.0.0
      • deps: depd@2.0.0
      • deps: statuses@2.0.1
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
      • deps: http-errors@2.0.0
from body-parser GitHub release notes
Package name: deepmerge from deepmerge GitHub release notes
Package name: express from express GitHub release notes
Package name: express-slow-down from express-slow-down GitHub release notes
Package name: mongoose
  • 6.13.0 - 2024-06-06
  • 6.12.9 - 2024-05-24
  • 6.12.8 - 2024-04-10
  • 6.12.7 - 2024-03-01
  • 6.12.6 - 2024-01-22
  • 6.12.5 - 2024-01-03
  • 6.12.4 - 2023-12-27
  • 6.12.3 - 2023-11-07
  • 6.12.2 - 2023-10-25
  • 6.12.1 - 2023-10-12
  • 6.12.0 - 2023-08-24
  • 6.11.6 - 2023-08-21
  • 6.11.5 - 2023-08-01
  • 6.11.4 - 2023-07-17
  • 6.11.3 - 2023-07-11
  • 6.11.2 - 2023-06-08
  • 6.11.1 - 2023-05-08
  • 6.11.0 - 2023-05-01
  • 6.10.5 - 2023-04-06
  • 6.10.4 - 2023-03-21
  • 6.10.3 - 2023-03-13
  • 6.10.2 - 2023-03-07
  • 6.10.1 - 2023-03-03
  • 6.10.0 - 2023-02-22
  • 6.9.3 - 2023-02-22
  • 6.9.2 - 2023-02-16
  • 6.9.1 - 2023-02-06
  • 6.9.0 - 2023-01-25
  • 6.8.4 - 2023-01-17
  • 6.8.3 - 2023-01-06
  • 6.8.2 - 2022-12-28
  • 6.8.1 - 2022-12-19
  • 6.8.0 - 2022-12-05
  • 6.7.5 - 2022-11-30
  • 6.7.4 - 2022-11-28
  • 6.7.3 - 2022-11-22
  • 6.7.2 - 2022-11-07
  • 6.7.1 - 2022-11-02
  • 6.7.0 - 2022-10-24
  • 6.6.7 - 2022-10-21
  • 6.6.6 - 2022-10-20
  • 6.6.5 - 2022-10-05
  • 6.6.4 - 2022-10-03
  • 6.6.3 - 2022-09-30
  • 6.6.2 - 2022-09-26
  • 6.6.1 - 2022-09-14
  • 6.6.0 - 2022-09-08
  • 6.5.5 - 2022-09-07
  • 6.5.4 - 2022-08-30
  • 6.5.3 - 2022-08-25
  • 6.5.2 - 2022-08-10
  • 6.5.1 - 2022-08-03
  • 6.5.0 - 2022-07-26
from mongoose GitHub release notes
Package name: sqlite3 from sqlite3 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:
  - @top-gg/sdk from 3.1.3 to 3.1.6.
    See this package in npm: https://www.npmjs.com/package/@top-gg/sdk
  - body-parser from 1.20.0 to 1.20.2.
    See this package in npm: https://www.npmjs.com/package/body-parser
  - deepmerge from 4.2.2 to 4.3.1.
    See this package in npm: https://www.npmjs.com/package/deepmerge
  - express from 4.18.1 to 4.19.2.
    See this package in npm: https://www.npmjs.com/package/express
  - express-slow-down from 1.4.0 to 1.6.0.
    See this package in npm: https://www.npmjs.com/package/express-slow-down
  - mongoose from 6.5.0 to 6.13.0.
    See this package in npm: https://www.npmjs.com/package/mongoose
  - sqlite3 from 5.0.11 to 5.1.7.
    See this package in npm: https://www.npmjs.com/package/sqlite3

See this project in Snyk:
https://app.snyk.io/org/work-i4y/project/c867776f-a1a0-4821-8fa4-39189e8b8d09?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants