diff --git a/Tasks/GhostThemeUploader/yarn.lock b/Tasks/GhostThemeUploader/yarn.lock index cd1fbc8..8034d7c 100644 --- a/Tasks/GhostThemeUploader/yarn.lock +++ b/Tasks/GhostThemeUploader/yarn.lock @@ -2,76 +2,99 @@ # yarn lockfile v1 -"@tryghost/admin-api@0.5.1": - version "0.5.1" - resolved "https://www.myget.org/F/gl-unstable/npm/@tryghost/admin-api/-/@tryghost/admin-api-0.5.1.tgz#791a5f682825596f2adfe287d6e8320a2e3f1910" - integrity sha1-eRpfaCglWW8q3+KH1ugyCi4/GRA= +"@tryghost/admin-api@^1.4.4": + version "1.4.4" + resolved "https://www.myget.org/F/gl-unstable/npm/@tryghost/admin-api/-/@tryghost/admin-api-1.4.4.tgz#394261110be5c164c2cc20cf96871047e9bd6409" + integrity sha1-OUJhEQvlwWTCzCDPlocQR+m9ZAk= dependencies: - axios "0.19.0" - form-data "^2.3.3" + axios "^0.21.1" + form-data "^3.0.0" jsonwebtoken "^8.4.0" -agent-base@^4.3.0: - version "4.3.0" - resolved "https://www.myget.org/F/gl-unstable/npm/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee" - integrity sha1-gWXwHENgCbzK0LHRIvBe13Dvxu4= +"@types/concat-stream@^1.6.0": + version "1.6.1" + resolved "https://www.myget.org/F/gl-unstable/npm/@types/concat-stream/-/@types/concat-stream-1.6.1.tgz#24bcfc101ecf68e886aaedce60dfd74b632a1b74" + integrity sha1-JLz8EB7PaOiGqu3OYN/XS2MqG3Q= + dependencies: + "@types/node" "*" + +"@types/form-data@0.0.33": + version "0.0.33" + resolved "https://www.myget.org/F/gl-unstable/npm/@types/form-data/-/@types/form-data-0.0.33.tgz#c9ac85b2a5fd18435b8c85d9ecb50e6d6c893ff8" + integrity sha1-yayFsqX9GENbjIXZ7LUObWyJP/g= + dependencies: + "@types/node" "*" + +"@types/node@*": + version "17.0.8" + resolved "https://www.myget.org/F/gl-unstable/npm/@types/node/-/@types/node-17.0.8.tgz#50d680c8a8a78fe30abe6906453b21ad8ab0ad7b" + integrity sha1-UNaAyKinj+MKvmkGRTshrYqwrXs= + +"@types/node@^10.0.3": + version "10.17.60" + resolved "https://www.myget.org/F/gl-unstable/npm/@types/node/-/@types/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" + integrity sha1-NfPWIT2u2V2n8Pc+dbzGmA6QWXs= + +"@types/node@^8.0.0": + version "8.10.66" + resolved "https://www.myget.org/F/gl-unstable/npm/@types/node/-/@types/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3" + integrity sha1-3QNdQJ3zIqzIPf9ipgLxKleDu7M= + +"@types/puppeteer@^1.5.0": + version "1.20.8" + resolved "https://www.myget.org/F/gl-unstable/npm/@types/puppeteer/-/@types/puppeteer-1.20.8.tgz#fadbf64f7ac497e9248297beb6ed6a01705c0918" + integrity sha1-+tv2T3rEl+kkgpe+tu1qAXBcCRg= dependencies: - es6-promisify "^5.0.0" + "@types/node" "*" -asap@~2.0.3: +"@types/qs@^6.2.31": + version "6.9.7" + resolved "https://www.myget.org/F/gl-unstable/npm/@types/qs/-/@types/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" + integrity sha1-Y7t9Bn2xB8weRXwwO8JdUR/r9ss= + +asap@~2.0.6: version "2.0.6" resolved "https://www.myget.org/F/gl-unstable/npm/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://www.myget.org/F/gl-unstable/npm/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha1-3TeelPDbgxCwgpH51kwyCXZmF/0= - asynckit@^0.4.0: version "0.4.0" resolved "https://www.myget.org/F/gl-unstable/npm/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= -axios@0.19.0: - version "0.19.0" - resolved "https://www.myget.org/F/gl-unstable/npm/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8" - integrity sha1-jgm/89kSLhM/e4EByPvdAO09Krg= +axios@^0.21.1: + version "0.21.4" + resolved "https://www.myget.org/F/gl-unstable/npm/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" + integrity sha1-xnuQ3AVo5cHPKwuFjEO6KOLtpXU= dependencies: - follow-redirects "1.5.10" - is-buffer "^2.0.2" + follow-redirects "^1.14.0" -azure-pipelines-task-lib@^2.8.0: - version "2.12.2" - resolved "https://www.myget.org/F/gl-unstable/npm/azure-pipelines-task-lib/-/azure-pipelines-task-lib-2.12.2.tgz#a2e2607b3daa25ab8445c00ea823bf37b0147f4c" - integrity sha1-ouJgez2qJauERcAOqCO/N7AUf0w= +azure-pipelines-task-lib@^3.1.10: + version "3.1.10" + resolved "https://www.myget.org/F/gl-unstable/npm/azure-pipelines-task-lib/-/azure-pipelines-task-lib-3.1.10.tgz#34ba22afca2472fd3a2366ddf574c1cf11fb2f66" + integrity sha1-NLoir8okcv06I2bd9XTBzxH7L2Y= dependencies: minimatch "3.0.4" mockery "^1.7.0" - q "^1.1.2" + q "^1.5.1" semver "^5.1.0" - shelljs "^0.3.0" - sync-request "3.0.1" + shelljs "^0.8.4" + sync-request "6.1.0" uuid "^3.0.1" balanced-match@^1.0.0: version "1.0.2" - resolved "https://www.myget.org/F/gl-unstable/npm/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4= + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== brace-expansion@^1.1.7: version "1.1.11" - resolved "https://www.myget.org/F/gl-unstable/npm/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0= + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== dependencies: balanced-match "^1.0.0" concat-map "0.0.1" -buffer-crc32@~0.2.3: - version "0.2.13" - resolved "https://www.myget.org/F/gl-unstable/npm/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" - integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= - buffer-equal-constant-time@1.0.1: version "1.0.1" resolved "https://www.myget.org/F/gl-unstable/npm/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" @@ -90,12 +113,12 @@ call-bind@^1.0.0: function-bind "^1.1.1" get-intrinsic "^1.0.2" -caseless@~0.11.0: - version "0.11.0" - resolved "https://www.myget.org/F/gl-unstable/npm/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7" - integrity sha1-cVuW6phBWTzDMGeSP17GDr2k99c= +caseless@^0.12.0, caseless@~0.12.0: + version "0.12.0" + resolved "https://www.myget.org/F/gl-unstable/npm/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -combined-stream@^1.0.6: +combined-stream@^1.0.6, combined-stream@^1.0.8: version "1.0.8" resolved "https://www.myget.org/F/gl-unstable/npm/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" integrity sha1-w9RaizT9cwYxoRCoolIGgrMdWn8= @@ -104,10 +127,10 @@ combined-stream@^1.0.6: concat-map@0.0.1: version "0.0.1" - resolved "https://www.myget.org/F/gl-unstable/npm/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= -concat-stream@^1.4.6, concat-stream@^1.4.7, concat-stream@^1.6.2: +concat-stream@^1.6.0, concat-stream@^1.6.2: version "1.6.2" resolved "https://www.myget.org/F/gl-unstable/npm/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" integrity sha1-kEvfGUzTEi/Gdcd/xKw9T/D9GjQ= @@ -122,27 +145,6 @@ core-util-is@~1.0.0: resolved "https://www.myget.org/F/gl-unstable/npm/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" integrity sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U= -debug@=3.1.0: - version "3.1.0" - resolved "https://www.myget.org/F/gl-unstable/npm/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" - integrity sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE= - dependencies: - ms "2.0.0" - -debug@^2.6.9: - version "2.6.9" - resolved "https://www.myget.org/F/gl-unstable/npm/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8= - dependencies: - ms "2.0.0" - -debug@^3.1.0: - version "3.2.7" - resolved "https://www.myget.org/F/gl-unstable/npm/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" - integrity sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o= - dependencies: - ms "^2.1.1" - delayed-stream@~1.0.0: version "1.0.0" resolved "https://www.myget.org/F/gl-unstable/npm/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" @@ -155,43 +157,12 @@ ecdsa-sig-formatter@1.0.11: dependencies: safe-buffer "^5.0.1" -es6-promise@^4.0.3: - version "4.2.8" - resolved "https://www.myget.org/F/gl-unstable/npm/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a" - integrity sha1-TrIVlMlyvEBVPSduUQU5FD21Pgo= - -es6-promisify@^5.0.0: - version "5.0.0" - resolved "https://www.myget.org/F/gl-unstable/npm/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203" - integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM= - dependencies: - es6-promise "^4.0.3" - -extract-zip@^1.6.6: - version "1.7.0" - resolved "https://www.myget.org/F/gl-unstable/npm/extract-zip/-/extract-zip-1.7.0.tgz#556cc3ae9df7f452c493a0cfb51cc30277940927" - integrity sha1-VWzDrp339FLEk6DPtRzDAneUCSc= - dependencies: - concat-stream "^1.6.2" - debug "^2.6.9" - mkdirp "^0.5.4" - yauzl "^2.10.0" - -fd-slicer@~1.1.0: - version "1.1.0" - resolved "https://www.myget.org/F/gl-unstable/npm/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" - integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4= - dependencies: - pend "~1.2.0" - -follow-redirects@1.5.10: - version "1.5.10" - resolved "https://www.myget.org/F/gl-unstable/npm/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a" - integrity sha1-e3qfmuov3/NnhqlP9kPtB/T/Xio= - dependencies: - debug "=3.1.0" +follow-redirects@^1.14.0: + version "1.14.7" + resolved "https://www.myget.org/F/gl-unstable/npm/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" + integrity sha1-IATALrlDbu6aIURqZHfevxfoFoU= -form-data@^2.3.3: +form-data@^2.2.0: version "2.5.1" resolved "https://www.myget.org/F/gl-unstable/npm/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4" integrity sha1-8svsV7XlniNxbhKP5E1OXdI4lfQ= @@ -200,6 +171,15 @@ form-data@^2.3.3: combined-stream "^1.0.6" mime-types "^2.1.12" +form-data@^3.0.0: + version "3.0.1" + resolved "https://www.myget.org/F/gl-unstable/npm/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" + integrity sha1-69U3kbeDVqma+aMA1CgsTV65dV8= + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.8" + mime-types "^2.1.12" + fs-extra@4.0.0: version "4.0.0" resolved "https://www.myget.org/F/gl-unstable/npm/fs-extra/-/fs-extra-4.0.0.tgz#414fb4ca2d2170ba0014159d3a8aec3303418d9e" @@ -211,13 +191,13 @@ fs-extra@4.0.0: fs.realpath@^1.0.0: version "1.0.0" - resolved "https://www.myget.org/F/gl-unstable/npm/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= function-bind@^1.1.1: version "1.1.1" - resolved "https://www.myget.org/F/gl-unstable/npm/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0= + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== get-intrinsic@^1.0.2: version "1.1.1" @@ -228,10 +208,15 @@ get-intrinsic@^1.0.2: has "^1.0.3" has-symbols "^1.0.1" -glob@^7.1.3: +get-port@^3.1.0: + version "3.2.0" + resolved "https://www.myget.org/F/gl-unstable/npm/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc" + integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw= + +glob@^7.0.0: version "7.2.0" - resolved "https://www.myget.org/F/gl-unstable/npm/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" - integrity sha1-0VU1r3cy4C6Uj0xBYovZECk/YCM= + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" + integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== dependencies: fs.realpath "^1.0.0" inflight "^1.0.4" @@ -252,36 +237,31 @@ has-symbols@^1.0.1: has@^1.0.3: version "1.0.3" - resolved "https://www.myget.org/F/gl-unstable/npm/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y= + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== dependencies: function-bind "^1.1.1" -http-basic@^2.5.1: - version "2.5.1" - resolved "https://www.myget.org/F/gl-unstable/npm/http-basic/-/http-basic-2.5.1.tgz#8ce447bdb5b6c577f8a63e3fa78056ec4bb4dbfb" - integrity sha1-jORHvbW2xXf4pj4/p4BW7Eu02/s= +http-basic@^8.1.1: + version "8.1.3" + resolved "https://www.myget.org/F/gl-unstable/npm/http-basic/-/http-basic-8.1.3.tgz#a7cabee7526869b9b710136970805b1004261bbf" + integrity sha1-p8q+51Joabm3EBNpcIBbEAQmG78= dependencies: - caseless "~0.11.0" - concat-stream "^1.4.6" - http-response-object "^1.0.0" - -http-response-object@^1.0.0, http-response-object@^1.0.1, http-response-object@^1.1.0: - version "1.1.0" - resolved "https://www.myget.org/F/gl-unstable/npm/http-response-object/-/http-response-object-1.1.0.tgz#a7c4e75aae82f3bb4904e4f43f615673b4d518c3" - integrity sha1-p8TnWq6C87tJBOT0P2FWc7TVGMM= + caseless "^0.12.0" + concat-stream "^1.6.2" + http-response-object "^3.0.1" + parse-cache-control "^1.0.1" -https-proxy-agent@^2.2.1: - version "2.2.4" - resolved "https://www.myget.org/F/gl-unstable/npm/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b" - integrity sha1-TuenN6vZJniik9mzShr00NCMeHs= +http-response-object@^3.0.1: + version "3.0.2" + resolved "https://www.myget.org/F/gl-unstable/npm/http-response-object/-/http-response-object-3.0.2.tgz#7f435bb210454e4360d074ef1f989d5ea8aa9810" + integrity sha1-f0NbshBFTkNg0HTvH5idXqiqmBA= dependencies: - agent-base "^4.3.0" - debug "^3.1.0" + "@types/node" "^10.0.3" inflight@^1.0.4: version "1.0.6" - resolved "https://www.myget.org/F/gl-unstable/npm/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= dependencies: once "^1.3.0" @@ -289,13 +269,20 @@ inflight@^1.0.4: inherits@2, inherits@^2.0.3, inherits@~2.0.3: version "2.0.4" - resolved "https://www.myget.org/F/gl-unstable/npm/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w= + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +interpret@^1.0.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" + integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== -is-buffer@^2.0.2: - version "2.0.5" - resolved "https://www.myget.org/F/gl-unstable/npm/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" - integrity sha1-68JS5ADSL/jXf6CYiIIaJKZYwZE= +is-core-module@^2.8.0: + version "2.8.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" + integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== + dependencies: + has "^1.0.3" isarray@~1.0.0: version "1.0.0" @@ -389,11 +376,6 @@ mime-types@^2.1.12: dependencies: mime-db "1.51.0" -mime@^2.0.3: - version "2.6.0" - resolved "https://www.myget.org/F/gl-unstable/npm/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" - integrity sha1-oqaCqVzU0MsdYlfij4PafjWAA2c= - minimatch@3.0.4, minimatch@^3.0.4: version "3.0.4" resolved "https://www.myget.org/F/gl-unstable/npm/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" @@ -401,28 +383,11 @@ minimatch@3.0.4, minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimist@^1.2.5: - version "1.2.5" - resolved "https://www.myget.org/F/gl-unstable/npm/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI= - -mkdirp@^0.5.4: - version "0.5.5" - resolved "https://www.myget.org/F/gl-unstable/npm/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" - integrity sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8= - dependencies: - minimist "^1.2.5" - mockery@^1.7.0: version "1.7.0" resolved "https://www.myget.org/F/gl-unstable/npm/mockery/-/mockery-1.7.0.tgz#f4ede0d8750c1c9727c272ea2c60629e2c9a1c4f" integrity sha1-9O3g2HUMHJcnwnLqLGBiniyaHE8= -ms@2.0.0: - version "2.0.0" - resolved "https://www.myget.org/F/gl-unstable/npm/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - ms@^2.1.1: version "2.1.3" resolved "https://www.myget.org/F/gl-unstable/npm/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" @@ -435,66 +400,47 @@ object-inspect@^1.9.0: once@^1.3.0: version "1.4.0" - resolved "https://www.myget.org/F/gl-unstable/npm/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= dependencies: wrappy "1" +parse-cache-control@^1.0.1: + version "1.0.1" + resolved "https://www.myget.org/F/gl-unstable/npm/parse-cache-control/-/parse-cache-control-1.0.1.tgz#8eeab3e54fa56920fe16ba38f77fa21aacc2d74e" + integrity sha1-juqz5U+laSD+Fro493+iGqzC104= + path-is-absolute@^1.0.0: version "1.0.1" - resolved "https://www.myget.org/F/gl-unstable/npm/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= -pend@~1.2.0: - version "1.2.0" - resolved "https://www.myget.org/F/gl-unstable/npm/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" - integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= +path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== process-nextick-args@~2.0.0: version "2.0.1" resolved "https://www.myget.org/F/gl-unstable/npm/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha1-eCDZsWEgzFXKmud5JoCufbptf+I= -progress@^2.0.0: - version "2.0.3" - resolved "https://www.myget.org/F/gl-unstable/npm/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" - integrity sha1-foz42PW48jnBvGi+tOt4Vn1XLvg= - -promise@^7.1.1: - version "7.3.1" - resolved "https://www.myget.org/F/gl-unstable/npm/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" - integrity sha1-BktyYCsY+Q8pGSuLG8QY/9Hr078= - dependencies: - asap "~2.0.3" - -proxy-from-env@^1.0.0: - version "1.1.0" - resolved "https://www.myget.org/F/gl-unstable/npm/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" - integrity sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I= - -puppeteer@1.5.0: - version "1.5.0" - resolved "https://www.myget.org/F/gl-unstable/npm/puppeteer/-/puppeteer-1.5.0.tgz#e35db3f3ba3d41013feb65be02bdaa727ec7b8ec" - integrity sha1-412z87o9QQE/62W+Ar2qcn7HuOw= - dependencies: - debug "^3.1.0" - extract-zip "^1.6.6" - https-proxy-agent "^2.2.1" - mime "^2.0.3" - progress "^2.0.0" - proxy-from-env "^1.0.0" - rimraf "^2.6.1" - ws "^5.1.1" - -q@^1.1.2: +promise@^8.0.0: + version "8.1.0" + resolved "https://www.myget.org/F/gl-unstable/npm/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e" + integrity sha1-aXwlw9/nQ13Xn81Yw4oTWIjq8F4= + dependencies: + asap "~2.0.6" + +q@^1.5.1: version "1.5.1" resolved "https://www.myget.org/F/gl-unstable/npm/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= -qs@^6.1.0: - version "6.10.1" - resolved "https://www.myget.org/F/gl-unstable/npm/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a" - integrity sha1-STFIL6jWR6Wqt5nFJx0hM7mB+2o= +qs@^6.4.0: + version "6.10.3" + resolved "https://www.myget.org/F/gl-unstable/npm/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" + integrity sha1-1s3hsv/Kh7WqV4iYFsX4FTXiLo4= dependencies: side-channel "^1.0.4" @@ -511,12 +457,21 @@ readable-stream@^2.2.2: string_decoder "~1.1.1" util-deprecate "~1.0.1" -rimraf@^2.6.1: - version "2.7.1" - resolved "https://www.myget.org/F/gl-unstable/npm/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w= +rechoir@^0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" + integrity sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q= dependencies: - glob "^7.1.3" + resolve "^1.1.6" + +resolve@^1.1.6: + version "1.21.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f" + integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA== + dependencies: + is-core-module "^2.8.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" safe-buffer@^5.0.1: version "5.2.1" @@ -533,10 +488,14 @@ semver@^5.1.0, semver@^5.6.0: resolved "https://www.myget.org/F/gl-unstable/npm/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha1-qVT5Ma66UI0we78Gnv8MAclhFvc= -shelljs@^0.3.0: - version "0.3.0" - resolved "https://www.myget.org/F/gl-unstable/npm/shelljs/-/shelljs-0.3.0.tgz#3596e6307a781544f591f37da618360f31db57b1" - integrity sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E= +shelljs@^0.8.4: + version "0.8.5" + resolved "https://www.myget.org/F/gl-unstable/npm/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" + integrity sha1-3gVUCNg2G+1mxmnS8ABTjO2O4gw= + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" side-channel@^1.0.4: version "1.0.4" @@ -554,26 +513,43 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -sync-request@3.0.1: - version "3.0.1" - resolved "https://www.myget.org/F/gl-unstable/npm/sync-request/-/sync-request-3.0.1.tgz#caa1235aaf889ba501076a1834c436830a82fb73" - integrity sha1-yqEjWq+Im6UBB2oYNMQ2gwqC+3M= - dependencies: - concat-stream "^1.4.7" - http-response-object "^1.0.1" - then-request "^2.0.1" - -then-request@^2.0.1: - version "2.2.0" - resolved "https://www.myget.org/F/gl-unstable/npm/then-request/-/then-request-2.2.0.tgz#6678b32fa0ca218fe569981bbd8871b594060d81" - integrity sha1-ZnizL6DKIY/laZgbvYhxtZQGDYE= - dependencies: - caseless "~0.11.0" - concat-stream "^1.4.7" - http-basic "^2.5.1" - http-response-object "^1.1.0" - promise "^7.1.1" - qs "^6.1.0" +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +sync-request@6.1.0: + version "6.1.0" + resolved "https://www.myget.org/F/gl-unstable/npm/sync-request/-/sync-request-6.1.0.tgz#e96217565b5e50bbffe179868ba75532fb597e68" + integrity sha1-6WIXVlteULv/4XmGi6dVMvtZfmg= + dependencies: + http-response-object "^3.0.1" + sync-rpc "^1.2.1" + then-request "^6.0.0" + +sync-rpc@^1.2.1: + version "1.3.6" + resolved "https://www.myget.org/F/gl-unstable/npm/sync-rpc/-/sync-rpc-1.3.6.tgz#b2e8b2550a12ccbc71df8644810529deb68665a7" + integrity sha1-suiyVQoSzLxx34ZEgQUp3raGZac= + dependencies: + get-port "^3.1.0" + +then-request@^6.0.0: + version "6.0.2" + resolved "https://www.myget.org/F/gl-unstable/npm/then-request/-/then-request-6.0.2.tgz#ec18dd8b5ca43aaee5cb92f7e4c1630e950d4f0c" + integrity sha1-7Bjdi1ykOq7ly5L35MFjDpUNTww= + dependencies: + "@types/concat-stream" "^1.6.0" + "@types/form-data" "0.0.33" + "@types/node" "^8.0.0" + "@types/qs" "^6.2.31" + caseless "~0.12.0" + concat-stream "^1.6.0" + form-data "^2.2.0" + http-basic "^8.1.1" + http-response-object "^3.0.1" + promise "^8.0.0" + qs "^6.4.0" typedarray@^0.0.6: version "0.0.6" @@ -597,20 +573,5 @@ uuid@^3.0.1: wrappy@1: version "1.0.2" - resolved "https://www.myget.org/F/gl-unstable/npm/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -ws@^5.1.1: - version "5.2.3" - resolved "https://www.myget.org/F/gl-unstable/npm/ws/-/ws-5.2.3.tgz#05541053414921bc29c63bee14b8b0dd50b07b3d" - integrity sha1-BVQQU0FJIbwpxjvuFLiw3VCwez0= - dependencies: - async-limiter "~1.0.0" - -yauzl@^2.10.0: - version "2.10.0" - resolved "https://www.myget.org/F/gl-unstable/npm/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" - integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk= - dependencies: - buffer-crc32 "~0.2.3" - fd-slicer "~1.1.0"