Skip to content

Commit

Permalink
Update dependency @pact-foundation/pact-node to v6.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 24, 2018
1 parent 7797027 commit d4b8144
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsConsumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@pact-foundation/pact": "6.0.2",
"@pact-foundation/pact-node": "6.19.11",
"@pact-foundation/pact-node": "6.20.0",
"axios": "0.18.0",
"chai": "4.2.0",
"mocha": "5.2.0",
Expand Down
51 changes: 50 additions & 1 deletion jsConsumer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,31 @@
# yarn lockfile v1


"@pact-foundation/pact-node@6.19.11", "@pact-foundation/pact-node@^6.16.1":
"@pact-foundation/pact-node@6.20.0":
version "6.20.0"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact-node/-/pact-node-6.20.0.tgz#77608a284730797478d733e82d97afd37b101e72"
dependencies:
"@types/bunyan" "1.8.2"
"@types/mkdirp" "^0.5.2"
"@types/q" "1.0.7"
"@types/rimraf" "^2.0.2"
bunyan "1.8.12"
bunyan-prettystream "0.1.3"
caporal "0.10.0"
chalk "2.3.1"
check-types "7.3.0"
decompress "4.2.0"
mkdirp "0.5.1"
q "1.5.1"
request "2.87.0"
rimraf "2.6.2"
sumchecker "^2.0.2"
tar "4.4.0"
underscore "1.8.3"
unixify "1.0.0"
url-join "^4.0.0"

"@pact-foundation/pact-node@^6.16.1":
version "6.19.11"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact-node/-/pact-node-6.19.11.tgz#32cf87d029ac4b7e48ec723b4d8aeeaabdee6c39"
dependencies:
Expand Down Expand Up @@ -1517,6 +1541,31 @@ request@2.83.0:
tunnel-agent "^0.6.0"
uuid "^3.1.0"

request@2.87.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"

restore-cursor@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
Expand Down

0 comments on commit d4b8144

Please sign in to comment.