From 1180875437c39d3b55dc9fe96561fc746534b374 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Jun 2024 17:20:47 +0000
Subject: [PATCH] chore(deps): Bump mongodb-memory-server from 9.3.0 to 9.4.0
(#352)
Bumps [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) from 9.3.0 to 9.4.0.
Release notes
Sourced from mongodb-memory-server's releases.
v9.4.0
9.4.0 (2024-06-24)
Fixes
- MongoMemoryReplSet: dont warn unless storage engine is set explicitly (582bf0a)
Refactor
- utils::removeDir: remove nodejs 12 workaround (a852513)
Dependencies
- async-mutex: upgrade to version 0.4.1 (b67c783)
- debug: upgrade to version 4.3.5 (72a0b76)
- mongodb: upgrade to version 5.9.2 (4c1ccc9)
- tslib: upgrade to version 2.6.3 (a49993b)
v9.4.0-beta.1
Fixes
- MongoMemoryReplSet: dont warn unless storage engine is set explicitly (582bf0a)
Refactor
- utils::removeDir: remove nodejs 12 workaround (a852513)
Dependencies
- async-mutex: upgrade to version 0.4.1 (b67c783)
- debug: upgrade to version 4.3.5 (72a0b76)
- tslib: upgrade to version 2.6.3 (a49993b)
Changelog
Sourced from mongodb-memory-server's changelog.
9.4.0 (2024-06-24)
Fixes
- MongoMemoryReplSet: dont warn unless storage engine is set explicitly (582bf0a)
Refactor
- utils::removeDir: remove nodejs 12 workaround (a852513)
Dependencies
- async-mutex: upgrade to version 0.4.1 (b67c783)
- debug: upgrade to version 4.3.5 (72a0b76)
- mongodb: upgrade to version 5.9.2 (4c1ccc9)
- tslib: upgrade to version 2.6.3 (a49993b)
Fixes
- MongoMemoryReplSet: dont warn unless storage engine is set explicitly (582bf0a)
Refactor
- utils::removeDir: remove nodejs 12 workaround (a852513)
Dependencies
- async-mutex: upgrade to version 0.4.1 (b67c783)
- debug: upgrade to version 4.3.5 (72a0b76)
- tslib: upgrade to version 2.6.3 (a49993b)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongodb-memory-server&package-manager=npm_and_yarn&previous-version=9.3.0&new-version=9.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
package-lock.json | 44 ++++++++++++++++++++++----------------------
package.json | 2 +-
2 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index d51fb99..894582a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"del-cli": "^5.1.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
- "mongodb-memory-server": "^9.3.0",
+ "mongodb-memory-server": "^9.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.1",
"ts-jest": "^29.1.5",
@@ -3457,9 +3457,9 @@
"dev": true
},
"node_modules/bare-events": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.3.1.tgz",
- "integrity": "sha512-sJnSOTVESURZ61XgEleqmP255T6zTYwHPwE4r6SssIh0U9/uDvfpdoJYpVUerJJZH2fueO+CdT8ZT+OC/7aZDA==",
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz",
+ "integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==",
"dev": true,
"optional": true
},
@@ -3919,9 +3919,9 @@
}
},
"node_modules/debug": {
- "version": "4.3.4",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
+ "version": "4.3.5",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
+ "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
"dependencies": {
"ms": "2.1.2"
},
@@ -6627,36 +6627,36 @@
}
},
"node_modules/mongodb-memory-server": {
- "version": "9.3.0",
- "resolved": "https://registry.npmjs.org/mongodb-memory-server/-/mongodb-memory-server-9.3.0.tgz",
- "integrity": "sha512-ag1vbjsm1A2C/1arRlfCLRapY7L2JKsQgASvaFyTXFyfqf6wjVSfO3PhJ/KfkyntmwlMXe3sUjMkZKeD89qu8Q==",
+ "version": "9.4.0",
+ "resolved": "https://registry.npmjs.org/mongodb-memory-server/-/mongodb-memory-server-9.4.0.tgz",
+ "integrity": "sha512-O6n7TxWvcLSSDP3IrXsLsdG0iouljlqdZ7sH3ZaqEyymzZglMroV3CwMj1lvMNks7fRVj8HMrza0gnwF3MyFGA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
- "mongodb-memory-server-core": "9.3.0",
- "tslib": "^2.6.2"
+ "mongodb-memory-server-core": "9.4.0",
+ "tslib": "^2.6.3"
},
"engines": {
"node": ">=14.20.1"
}
},
"node_modules/mongodb-memory-server-core": {
- "version": "9.3.0",
- "resolved": "https://registry.npmjs.org/mongodb-memory-server-core/-/mongodb-memory-server-core-9.3.0.tgz",
- "integrity": "sha512-8okAtOGWqSG37K7/TrvTfn43ORMh9LssIvd30XjHxvjWK7utmSTXr69XAhYvsDrHDwv7L23Ii6NJ4zMPpiFKuw==",
+ "version": "9.4.0",
+ "resolved": "https://registry.npmjs.org/mongodb-memory-server-core/-/mongodb-memory-server-core-9.4.0.tgz",
+ "integrity": "sha512-irqdj/RPHJ2M9lgtxrvhXUbqFv/DfmUG+wvcAqtgtBJ8qVq1VGBD5rkKkLP5b3g8OoadP3OzsXTGCi1P2dDBQQ==",
"dev": true,
"dependencies": {
- "async-mutex": "^0.4.0",
+ "async-mutex": "^0.4.1",
"camelcase": "^6.3.0",
- "debug": "^4.3.4",
+ "debug": "^4.3.5",
"find-cache-dir": "^3.3.2",
"follow-redirects": "^1.15.6",
"https-proxy-agent": "^7.0.4",
- "mongodb": "^5.9.1",
+ "mongodb": "^5.9.2",
"new-find-package-json": "^2.0.0",
"semver": "^7.6.2",
"tar-stream": "^3.1.7",
- "tslib": "^2.6.2",
+ "tslib": "^2.6.3",
"yauzl": "^3.1.3"
},
"engines": {
@@ -8675,9 +8675,9 @@
}
},
"node_modules/tslib": {
- "version": "2.6.2",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
- "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
},
"node_modules/tslint": {
"version": "6.1.3",
diff --git a/package.json b/package.json
index d705baa..0c0e8ca 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"del-cli": "^5.1.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
- "mongodb-memory-server": "^9.3.0",
+ "mongodb-memory-server": "^9.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.1",
"ts-jest": "^29.1.5",