Skip to content

Commit

Permalink
Update dependency mongodb-memory-server to v10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 053f71f commit 600cead
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cross-env": "7.0.3",
"jest": "29.7.0",
"jest-util": "29.7.0",
"mongodb-memory-server": "10.1.1",
"mongodb-memory-server": "10.1.2",
"nodemon": "3.1.7",
"prettier": "3.3.3"
}
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2169,10 +2169,10 @@ mongodb-connection-string-url@^3.0.0:
"@types/whatwg-url" "^11.0.2"
whatwg-url "^13.0.0"

[email protected].1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-10.1.1.tgz#10f601c93be3ec1dc477032482226eb3b02d611a"
integrity sha512-q9BOUM9gc3kjWFtPMtZDztaqqdC7Ewckd4xFdHzlpZfQ+mCsBpFGDzRZSoMJWaIlg9KK2MsZXkuw4wQ825u17Q==
[email protected].2:
version "10.1.2"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-10.1.2.tgz#4960f59e5c56a30dbde366ff69497b6ce5b2c4dc"
integrity sha512-5Wpz712CuDCKTn/40UZ+kMZlav4Y2imbpWuJU5wjuZk6s3+Jg8akTIBW9jQiFS8wgymu6iTg99Iw0XcypsLyQA==
dependencies:
async-mutex "^0.5.0"
camelcase "^6.3.0"
Expand All @@ -2187,12 +2187,12 @@ [email protected]:
tslib "^2.7.0"
yauzl "^3.1.3"

[email protected].1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-10.1.1.tgz#27d94aefdc73972972715ad21b29da3953923366"
integrity sha512-FuLEORKL9uIJzA1/eDPCQ3VGsTdsvrSIiNtdmgjIGG9bCBf3v3Q2wh7OHKg2IwZyK+DwAeAwrdDUQSiN4DgrGA==
[email protected].2:
version "10.1.2"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-10.1.2.tgz#19412977dfba00af54c199bf75e34cb2a4aa9925"
integrity sha512-aDGEWuUVHTiBvaaq03LbpvvSk8IVtepbvp314p1cq7f2xdSpl7igMnYpPfYY5nkks1I5I6OL2ypHjaJj4kBp+g==
dependencies:
mongodb-memory-server-core "10.1.1"
mongodb-memory-server-core "10.1.2"
tslib "^2.7.0"

[email protected], mongodb@^6.9.0:
Expand Down

0 comments on commit 600cead

Please sign in to comment.