diff options
author | Sam Potts <sam@potts.es> | 2018-07-19 09:47:11 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-07-19 09:47:11 +1000 |
commit | 13bf80d3726ad57505bbe1982037cb2f340a06c7 (patch) | |
tree | c5619aaf5c3f70c28feb48ca2dd359517d79ad02 /yarn.lock | |
parent | e2fb922d73eb96a126501eb03b8860543a6b37e1 (diff) | |
download | plyr-13bf80d3726ad57505bbe1982037cb2f340a06c7.tar.lz plyr-13bf80d3726ad57505bbe1982037cb2f340a06c7.tar.xz plyr-13bf80d3726ad57505bbe1982037cb2f340a06c7.zip |
Deployment improvements (auto purge cache etc)
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -2319,6 +2319,12 @@ fast-levenshtein@~2.0.4: version "2.0.6" resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" +fastly-purge@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/fastly-purge/-/fastly-purge-1.0.1.tgz#3bdfe9ea1d0fbf2a65712f2f5fe2eca63fcb5960" + dependencies: + request "^2.55.0" + fault@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.2.tgz#c3d0fec202f172a3a4d414042ad2bb5e2a3ffbaa" @@ -5801,6 +5807,31 @@ request@2: tunnel-agent "^0.6.0" uuid "^3.1.0" +request@^2.55.0: + version "2.87.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.87.0.tgz#32f00235cd08d482b4d0d68db93a829c0ed5756e" + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.6.0" + caseless "~0.12.0" + combined-stream "~1.0.5" + extend "~3.0.1" + forever-agent "~0.6.1" + form-data "~2.3.1" + har-validator "~5.0.3" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.17" + oauth-sign "~0.8.2" + performance-now "^2.1.0" + qs "~6.5.1" + safe-buffer "^5.1.1" + tough-cookie "~2.3.3" + tunnel-agent "^0.6.0" + uuid "^3.1.0" + request@~2.79.0: version "2.79.0" resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" |