chore(package): update dependencies

This commit is contained in:
greenkeeper[bot] 2020-01-09 21:03:05 +00:00 committed by Pierre Vanduynslager
parent 0785a844fa
commit 11665b214d
2 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@
"cosmiconfig": "^6.0.0", "cosmiconfig": "^6.0.0",
"debug": "^4.0.0", "debug": "^4.0.0",
"env-ci": "^4.0.0", "env-ci": "^4.0.0",
"execa": "^3.2.0", "execa": "^4.0.0",
"figures": "^3.0.0", "figures": "^3.0.0",
"find-versions": "^3.0.0", "find-versions": "^3.0.0",
"get-stream": "^5.0.0", "get-stream": "^5.0.0",
@ -39,14 +39,14 @@
"hook-std": "^2.0.0", "hook-std": "^2.0.0",
"hosted-git-info": "^3.0.0", "hosted-git-info": "^3.0.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"marked": "^0.7.0", "marked": "^0.8.0",
"marked-terminal": "^3.2.0", "marked-terminal": "^3.2.0",
"micromatch": "^4.0.2", "micromatch": "^4.0.2",
"p-each-series": "^2.1.0", "p-each-series": "^2.1.0",
"p-reduce": "^2.0.0", "p-reduce": "^2.0.0",
"read-pkg-up": "^7.0.0", "read-pkg-up": "^7.0.0",
"resolve-from": "^5.0.0", "resolve-from": "^5.0.0",
"semver": "^6.0.0", "semver": "^7.1.1",
"semver-diff": "^3.1.1", "semver-diff": "^3.1.1",
"signale": "^1.2.1", "signale": "^1.2.1",
"yargs": "^15.0.1" "yargs": "^15.0.1"
@ -59,14 +59,14 @@
"dockerode": "^3.0.0", "dockerode": "^3.0.0",
"file-url": "^3.0.0", "file-url": "^3.0.0",
"fs-extra": "^8.0.0", "fs-extra": "^8.0.0",
"got": "^9.0.0", "got": "^10.2.1",
"js-yaml": "^3.10.0", "js-yaml": "^3.10.0",
"mockserver-client": "^5.1.1", "mockserver-client": "^5.1.1",
"nock": "^11.1.0", "nock": "^11.1.0",
"nyc": "^14.0.0", "nyc": "^15.0.0",
"p-retry": "^4.0.0", "p-retry": "^4.0.0",
"proxyquire": "^2.0.0", "proxyquire": "^2.0.0",
"sinon": "^7.2.7", "sinon": "^8.0.4",
"stream-buffers": "^3.0.2", "stream-buffers": "^3.0.2",
"tempy": "^0.3.0", "tempy": "^0.3.0",
"xo": "^0.25.0" "xo": "^0.25.0"

View File

@ -45,10 +45,10 @@ async function start() {
// Create user // Create user
await got(`http://${SERVER_HOST}:${SERVER_PORT}/_users/org.couchdb.user:${NPM_USERNAME}`, { await got(`http://${SERVER_HOST}:${SERVER_PORT}/_users/org.couchdb.user:${NPM_USERNAME}`, {
json: true, username: COUCHDB_USER,
auth: `${COUCHDB_USER}:${COUCHDB_PASSWORD}`, password: COUCHDB_PASSWORD,
method: 'PUT', method: 'PUT',
body: { json: {
_id: `org.couchdb.user:${NPM_USERNAME}`, _id: `org.couchdb.user:${NPM_USERNAME}`,
name: NPM_USERNAME, name: NPM_USERNAME,
roles: [], roles: [],