Skip to content

Commit

Permalink
build(deps-dev): bump mongodb-memory-server from 9.1.6 to 9.1.7 (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 12, 2024
1 parent 0cbf2ff commit 96ad04c
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 @@ -58,7 +58,7 @@
"eslint": "^8.57.0",
"jest": "^27.4.7",
"jest-junit": "16.0.0",
"mongodb-memory-server": "9.1.6",
"mongodb-memory-server": "9.1.7",
"prettier": "^3.2.5",
"reload-server-webpack-plugin": "1.0.1",
"webpack": "5.90.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5680,10 +5680,10 @@ mongodb-connection-string-url@^3.0.0:
"@types/whatwg-url" "^11.0.2"
whatwg-url "^13.0.0"

mongodb-memory-server-core@9.1.6:
version "9.1.6"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-9.1.6.tgz#0dce7831aceb80cca62e242df08cf05b533d0731"
integrity sha512-3H/dq5II+XcSbK80hicMw4zFlDxcpjt4oWJq76RlOVuLoaf3AFqVheR6Vqx9ymlIqER4Jni58FMCIIRbesia1A==
mongodb-memory-server-core@9.1.7:
version "9.1.7"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-9.1.7.tgz#f920a5dd4ecbdeb846323a935e2cc08b03dffb56"
integrity sha512-q8geqCmt5hGuxaDhRo03ZUB0ITr6lnJ3jffdNiC4nDq13WbHUfY2A1RQq3OHDbdrY6aRYvZphx2bcXYBFRis3A==
dependencies:
async-mutex "^0.4.0"
camelcase "^6.3.0"
Expand All @@ -5698,12 +5698,12 @@ mongodb-memory-server-core@9.1.6:
tslib "^2.6.2"
yauzl "^2.10.0"

mongodb-memory-server@9.1.6:
version "9.1.6"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-9.1.6.tgz#31b63996b2670e0e4a98d138e6abc7c2fbeca3d3"
integrity sha512-gzcpgGYlPhuKmria37W+bvYy6W+OkX2UVG7MoP41OWFvQv2Hn7A+fLXkV+lsMmhog1lMQprdV6AR+gixgheLaw==
mongodb-memory-server@9.1.7:
version "9.1.7"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-9.1.7.tgz#550de40dd77ccb8892fe23c0523c8cafbaab5751"
integrity sha512-Yxw1cUMoCKTK6jxk4cKG07P+Z/qOmuCVyt3ScIDaoHeOCbOlg2sEtXYO9vEK/tzpj/1KHdDStU2oYrsJ8Fvm0A==
dependencies:
mongodb-memory-server-core "9.1.6"
mongodb-memory-server-core "9.1.7"
tslib "^2.6.2"

mongodb@6.3.0:
Expand Down

0 comments on commit 96ad04c

Please sign in to comment.