Skip to content

Commit 804ea07

Browse files
committed
Update dependency sinon to v8
1 parent 730568a commit 804ea07

28 files changed

Lines changed: 28 additions & 28 deletions

File tree

appengine/cloudsql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@google-cloud/nodejs-repo-tools": "^3.3.0",
3131
"mocha": "^6.0.0",
3232
"proxyquire": "^2.1.0",
33-
"sinon": "^7.1.1",
33+
"sinon": "^8.0.0",
3434
"supertest": "^4.0.0"
3535
},
3636
"cloud-repo-tools": {

appengine/cloudsql_postgresql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@google-cloud/nodejs-repo-tools": "^3.3.0",
3131
"mocha": "^6.0.0",
3232
"proxyquire": "^2.1.0",
33-
"sinon": "^7.1.1",
33+
"sinon": "^8.0.0",
3434
"supertest": "^4.0.0"
3535
},
3636
"cloud-repo-tools": {

appengine/endpoints/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.3.0",
3030
"mocha": "^6.0.0",
3131
"proxyquire": "^2.1.0",
32-
"sinon": "^7.1.1",
32+
"sinon": "^8.0.0",
3333
"supertest": "^4.0.0"
3434
}
3535
}

appengine/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2424
"jsonwebtoken": "^8.5.1",
2525
"mocha": "^6.0.0",
26-
"sinon": "^7.3.1",
26+
"sinon": "^8.0.0",
2727
"uuid": "^3.3.2"
2828
},
2929
"cloud-repo-tools": {

appengine/twilio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"mocha": "^6.1.4",
2222
"proxyquire": "^2.1.0",
23-
"sinon": "^7.3.2",
23+
"sinon": "^8.0.0",
2424
"supertest": "^4.0.2"
2525
}
2626
}

cloud-sql/mysql/mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"mocha": "^6.0.0",
2929
"proxyquire": "^2.1.0",
3030
"supertest": "^4.0.0",
31-
"sinon": "^7.1.1"
31+
"sinon": "^8.0.0"
3232
}
3333
}

cloud-tasks/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"mocha": "^6.0.0",
1717
"proxyquire": "^2.1.0",
18-
"sinon": "^7.0.0"
18+
"sinon": "^8.0.0"
1919
}
2020
}

datastore/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"proxyquire": "^2.1.0",
2626
"request": "^2.88.0",
2727
"requestretry": "^4.0.0",
28-
"sinon": "^7.2.7",
28+
"sinon": "^8.0.0",
2929
"uuid": "^3.3.2"
3030
}
3131
}

endpoints/getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2525
"mocha": "^6.0.0",
2626
"proxyquire": "^2.1.0",
27-
"sinon": "^7.2.7",
27+
"sinon": "^8.0.0",
2828
"supertest": "^4.0.0"
2929
}
3030
}

functions/billing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"proxyquire": "^2.1.0",
2727
"request": "^2.88.0",
2828
"requestretry": "^4.0.0",
29-
"sinon": "^7.3.2"
29+
"sinon": "^8.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)