Skip to content

Commit

Permalink
Update dependency mongodb-memory-server to v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2024
1 parent 1631d1d commit 9a7444b
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.0.0",
"mongodb-memory-server": "10.0.1",
"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 @@ -2164,10 +2164,10 @@ mongodb-connection-string-url@^3.0.0:
"@types/whatwg-url" "^11.0.2"
whatwg-url "^13.0.0"

[email protected].0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-10.0.0.tgz#50dc79ba92fbe40bbff64f89a876d4e92a5cc91a"
integrity sha512-AdYi4nVqe3Pk95fRJ+DegbDdEfAG9wujNsVvJWbwh8+ZJd+d3JJK1PHxRyJ9rMvoczvlli5M30eMig7zBuF5pQ==
[email protected].1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-10.0.1.tgz#f227ece12c1fd2dfc8c6c6ad0511b5ff3d677222"
integrity sha512-sJGqoS3saNNJKQjocrqxRISUP6g2N6/D+k1JEqKYo2p9YzUOOvEopxROyvBlqkiVa67/vdf2FV4v+rOvNIHURg==
dependencies:
async-mutex "^0.5.0"
camelcase "^6.3.0"
Expand All @@ -2182,12 +2182,12 @@ [email protected]:
tslib "^2.6.3"
yauzl "^3.1.3"

[email protected].0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-10.0.0.tgz#14aeba6b0f8b379404a732d66d17b756c3d36133"
integrity sha512-7Geo/s4lst/QHw+N8/stdnyb08xn68O0zbSee62jgoPfWOXfSPhX9a8OvyOY/o23oYk9ra2EpA2Oejenb3JKfw==
[email protected].1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-10.0.1.tgz#becb660ee406c99f6a1bc5d17a3bd20a3bf63d9a"
integrity sha512-Zoeel0Hn+vPuFESoLJvaHyblu7gWl7hwxsMljetzhEnR7NWaUIvaP7FIu/EKu55Owks8PiuxReKflJWqARbLDw==
dependencies:
mongodb-memory-server-core "10.0.0"
mongodb-memory-server-core "10.0.1"
tslib "^2.6.3"

[email protected]:
Expand Down

0 comments on commit 9a7444b

Please sign in to comment.