Skip to content

Commit c95df93

Browse files
renovate[bot]fhinkel
authored andcommitted
chore(deps): update dependency supertest to v4 (GoogleCloudPlatform#1203)
1 parent 2a065e0 commit c95df93

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

appengine/cloudsql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"mocha": "^6.0.0",
3232
"proxyquire": "^2.1.0",
3333
"sinon": "^7.1.1",
34-
"supertest": "^3.3.0"
34+
"supertest": "^4.0.0"
3535
},
3636
"cloud-repo-tools": {
3737
"requiresKeyFile": true,

appengine/cloudsql_postgresql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"mocha": "^5.2.0",
3232
"proxyquire": "^2.1.0",
3333
"sinon": "^7.1.1",
34-
"supertest": "^3.3.0"
34+
"supertest": "^4.0.0"
3535
},
3636
"cloud-repo-tools": {
3737
"requiresKeyFile": true,

appengine/endpoints/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"ava": "^0.25.0",
3232
"proxyquire": "^2.1.0",
3333
"sinon": "^7.1.1",
34-
"supertest": "^3.3.0"
34+
"supertest": "^4.0.0"
3535
}
3636
}

cloud-sql/mysql/mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@google-cloud/nodejs-repo-tools": "^3.2.0",
3030
"ava": "^0.25.0",
3131
"proxyquire": "^2.1.0",
32-
"supertest": "^3.3.0",
32+
"supertest": "^4.0.0",
3333
"sinon": "^7.1.1"
3434
},
3535
"cloud-repo-tools": {

cloud-sql/postgres/knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@google-cloud/nodejs-repo-tools": "^3.2.0",
3434
"ava": "^0.25.0",
3535
"proxyquire": "^2.1.0",
36-
"supertest": "^3.3.0",
36+
"supertest": "^4.0.0",
3737
"sinon": "^7.1.1"
3838
},
3939
"cloud-repo-tools": {

endpoints/getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"ava": "^0.25.0",
2727
"proxyquire": "^2.1.0",
2828
"sinon": "^7.2.7",
29-
"supertest": "^3.4.2"
29+
"supertest": "^4.0.0"
3030
}
3131
}

functions/concepts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@google-cloud/nodejs-repo-tools": "^3.0.0",
1919
"mocha": "^6.0.0",
2020
"sinon": "^7.0.0",
21-
"supertest": "^3.0.0"
21+
"supertest": "^4.0.0"
2222
},
2323
"scripts": {
2424
"test": "mocha test/*.test.js --timeout=20000"

functions/datastore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@google-cloud/datastore": "^3.1.2",
21-
"supertest": "^3.0.0"
21+
"supertest": "^4.0.0"
2222
},
2323
"devDependencies": {
2424
"@google-cloud/functions-emulator": "^1.0.0-beta.4",

functions/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ava": "^0.25.0",
2020
"proxyquire": "^2.1.0",
2121
"sinon": "^7.2.7",
22-
"supertest": "^3.0.0",
22+
"supertest": "^4.0.0",
2323
"uuid": "^3.1.0"
2424
},
2525
"dependencies": {

functions/headless-chrome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2323
"mocha": "^5.2.0",
24-
"supertest": "^3.0.0"
24+
"supertest": "^4.0.0"
2525
},
2626
"cloud-repo-tools": {
2727
"requiresKeyFile": true,

0 commit comments

Comments
 (0)