Skip to content

Commit b1a3bff

Browse files
chore(deps): Bump mongodb-memory-server from 9.0.0 to 9.0.1 (#100)
Bumps [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) from 9.0.0 to 9.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodkz/mongodb-memory-server/releases">mongodb-memory-server's releases</a>.</em></p> <blockquote> <h2>v9.0.1</h2> <h2><a href="https://github.com/nodkz/mongodb-memory-server/compare/v9.0.0...v9.0.1">9.0.1</a> (2023-10-12)</h2> <h3>Fixes</h3> <ul> <li><strong>kill:</strong> should not try to open a connection to a not running ReplSet (<a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/811">#811</a>) (<a href="https://github.com/nodkz/mongodb-memory-server/commit/fefa86982d1c39f78bb992c22d3d8271f80615c8">fefa869</a>)</li> </ul> <h3>Style</h3> <ul> <li><strong>errors:</strong> typo &quot;Could not corece VERSION&quot; (<a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/808">#808</a>) (<a href="https://github.com/nodkz/mongodb-memory-server/commit/c1f2333c8f667ff4fa21709f481f2cd2e0712372">c1f2333</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodkz/mongodb-memory-server/blob/master/CHANGELOG.md">mongodb-memory-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nodkz/mongodb-memory-server/compare/v9.0.0...v9.0.1">9.0.1</a> (2023-10-12)</h2> <h3>Fixes</h3> <ul> <li><strong>kill:</strong> should not try to open a connection to a not running ReplSet (<a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/811">#811</a>) (<a href="https://github.com/nodkz/mongodb-memory-server/commit/fefa86982d1c39f78bb992c22d3d8271f80615c8">fefa869</a>)</li> </ul> <h3>Style</h3> <ul> <li><strong>errors:</strong> typo &quot;Could not corece VERSION&quot; (<a href="https://redirect.github.com/nodkz/mongodb-memory-server/issues/808">#808</a>) (<a href="https://github.com/nodkz/mongodb-memory-server/commit/c1f2333c8f667ff4fa21709f481f2cd2e0712372">c1f2333</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodkz/mongodb-memory-server/commit/8ed1bbdabd5f642d2a5828a8ec2ef852d6202a48"><code>8ed1bbd</code></a> release: v9.0.1</li> <li>See full diff in <a href="https://github.com/nodkz/mongodb-memory-server/commits/v9.0.1/packages/mongodb-memory-server">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongodb-memory-server&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=9.0.1)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
1 parent c018bb9 commit b1a3bff

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"del-cli": "^5.1.0",
5858
"jest": "^29.6.2",
5959
"jest-extended": "^4.0.1",
60-
"mongodb-memory-server": "^9.0.0",
60+
"mongodb-memory-server": "^9.0.1",
6161
"npm-run-all": "^4.1.5",
6262
"prettier": "^2.8.8",
6363
"ts-jest": "^29.1.1",

0 commit comments

Comments
 (0)