From a8f66185f82a2d69bc1dc646226aa0c6a0702311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 09:05:16 +0000 Subject: [PATCH] Bump mongodb from 3.1.10 to 3.1.13 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.1.10 to 3.1.13. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.13) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9e9cfa6..04c8bf9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "geo-hash": "^0.0.2", "graphql-tag": "^2.9.2", "moment": "^2.22.1", - "mongodb": "^3.1.4", + "mongodb": "^3.1.13", "nuxt": "^1.4.2", "nuxt-device-detect": "^1.1.1", "pug": "^2.0.3", diff --git a/yarn.lock b/yarn.lock index 7271755..7772137 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5412,10 +5412,10 @@ moment@^2.22.1: resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66" integrity sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y= -mongodb-core@3.1.9: - version "3.1.9" - resolved "https://registry.yarnpkg.com/mongodb-core/-/mongodb-core-3.1.9.tgz#c31ee407bf932b0149eaed775c17ee09974e4ca3" - integrity sha512-MJpciDABXMchrZphh3vMcqu8hkNf/Mi+Gk6btOimVg1XMxLXh87j6FAvRm+KmwD1A9fpu3qRQYcbQe4egj23og== +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" @@ -5423,12 +5423,12 @@ mongodb-core@3.1.9: optionalDependencies: saslprep "^1.0.0" -mongodb@^3.1.4: - version "3.1.10" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.1.10.tgz#45ad9b74ea376f4122d0881b75e5489b9e504ed7" - integrity sha512-Uml42GeFxhTGQVml1XQ4cD0o/rp7J2ROy0fdYUcVitoE7vFqEhKH4TYVqRDpQr/bXtCJVxJdNQC1ntRxNREkPQ== +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.9" + mongodb-core "3.1.11" safe-buffer "^5.1.2" move-concurrently@^1.0.1: