From d2f32efa1b3454b3337ac6406bc934c274fbed7e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 1 Apr 2024 17:10:13 +0000
Subject: [PATCH] chore(deps): Bump mongodb-memory-server from 9.1.7 to 9.1.8
(#321)
Bumps [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) from 9.1.7 to 9.1.8.
Release notes
Sourced from mongodb-memory-server's releases.
v9.1.8
9.1.8 (2024-03-28)
Fixes
- MongoBinaryDownloadUrl: support Debian 12 (Bookworm) (#858) (48dbf43)
Changelog
Sourced from mongodb-memory-server's changelog.
9.1.8 (2024-03-28)
Fixes
- MongoBinaryDownloadUrl: support Debian 12 (Bookworm) (#858) (48dbf43)
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.1.7&new-version=9.1.8)](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 | 19 ++++++++++---------
package.json | 2 +-
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 3d13782..2ffbe08 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.1.7",
+ "mongodb-memory-server": "^9.1.8",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"ts-jest": "^29.1.1",
@@ -39,6 +39,7 @@
"peerDependencies": {
"@relaycorp/relaynet-core": ">=1.88.1, < 2.0",
"@typegoose/typegoose": "< 13.0",
+ "mongoose": "< 9.0",
"webcrypto-core": "< 2.0"
}
},
@@ -6559,13 +6560,13 @@
}
},
"node_modules/mongodb-memory-server": {
- "version": "9.1.7",
- "resolved": "https://registry.npmjs.org/mongodb-memory-server/-/mongodb-memory-server-9.1.7.tgz",
- "integrity": "sha512-Yxw1cUMoCKTK6jxk4cKG07P+Z/qOmuCVyt3ScIDaoHeOCbOlg2sEtXYO9vEK/tzpj/1KHdDStU2oYrsJ8Fvm0A==",
+ "version": "9.1.8",
+ "resolved": "https://registry.npmjs.org/mongodb-memory-server/-/mongodb-memory-server-9.1.8.tgz",
+ "integrity": "sha512-QumPTOlWWWzgW6dtV4bf+ZFdTxenHSSGS4ZT85Vbb+FzPVoOtfcFwYlSfC9IM4e2nw7xvnQZvWtILYseO6HE9Q==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
- "mongodb-memory-server-core": "9.1.7",
+ "mongodb-memory-server-core": "9.1.8",
"tslib": "^2.6.2"
},
"engines": {
@@ -6573,16 +6574,16 @@
}
},
"node_modules/mongodb-memory-server-core": {
- "version": "9.1.7",
- "resolved": "https://registry.npmjs.org/mongodb-memory-server-core/-/mongodb-memory-server-core-9.1.7.tgz",
- "integrity": "sha512-q8geqCmt5hGuxaDhRo03ZUB0ITr6lnJ3jffdNiC4nDq13WbHUfY2A1RQq3OHDbdrY6aRYvZphx2bcXYBFRis3A==",
+ "version": "9.1.8",
+ "resolved": "https://registry.npmjs.org/mongodb-memory-server-core/-/mongodb-memory-server-core-9.1.8.tgz",
+ "integrity": "sha512-iCWwaP7De4lm1lRCUKB2ffUYr6GB0I/cj6fK0NV9dgwc9fA3xapHTTT/cPYRNx29M5gmAOSaOpUgjP7i2GZ/LQ==",
"dev": true,
"dependencies": {
"async-mutex": "^0.4.0",
"camelcase": "^6.3.0",
"debug": "^4.3.4",
"find-cache-dir": "^3.3.2",
- "follow-redirects": "^1.15.3",
+ "follow-redirects": "^1.15.6",
"https-proxy-agent": "^7.0.2",
"mongodb": "^5.9.1",
"new-find-package-json": "^2.0.0",
diff --git a/package.json b/package.json
index ced1000..a960129 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.1.7",
+ "mongodb-memory-server": "^9.1.8",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"ts-jest": "^29.1.1",