Skip to content

Commit

Permalink
Merge pull request #181 from hyperledger/dependabot/npm_and_yarn/buil…
Browse files Browse the repository at this point in the history
…d_image/dockerhub/v0.9.0/user-dashboard/mongodb-3.1.13

Bump mongodb from 2.2.36 to 3.1.13 in /build_image/dockerhub/v0.9.0/user-dashboard
  • Loading branch information
yeasy authored Sep 4, 2020
2 parents ae053b6 + 136a17d commit 24ace07
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build_image/dockerhub/v0.9.0/user-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"log4js": "^0.6.38",
"moment": "^2.19.1",
"moment-range": "^3.0.3",
"mongodb": "^2.2.26",
"mongodb": "^3.1.13",
"mongoose": "^5.7.5",
"multer": "^1.3.0",
"multer-gridfs-storage": "^1.1.1",
Expand Down
29 changes: 24 additions & 5 deletions build_image/dockerhub/v0.9.0/user-dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1229,10 +1229,10 @@ browser-request@~0.3.0:
resolved "https://registry.yarnpkg.com/browser-request/-/browser-request-0.3.3.tgz#9ece5b5aca89a29932242e18bf933def9876cc17"
integrity sha1-ns5bWsqJopkyJC4Yv5M975h2zBc=

bson@^1.1.1, bson@~1.1.1:
version "1.1.3"
resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.3.tgz#aa82cb91f9a453aaa060d6209d0675114a8154d3"
integrity sha512-TdiJxMVnodVS7r0BdL42y/pqC9cL2iKynVwA0Ho3qbsQYr428veL3l7BQyuqiw+Q5SqqoT0m4srSY/BlZ9AxXg==
bson@^1.1.0, bson@^1.1.1, bson@~1.1.1:
version "1.1.5"
resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.5.tgz#2aaae98fcdf6750c0848b0cba1ddec3c73060a34"
integrity sha512-kDuEzldR21lHciPQAIulLs1LZlCXdLziXI6Mb/TDkwXhb//UORJNPXgcRs2CuO4H0DcMkpfT3/ySsP3unoZjBg==

bson@~1.0.4:
version "1.0.9"
Expand Down Expand Up @@ -3872,6 +3872,17 @@ mongodb-core@2.1.20:
bson "~1.0.4"
require_optional "~1.0.0"

mongodb-core@3.1.11:
version "3.1.11"
resolved "https://registry.yarnpkg.com/mongodb-core/-/mongodb-core-3.1.11.tgz#b253038dbb4d7329f3d1c2ee5400bb0c9221fde5"
integrity sha512-rD2US2s5qk/ckbiiGFHeu+yKYDXdJ1G87F6CG3YdaZpzdOm5zpoAZd/EKbPmFO6cQZ+XVXBXBJ660sSI0gc6qg==
dependencies:
bson "^1.1.0"
require_optional "^1.0.1"
safe-buffer "^5.1.2"
optionalDependencies:
saslprep "^1.0.0"

mongodb@3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.4.1.tgz#0d15e57e0ea0fc85b7a4fb9291b374c2e71652dc"
Expand All @@ -3883,7 +3894,7 @@ mongodb@3.4.1:
optionalDependencies:
saslprep "^1.0.0"

mongodb@^2.1.19, mongodb@^2.2.26:
mongodb@^2.1.19:
version "2.2.36"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-2.2.36.tgz#1c573680b2849fb0f47acbba3dc5fa228de975f5"
integrity sha512-P2SBLQ8Z0PVx71ngoXwo12+FiSfbNfGOClAao03/bant5DgLNkOPAck5IaJcEk4gKlQhDEURzfR3xuBG1/B+IA==
Expand All @@ -3892,6 +3903,14 @@ mongodb@^2.1.19, mongodb@^2.2.26:
mongodb-core "2.1.20"
readable-stream "2.2.7"

mongodb@^3.1.13:
version "3.1.13"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.1.13.tgz#f8cdcbb36ad7a08b570bd1271c8525753f75f9f4"
integrity sha512-sz2dhvBZQWf3LRNDhbd30KHVzdjZx9IKC0L+kSZ/gzYquCF5zPOgGqRz6sSCqYZtKP2ekB4nfLxhGtzGHnIKxA==
dependencies:
mongodb-core "3.1.11"
safe-buffer "^5.1.2"

mongoose-legacy-pluralize@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4"
Expand Down

0 comments on commit 24ace07

Please sign in to comment.