Skip to content

Commit

Permalink
Merge pull request #20 from pacyL2K19/dependabot/npm_and_yarn/mongoos…
Browse files Browse the repository at this point in the history
…e-6.11.3

build(deps): bump mongoose from 6.8.4 to 6.11.3
  • Loading branch information
pacyL2K19 authored Aug 7, 2023
2 parents 37ad533 + c92c4f1 commit 57c6ead
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"graphql": "^16.6.0",
"mongoose": "^6.8.4",
"mongoose": "^6.11.3",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
Expand Down
36 changes: 12 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2858,7 +2858,7 @@ [email protected]:
dependencies:
node-int64 "^0.4.0"

bson@^4.7.0:
bson@^4.7.2:
version "4.7.2"
resolved "https://registry.yarnpkg.com/bson/-/bson-4.7.2.tgz#320f4ad0eaf5312dd9b45dc369cc48945e2a5f2e"
integrity sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==
Expand Down Expand Up @@ -5103,38 +5103,26 @@ mongodb-memory-server@^8.11.4:
mongodb-memory-server-core "8.11.4"
tslib "^2.4.1"

mongodb@4.12.1:
version "4.12.1"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.12.1.tgz#224eb39b8784af835b515aa687c6010cecaabb1a"
integrity sha512-koT87tecZmxPKtxRQD8hCKfn+ockEL2xBiUvx3isQGI6mFmagWt4f4AyCE9J4sKepnLhMacoCTQQA6SLAI2L6w==
mongodb@4.16.0, mongodb@^4.13.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.16.0.tgz#8b0043de7b577c6a7e0ce44a2ca7315b9c0a7927"
integrity sha512-0EB113Fsucaq1wsY0dOhi1fmZOwFtLOtteQkiqOXGklvWMnSH3g2QS53f0KTP+/6qOkuoXE2JksubSZNmxeI+g==
dependencies:
bson "^4.7.0"
bson "^4.7.2"
mongodb-connection-string-url "^2.5.4"
socks "^2.7.1"
optionalDependencies:
"@aws-sdk/credential-providers" "^3.186.0"
saslprep "^1.0.3"

mongodb@^4.13.0:
version "4.13.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.13.0.tgz#2aa832b827e2891eb2e52e8235c201cbb4701ed2"
integrity sha512-+taZ/bV8d1pYuHL4U+gSwkhmDrwkWbH1l4aah4YpmpscMwgFBkufIKxgP/G7m87/NUuQzc2Z75ZTI7ZOyqZLbw==
mongoose@^6.11.3:
version "6.11.3"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.11.3.tgz#26e5de0437c470f09c5a71a188a75718efc6c84a"
integrity sha512-M1Y5PjttgV51YDa30u7GVMVypQSlNZF/jUhlzTBAmaz5C9FvOr8eih/VLhhO7xtTSlcVTFQS1dqlQNMbtfUowQ==
dependencies:
bson "^4.7.0"
mongodb-connection-string-url "^2.5.4"
socks "^2.7.1"
optionalDependencies:
"@aws-sdk/credential-providers" "^3.186.0"
saslprep "^1.0.3"

mongoose@^6.8.4:
version "6.8.4"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.8.4.tgz#f27ec3eca6df3ebb2df1f43623f4cd88744ca9a8"
integrity sha512-19Jk2hbSAPcM4u6ErW0UPwaSO2YfP/cXfBS9YEiNgNzZfXd+jkyemqJ+t2aflaicXeU4VdTP33pZYxqjk2hUYw==
dependencies:
bson "^4.7.0"
bson "^4.7.2"
kareem "2.5.1"
mongodb "4.12.1"
mongodb "4.16.0"
mpath "0.9.0"
mquery "4.0.3"
ms "2.1.3"
Expand Down

0 comments on commit 57c6ead

Please sign in to comment.