Skip to content

Commit

Permalink
Merge pull request #1402 from cboard-org/snyk-upgrade-e50cad0ba5fb6ce…
Browse files Browse the repository at this point in the history
…af65abbf2c4ef019d

[Snyk] Upgrade mongoose from 6.9.0 to 6.9.1
  • Loading branch information
martinbedouret authored Mar 21, 2023
2 parents 080c7fd + df2ab61 commit a454403
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"microsoft-cognitiveservices-speech-sdk": "^1.25.0",
"mime-types": "^2.1.35",
"moment": "2.29.4",
"mongoose": "^6.4.6",
"mongoose": "^6.9.1",
"opencollective": "^1.0.3",
"pdfmake": "^0.2.7",
"prop-types": "^15.8.1",
Expand Down
23 changes: 9 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9824,10 +9824,10 @@ mongodb-connection-string-url@^2.5.4:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0"

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==
mongodb@4.14.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.14.0.tgz#3a21ca602069b2494b7066a7709056c8cece6bf6"
integrity sha512-coGKkWXIBczZPr284tYKFLg+KbGPPLlSbdgfKAb6QqCFt5bo5VFZ50O3FFzsw4rnkqjwT6D8Qcoo9nshYKM7Mg==
dependencies:
bson "^4.7.0"
mongodb-connection-string-url "^2.5.4"
Expand All @@ -9836,14 +9836,14 @@ mongodb@4.13.0:
"@aws-sdk/credential-providers" "^3.186.0"
saslprep "^1.0.3"

mongoose@^6.4.6:
version "6.9.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.9.0.tgz#cfc5acb2e4aa8188eb248e98a920a829ffcc273d"
integrity sha512-5tu6+trwjk5TIH6b6iYgAwmzZ0RNOxFoqXQb9h21Oi45DeM1rWM/niHxJ4ROqBISDfQMwRvLSABHTsyn3AzoFQ==
mongoose@^6.9.1:
version "6.10.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.10.1.tgz#4a0eeb707ddb61968af4be4a18e273f719c21d6d"
integrity sha512-QBXX27XXCEIi1zqimTBjlZsFFg2YzK9uQfuAIqG1AyIEeyKiiCaobD0Tst2ULwiX4PRB53VLRQvAqyu5TwvOZg==
dependencies:
bson "^4.7.0"
kareem "2.5.1"
mongodb "4.13.0"
mongodb "4.14.0"
mpath "0.9.0"
mquery "4.0.3"
ms "2.1.3"
Expand Down Expand Up @@ -14283,11 +14283,6 @@ typescript@^4.6.4:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==

ua-parser-js@^0.7.30:
version "0.7.33"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.33.tgz#1d04acb4ccef9293df6f70f2c3d22f3030d8b532"
integrity sha512-s8ax/CeZdK9R/56Sui0WM6y9OFREJarMRHqLB2EwkovemBxNQ+Bqu8GAsUnVcXKgphb++ghr/B2BZx4mahujPw==

unbox-primitive@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
Expand Down

0 comments on commit a454403

Please sign in to comment.