Skip to content

Commit

Permalink
Merge pull request #1027 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Oct 6, 2019
2 parents d67091e + 96f0529 commit 597dd7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/blackflux/s3-cached#readme",
"dependencies": {
"aws-sdk-wrap": "3.5.6",
"aws-sdk-wrap": "3.5.7",
"cache-manager": "2.10.0",
"cache-manager-fs": "1.0.8",
"lodash.defaults": "4.2.0",
Expand Down
24 changes: 5 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -717,17 +717,17 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

aws-sdk-wrap@3.5.6:
version "3.5.6"
resolved "https://registry.yarnpkg.com/aws-sdk-wrap/-/aws-sdk-wrap-3.5.6.tgz#b77a0645a2bcd2ea4732c8dd4f6b377fd69f04e8"
integrity sha512-8Yt5G1UD+voBBaspOgFGnxGHwaIiMpcVATF2sWEVgTtOiWqLa1Mrkw6lvFeNRqV9nsNwj+/4nMMNtATcwbVviQ==
aws-sdk-wrap@3.5.7:
version "3.5.7"
resolved "https://registry.yarnpkg.com/aws-sdk-wrap/-/aws-sdk-wrap-3.5.7.tgz#d7715aea6c3b581aa0da1edf97aaffbb0aa3a606"
integrity sha512-AfIWljDGJsBgdfbjTHD7Xyr5YfFIHVb9hZH/xp2fSJ/frit/re+Jvy8KQhcvy9xGw4E2Mz/b8SXyfegeLWsOhg==
dependencies:
joi-strict "1.1.6"
lambda-async "1.0.2"
lodash.chunk "4.2.0"
lodash.get "4.4.2"
object-hash "1.3.1"
smart-fs "1.10.1"
smart-fs "1.11.0"

aws-sdk@2.543.0:
version "2.543.0"
Expand Down Expand Up @@ -6528,20 +6528,6 @@ smart-buffer@4.0.2:
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.0.2.tgz#5207858c3815cc69110703c6b94e46c15634395d"
integrity sha512-JDhEpTKzXusOqXZ0BUIdH+CjFdO/CR3tLlf5CN34IypI+xMmXW1uB16OOY8z3cICbJlDAVJzNbwBhNO0wt9OAw==

smart-fs@1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.10.1.tgz#bf3cba72372f9de53333ae991abe038a89efa59e"
integrity sha512-jC8ghswF2ZrRpoVG6g+cpANwY3sxf8jeVCC2s8H0hgDyXzdRkJTshbZEwBhateTmr5jDAqN4di+kSEAT/D8bJA==
dependencies:
fs-extra "8.1.0"
js-yaml "3.13.1"
json-stringify-pretty-compact "2.0.0"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
object-align "1.0.8"
xml-js "1.6.11"
yaml-boost "1.9.17"

smart-fs@1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.11.0.tgz#928bc740211ff109d170fe3f9a2ae0b6aad92416"
Expand Down

0 comments on commit 597dd7b

Please sign in to comment.