Skip to content

Commit 18b7289

Browse files
committed
chore(package): update got to version 10.0.1
1 parent c515862 commit 18b7289

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"delay": "^4.0.0",
4141
"dockerode": "^3.0.0",
4242
"get-stream": "^5.0.0",
43-
"got": "^9.0.0",
43+
"got": "^10.0.1",
4444
"nyc": "^14.0.0",
4545
"p-retry": "^4.0.0",
4646
"semantic-release": "^16.0.0-beta",

test/helpers/npm-registry.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ async function start() {
4545

4646
// Create user
4747
await got(`http://${SERVER_HOST}:${SERVER_PORT}/_users/org.couchdb.user:${NPM_USERNAME}`, {
48-
json: true,
49-
auth: `${COUCHDB_USER}:${COUCHDB_PASSWORD}`,
48+
username: COUCHDB_USER,
49+
password: COUCHDB_PASSWORD,
5050
method: 'PUT',
51-
body: {
51+
json: {
5252
_id: `org.couchdb.user:${NPM_USERNAME}`,
5353
name: NPM_USERNAME,
5454
roles: [],

0 commit comments

Comments
 (0)