Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Commit

Permalink
Update dependency mongoose to v5.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 6, 2019
1 parent 9ab3f53 commit 55bce05
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@maika.xyz/miu": "0.1.0",
"axios": "0.18.0",
"common-tags": "1.8.0",
"mongoose": "5.4.11"
"mongoose": "5.4.17"
},
"devDependencies": {
"@types/mongoose": "5.3.15",
"@types/mongoose": "5.3.21",
"@types/node": "10.12.24",
"typescript": "3.3.3"
},
Expand Down
31 changes: 27 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@types/bson" "*"
"@types/node" "*"

"@types/[email protected].15":
version "5.3.15"
resolved "https://registry.yarnpkg.com/@types/mongoose/-/mongoose-5.3.15.tgz#b826e6011bd6f992434f2a9541442166297a8236"
integrity sha512-Pj64zQumjylyhNz4sTYVl4ua2dU/ei/6iwXR3DlTXPO+DcmWDk972sUiI0+jpX3e6bXjO06fpq5ADVzGz4PVmw==
"@types/[email protected].21":
version "5.3.21"
resolved "https://registry.yarnpkg.com/@types/mongoose/-/mongoose-5.3.21.tgz#67d9cdb89bc5ac9bc8b4d62540db692b92117f58"
integrity sha512-Cfx8f9TW+tkxVIkZXsDTWrbsECxrIItlbykNDXNsrNhee85v79YRFkCf1wvn+vlcHL/eEO8gjSRSZ+9Hf9jMnw==
dependencies:
"@types/mongodb" "*"
"@types/node" "*"
Expand Down Expand Up @@ -237,6 +237,24 @@ [email protected]:
safe-buffer "5.1.2"
sliced "1.0.1"

[email protected]:
version "5.4.17"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.4.17.tgz#354c4fef04ea7a3d10ddbd0dd9cb4a40d9d135b8"
integrity sha512-9aAg8M0YUmGHQRDYvsKJ02wx/Qaof1Jn2iDH21ZtWGAZpQt9uVLNEOdcBuzi+lPJwGbLYh2dphdKX0sZ+dXAJQ==
dependencies:
async "2.6.1"
bson "~1.1.0"
kareem "2.3.0"
mongodb "3.1.13"
mongodb-core "3.1.11"
mongoose-legacy-pluralize "1.0.2"
mpath "0.5.1"
mquery "3.2.0"
ms "2.1.1"
regexp-clone "0.0.1"
safe-buffer "5.1.2"
sliced "1.0.1"

[email protected]:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.5.1.tgz#17131501f1ff9e6e4fbc8ffa875aa7065b5775ab"
Expand All @@ -258,6 +276,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=

[email protected]:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==

[email protected]:
version "0.0.6"
resolved "https://registry.yarnpkg.com/opusscript/-/opusscript-0.0.6.tgz#cf492fc5fb2c819af296ae02eaa3cf210433c9ba"
Expand Down

0 comments on commit 55bce05

Please sign in to comment.