Skip to content

Commit

Permalink
Update dependency mongodb-memory-server to v9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent fa7e01b commit 315bfd7
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": "9.1.3",
"mongodb-memory-server": "9.1.4",
"nodemon": "3.0.2",
"prettier": "3.1.1"
}
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2201,10 +2201,10 @@ mongodb-connection-string-url@^2.6.0:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0"

[email protected].3:
version "9.1.3"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-9.1.3.tgz#483e17001b69d7cd455d763ceba9c9d401085c02"
integrity sha512-94pUuTgjb6NglCbKLEZm457aACxeaT8+Jw8weEy0DyWiCBd1mk8dIuq7GE1CjmHFU2hMOCnOutdR96LhkWpgig==
[email protected].4:
version "9.1.4"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-9.1.4.tgz#d55c1d0cabdc2e610bc725f464121294279359c0"
integrity sha512-DfMpNcv/4T1hQCKWBqhUt1FkHwt6DlIqqIjYFgg3FAOismsId6Zg+RuucOQbGAPUPaU0bLSgn6cVRWAqV40OVA==
dependencies:
async-mutex "^0.4.0"
camelcase "^6.3.0"
Expand All @@ -2219,12 +2219,12 @@ [email protected]:
tslib "^2.6.2"
yauzl "^2.10.0"

[email protected].3:
version "9.1.3"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-9.1.3.tgz#3188683a7134ea34fa4c5777e19aee28c4d09cf9"
integrity sha512-EVVNll0e6QEsNhK7IJI0x51nbmv57E6X8izO3LLEnfbSZNwERG4P5nAjJfglqCSNkT4svKp1/0kzc+ldlQttOg==
[email protected].4:
version "9.1.4"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-9.1.4.tgz#aa837afa7b2243042d7150b2a12163f0813b3337"
integrity sha512-S5s/aVeGmDcX+M63Tir5o+RrB7Z1sazaO8EC7m3vQVkNRCP5soaQpXMTJWh5ac1dEPzq65x8QG2pY5ibpn/bIA==
dependencies:
mongodb-memory-server-core "9.1.3"
mongodb-memory-server-core "9.1.4"
tslib "^2.6.2"

[email protected]:
Expand Down

0 comments on commit 315bfd7

Please sign in to comment.