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 mongodb-memory-server from 8.11.3 to 8.16.0 #878

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

Conversation

DanneelsSophie
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade mongodb-memory-server from 8.11.3 to 8.16.0.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

ℹ️ 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.


  • The recommended version is 11 versions ahead of your current version.
  • The recommended version was released 7 months ago, on 2023-10-05.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Server-side Request Forgery (SSRF)
SNYK-JS-IP-6240864
537/1000
Why? Proof of Concept exploit, CVSS 8.6
Proof of Concept
Server-side Request Forgery (SSRF)
SNYK-JS-IP-6240864
537/1000
Why? Proof of Concept exploit, CVSS 8.6
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-FASTXMLPARSER-5668858
537/1000
Why? Proof of Concept exploit, CVSS 8.6
No Known Exploit
Prototype Pollution
SNYK-JS-FASTXMLPARSER-3325616
537/1000
Why? Proof of Concept exploit, CVSS 8.6
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: mongodb-memory-server
  • 8.16.0 - 2023-10-05

    8.16.0 (2023-10-05)

    Dependencies

    • typedoc: add dev-dependency (f8c671c)
  • 8.15.1 - 2023-08-17

    8.15.1 (2023-08-17)

    Fixes

    • fix binary download on debian testing/unstable (#787) (1a8ac8a)

    Style

    • MongoBinaryDownloadUrl: add comment explaining pr 787 (1821135)
  • 8.15.0 - 2023-08-15

    8.15.0 (2023-08-15)

    Features

    • MongoBinaryDownloadUrl: add ability to overwrite distro used (826c72e), closes #753

    Dependencies

    • @ typescript-eslint/*: upgrade to version 5.61.0 (121f0fc)
    • eslint: upgrade to version 8.44.0 (f7487b1)
    • semver: upgrade to version 7.5.3 (3498c33)
    • tslib: upgrade to version 2.6.0 (2cbd3dc)

    Style

    • MongoBinaryDownload: fix comment (615b681)
  • 8.14.0 - 2023-08-04

    8.14.0 (2023-08-04)

    Features

    • update default-binary 5.0.19 (296b2f6)
    • MongoBinaryDownload: add option to configure max amount of redirects (0d81c81)
    • MongoBinaryDownload: follow redirects (9ec4aee), closes #785

    Dependencies

    • eslint: upgrade to version 8.46.0 (713b1a5)
    • eslint-config-prettier: upgrade to version 8.10.0 (097077f)
    • semver: upgrade to version 7.5.4 (f7c4837)
    • tslib: upgrade to version 2.6.1 (db16d8f)
  • 8.14.0-beta.1 - 2023-07-07

    8.14.0-beta.1 (2023-07-07)

    Features

    • MongoBinaryDownloadUrl: add ability to overwrite distro used (826c72e), closes #753

    Dependencies

    • @ typescript-eslint/*: upgrade to version 5.61.0 (121f0fc)
    • eslint: upgrade to version 8.44.0 (f7487b1)
    • semver: upgrade to version 7.5.3 (3498c33)
    • tslib: upgrade to version 2.6.0 (2cbd3dc)

    Style

    • MongoBinaryDownload: fix comment (615b681)
  • 8.13.0 - 2023-06-09

    8.13.0 (2023-06-09)

    Features

    • errors: add "DownloadError" (29cfe8c)
    • MongoBinaryDownload: make use of "DownloadError" (88a7cce)
    • update binary 4.2 to 4.2.23 (49816ee)
    • update binary 4.4 to 4.4.22 (81acdfe)
    • update default-binary 5.0.18 (ba37680)

    Dependencies

    • @ types/debug: upgrade to version 4.1.8 (93e7656)
    • @ types/semver: upgrade to version 7.5.0 (3ca7b73)
    • @ types/uuid: upgrade to version 9.0.2 (53062cf)
    • @ typescript-eslint/*: upgrade to version 5.59.2 (ddecab4)
    • @ typescript-eslint/*: upgrade to version 5.59.9 (9e06e33)
    • eslint: upgrade to version 8.40.0 (a81a1e1)
    • eslint: upgrade to version 8.42.0 (e9bc6e6)
    • eslint-config-prettier: upgrade to version 8.8.0 (aa54d30)
    • mongodb: upgrade to version 4.16.0 (b3932d0)
    • prettier: upgrade to version 2.8.8 (8d87060)
    • semver: upgrade to version 7.5.0 (ea87f23)
    • semver: upgrade to version 7.5.1 (2856cfd)
    • tslib: upgrade to version 2.5.3 (f297cb2)
  • 8.12.2 - 2023-04-04

    8.12.2 (2023-04-04)

    Style

    Fixes

    • MongoBinaryDownloadUrl: update mapping for arch to "ubuntu2204" (20dab94)
  • 8.12.1 - 2023-03-17
  • 8.12.0 - 2023-03-08
  • 8.11.5 - 2023-02-21
  • 8.11.4 - 2023-01-23
  • 8.11.3 - 2023-01-19
from mongodb-memory-server GitHub release notes
Commit messages
Package name: mongodb-memory-server
  • 3908d79 release: v8.16.0
  • f8788c6 chore(scripts/ghPagesDeploy): make sure root is installed
  • be5a9eb docs(docusaurus.config): add "Typedoc" link
  • e0c0bc8 chore(ghPagesDeploy): add typedoc to be build for documentation
  • f8c671c dependencies(typedoc): add dev-dependency
  • 290e57d docs(README): add missing "auth" object documentation
  • 6ce12bf docs(README): fix "downloadDir" outdated directory
  • f0dd48f chore(ghPagesDeploy): fix typo
  • fc91c60 chore(ghPagesDeploy): list changes before committing
  • c44e897 chore(ghPagesDeploy): use "git add -A" instead of "git add *"
  • dd40be3 chore(ghPagesDeploy): check for changes before trying to commit
  • d6b4858 chore(workflows/*): update "actions/checkout@v3" to v4
  • f529e11 chore(.github): create CODE_OF_CONDUCT.md ([Snyk] Upgrade @mui/icons-material from 5.4.1 to 5.15.6 #784)
  • 070f7d4 release: v8.15.1
  • 1821135 style(MongoBinaryDownloadUrl): add comment explaining pr 787
  • 2cbfb58 test(MongoMemoryReplSet): better cleanup created temporary directories
  • ead7958 test(MongoMemoryServer): better cleanup created temporary directories
  • 1a8ac8a fix: fix binary download on debian testing/unstable ([Snyk] Upgrade swagger-ui-express from 4.3.0 to 4.6.3 #787)
  • 36bc050 chore(workflows/website): allow to run on other branches than "master"
  • 78011de docs: update website configuration to match typegoose
  • bb03756 release: v8.15.0
  • 9599563 Merge branch 'beta'
  • 9fffce7 chore(website/yarn.lock): lockfile maintenance
  • f1dd265 chore(website): upgrade docusaurus version to 2.4.1

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

None yet

2 participants