Skip to content

Commit

Permalink
dependencies(mongodb-memory-server): upgrade to 8.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Feb 23, 2023
1 parent 0585e4c commit 502a3c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"jest": "^29.4.3",
"jest-runner-tsd": "^4.0.0",
"lint-staged": "^13.1.2",
"mongodb-memory-server": "^8.11.4",
"mongodb-memory-server": "^8.11.5",
"mongoose": "~6.9.0",
"mongoose-findorcreate": "3.0.0",
"prettier": "^2.8.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -5393,10 +5393,10 @@ mongodb-connection-string-url@^2.5.4:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0"

mongodb-memory-server-core@8.11.4:
version "8.11.4"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-8.11.4.tgz#8296f9207c47d2464adc629c22b2bdcf54865ff6"
integrity sha512-VWUstcegjwaGTZzaaSLmKuEtxhbNPRM87lq1oFHzYC07pzyxAfjIELcYRKef2O+XlhKlVQ9x2VqpuvTF97h7SA==
mongodb-memory-server-core@8.11.5:
version "8.11.5"
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-8.11.5.tgz#7cb76022ca6520042b7996bb33101682fe3adbe9"
integrity sha512-bhptlOruCEYrLofCbjACMoClgP1rFkhSNDzI/bbG/pUAg41UB00eaDPerYVvRf2jvOJqKF4+U9xqXiSvkbMvXw==
dependencies:
"@types/tmp" "^0.2.3"
async-mutex "^0.3.2"
Expand All @@ -5415,12 +5415,12 @@ mongodb-memory-server-core@8.11.4:
uuid "^9.0.0"
yauzl "^2.10.0"

mongodb-memory-server@^8.11.4:
version "8.11.4"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-8.11.4.tgz#5f4bfb31e39f4c56947d345e6af566ee021e6af3"
integrity sha512-DI6iXKsZBpMFAPxj/+35jl2s1LxVTpBc+VUpMzEe9Mvm73XIzIzPdU5Aa3asO7RfRSeR5l5wn0qpVAkvP1BScg==
mongodb-memory-server@^8.11.5:
version "8.11.5"
resolved "https://registry.yarnpkg.com/mongodb-memory-server/-/mongodb-memory-server-8.11.5.tgz#148b2cc390fad308d6532d69bbd1054a9750ccb0"
integrity sha512-/yiw3L2TIMpi9I6GXg379k6d+RG3k+9V9o24kK5h+NBTtYLNuWa5iEvtce/O3jqhg6yo31T5XG2e/Hm4UwBM1A==
dependencies:
mongodb-memory-server-core "8.11.4"
mongodb-memory-server-core "8.11.5"
tslib "^2.4.1"

mongodb@4.13.0, mongodb@^4.13.0:
Expand Down

0 comments on commit 502a3c8

Please sign in to comment.