From aa70a6b1aad01328277650e9e544cd1916e0da0b Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 8 Nov 2019 22:12:29 -0700 Subject: [PATCH] Minor dep updates --- package.json | 4 ++-- yarn.lock | 42 +++++++++++++++++++++--------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index f57d5ffa..8fde7f20 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "bunyan": "^1.8.12", "exiftool": "^0.0.3", "fs-extra": "8.1.0", - "glob": "^7.1.5", + "glob": "7.1.6", "graceful-fs": "^4.2.3", "hashids": "^2.0.1", "hjson": "^3.2.1", @@ -50,7 +50,7 @@ "sanitize-filename": "^1.6.3", "sqlite3": "^4.1.0", "sqlite3-trans": "^1.2.1", - "ssh2": "^0.8.5", + "ssh2": "0.8.6", "temptmp": "^1.1.0", "uuid": "^3.3.3", "uuid-parse": "1.1.0", diff --git a/yarn.lock b/yarn.lock index eaf58605..067bb3c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -715,6 +715,18 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" +glob@7.1.6: + version "7.1.6" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + glob@^6.0.1: version "6.0.4" resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22" @@ -738,18 +750,6 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.2: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^7.1.5: - version "7.1.5" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0" - integrity sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - globby@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" @@ -1934,21 +1934,21 @@ sqlite3@^4.1.0: node-pre-gyp "^0.11.0" request "^2.87.0" -ssh2-streams@~0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.4.tgz#7f07464c4b19ee93324995ec7164f110c5a13658" - integrity sha512-yNfPZgJO/N69TvYkpDHZBkXAXQzTpfzRkOphQu3PeUpZnrjp9VNa8RKDZkZDpjsWItay+I4NMAbZZ7DqHRt0AQ== +ssh2-streams@~0.4.7: + version "0.4.7" + resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.7.tgz#093b89069de9cf5f06feff0601a5301471b01611" + integrity sha512-JhF8BNfeguOqVHOLhXjzLlRKlUP8roAEhiT/y+NcBQCqpRUupLNrRf2M+549OPNVGx21KgKktug4P3MY/IvTig== dependencies: asn1 "~0.2.0" bcrypt-pbkdf "^1.0.2" streamsearch "~0.1.2" -ssh2@^0.8.5: - version "0.8.5" - resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.5.tgz#9144cdd6c104aa81b2b16ce647c109f4bd138b57" - integrity sha512-TkvzxSYYUSQ8jb//HbHnJVui4fVEW7yu/zwBxwro/QaK2EGYtwB+8gdEChwHHuj142c5+250poMC74aJiwApPw== +ssh2@0.8.6: + version "0.8.6" + resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.6.tgz#dcc62e1d3b9e58a21f711f5186f043e4e792e6da" + integrity sha512-T0cPmEtmtC8WxSupicFDjx3vVUdNXO8xu2a/D5bjt8ixOUCe387AgvxU3mJgEHpu7+Sq1ZYx4d3P2pl/yxMH+w== dependencies: - ssh2-streams "~0.4.4" + ssh2-streams "~0.4.7" sshpk@^1.7.0: version "1.14.2"