Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to v5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2019
1 parent 792f5e8 commit b3d4505
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 @@ -9,6 +9,6 @@
"@maika.xyz/eris-utils": "0.1.1",
"@maika.xyz/hideri": "0.1.0",
"common-tags": "1.8.0",
"mongoose": "5.5.3"
"mongoose": "5.5.4"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,29 +164,29 @@ mongoose-legacy-pluralize@1.0.2:
resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4"
integrity sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ==

mongoose@5.5.3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.5.3.tgz#2c8d83d683ceb415eff0f0ea7da2708af51d51a7"
integrity sha512-zlIiBhWHd5+mG3qJPcajrj9bMzjWesJeLaJsVrKVpOZy0XplphiQ8Evk9GiXJqy9IwDVDkoRFfzmBeiiVx2VYQ==
mongoose@5.5.4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.5.4.tgz#77b0664dd7e49a0a158d1eb83f6e53433b57b48b"
integrity sha512-xzS7fJtXGjCOZozCtlyFS8graMub1L9knp37+1dJCDmWzOtXVHeLjV2XIC9tX0sE54cxeG5rHvSmIkLpeHjjmA==
dependencies:
async "2.6.1"
bson "~1.1.1"
kareem "2.3.0"
mongodb "3.2.2"
mongodb-core "3.2.2"
mongoose-legacy-pluralize "1.0.2"
mpath "0.5.1"
mpath "0.5.2"
mquery "3.2.0"
ms "2.1.1"
regexp-clone "0.0.1"
safe-buffer "5.1.2"
sift "7.0.1"
sliced "1.0.1"

mpath@0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.5.1.tgz#17131501f1ff9e6e4fbc8ffa875aa7065b5775ab"
integrity sha512-H8OVQ+QEz82sch4wbODFOz+3YQ61FYz/z3eJ5pIdbMEaUzDqA268Wd+Vt4Paw9TJfvDgVKaayC0gBzMIw2jhsg==
mpath@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.5.2.tgz#b1eac586dffb5175d2f51ca9aacba35d9940dd41"
integrity sha512-NOeCoW6AYc3hLi30npe7uzbD9b4FQZKH40YKABUCCvaKKL5agj6YzvHoNx8jQpDMNPgIa5bvSZQbQpWBAVD0Kw==

mquery@3.2.0:
version "3.2.0"
Expand Down

0 comments on commit b3d4505

Please sign in to comment.