1
0
Fork 0

Bump mongodb-memory-server from 8.4.1 to 8.4.2

Bumps [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/nodkz/mongodb-memory-server/releases)
- [Changelog](https://github.com/nodkz/mongodb-memory-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodkz/mongodb-memory-server/commits/v8.4.2/packages/mongodb-memory-server)

---
updated-dependencies:
- dependency-name: mongodb-memory-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-31 04:19:55 +00:00 committed by GitHub
parent 027ce3d290
commit bf89c7f8d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18334,10 +18334,10 @@ mongodb-connection-string-url@^2.4.1:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0"
mongodb-memory-server-core@8.4.1:
version "8.4.1"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-8.4.1.tgz#3cb853b104c80202e558e5aaea722c5ff3db3134"
integrity sha512-AbyqsDKEEW2mulK70Twn+qN3yso082vozYg97OmFoRTtVD94m7Uq2PxnAnKrG5fKXX/TSnWZFyRZA6dmjZyPug==
mongodb-memory-server-core@8.4.2:
version "8.4.2"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-8.4.2.tgz#e35617f19a6891f4edfb0efad285f91556642f85"
integrity sha512-ntyqbzQ/vwYDEfIEi6k2hxjbtThckgrVmEhgKWyrJ8jX2y6yPfg6Fcx0bk1SVfOtyQj2sruS29vqf6MSYjUUVw==
dependencies:
"@types/tmp" "^0.2.3"
async-mutex "^0.3.2"
@ -18357,11 +18357,11 @@ mongodb-memory-server-core@8.4.1:
yauzl "^2.10.0"
mongodb-memory-server@^8.3.0:
version "8.4.1"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-8.4.1.tgz#d52634fbb0b671b4cde95d2720dbfa6c554b2791"
integrity sha512-TNdGbxFaYedFEQaxqvl9EMpL5RRj4yf09xGQ3MltWcvxvi0n9e7US7Q9eWp9+APn6lEzOxSEom1xYfGuqAPpQw==
version "8.4.2"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-8.4.2.tgz#3f6936f0a8fee2b938014e361edc2de43cef4817"
integrity sha512-DZKwBJVlSVzMQyGQNHSRG3xLC5KhJU8TNDCKnB7ns92ANuJKnbhx1FHop6DFSs5UThcUyg+5L6LxWD9GWn1OBA==
dependencies:
mongodb-memory-server-core "8.4.1"
mongodb-memory-server-core "8.4.2"
tslib "^2.3.1"
mongodb@3.6.2: