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.14.0 #567

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.14.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 8 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-08-04.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-FASTXMLPARSER-3325616
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-FASTXMLPARSER-5668858
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit

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

Release notes
Package name: mongodb-memory-server
  • 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.1 (2023-03-17)

    Fixes

    • errors: add helper message if exit code is large on windows for "UnexpectedCloseError" (d066643), closes #748
    • MongoInstance::closeHandler: actually dont error with code 12 on windows (0668c35)
  • 8.12.0 - 2023-03-08

    8.12.0 (2023-03-08)

    Features

    • MongoMemoryReplSet: remove usage of "tmp" package (3690a00)
    • MongoMemoryServer: remove usage of "tmp" package (6911daf)
    • utils: add function "createTmpDir" and "removeDir" (62d7876)

    Dependencies

    • @ types/uuid: upgrade to version 9.0.1 (5fb105c)
    • @ typescript-eslint/*: upgrade to version 5.54.1 (db3d2b5)
    • eslint: upgrade to version 8.35.0 (665f90f)
    • eslint-config-prettier: upgrade to version 8.7.0 (7260324)
    • prettier: upgrade to version 2.8.4 (07196a9)
    • tslib: upgrade to version 2.5.0 (26166e7)
    • remove "tmp" and "@ types/tmp" (5e718ee)

    Refactor

    • MongoMemoryServer::cleanup: use "utils.removeDir" instead of custom (2f1f2e8)
  • 8.11.5 - 2023-02-21

    8.11.5 (2023-02-21)

    Style

    • resolveConfig: dont enable debug mode twice (6ae0c73), closes #745

    Fixes

    • MongoBinaryDownloadUrl: add support for Oracle Linux (75fa22e), closes #746
  • 8.11.4 - 2023-01-23

    8.11.4 (2023-01-23)

    Fixes

    • getos: check if given os is also not UNKNOWN and try different formats (66541de), closes #735
    • MongoBinaryDownloadUrl::getUbuntuVersionString: change "os" for elementary to be optional (0e90784), closes #735
  • 8.11.3 - 2023-01-19

    8.11.3 (2023-01-19)

    Fixes

    • MongoBinaryDownloadUrl: support ubuntu 22.04 ^6.0.4 (6598792), closes #732
from mongodb-memory-server GitHub release notes
Commit messages
Package name: mongodb-memory-server
  • a42b937 release: v8.14.0
  • db16d8f dependencies(tslib): upgrade to version 2.6.1
  • f7c4837 dependencies(semver): upgrade to version 7.5.4
  • 713b1a5 dependencies(eslint): upgrade to version 8.46.0
  • 097077f dependencies(eslint-config-prettier): upgrade to version 8.10.0
  • 296b2f6 feat: update default-binary 5.0.19
  • 0d81c81 feat(MongoBinaryDownload): add option to configure max amount of redirects
  • 9ec4aee feat(MongoBinaryDownload): follow redirects
  • 5fd9fd9 chore(deps): bump word-wrap from 1.2.3 to 1.2.4 ([Snyk] Upgrade mongoose from 6.2.2 to 6.12.6 #781)
  • 78699ee release: v8.13.0
  • 88a7cce feat(MongoBinaryDownload): make use of "DownloadError"
  • 29cfe8c feat(errors): add "DownloadError"
  • 65678b8 chore(README@4.0): mention correct version the package provides
  • fe1352f test: update used 6.0 version to 6.0.6
  • 49816ee feat: update binary 4.2 to 4.2.23
  • 81acdfe feat: update binary 4.4 to 4.4.22
  • ba37680 feat: update default-binary 5.0.18
  • 2856cfd dependencies(semver): upgrade to version 7.5.1
  • f297cb2 dependencies(tslib): upgrade to version 2.5.3
  • 3ca7b73 dependencies(@ types/semver): upgrade to version 7.5.0
  • e9bc6e6 dependencies(eslint): upgrade to version 8.42.0
  • 53062cf dependencies(@ types/uuid): upgrade to version 9.0.2
  • 9e06e33 dependencies(@ typescript-eslint/*): upgrade to version 5.59.9
  • 93e7656 dependencies(@ types/debug): upgrade to version 4.1.8

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.

2 participants