Skip to content

Commit 69d28ff

Browse files
renovate-botfhinkel
authored andcommitted
Update dependency sinon to v8 (#1574)
1 parent 06f0db2 commit 69d28ff

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

appengine/cloudsql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@google-cloud/nodejs-repo-tools": "^3.3.0",
3131
"mocha": "^7.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@google-cloud/nodejs-repo-tools": "^3.3.0",
3131
"mocha": "^7.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@google-cloud/nodejs-repo-tools": "^3.3.0",
3030
"mocha": "^7.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

+1-1
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": "^7.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"mocha": "^7.0.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"mocha": "^7.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

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

datastore/functions/package.json

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2525
"mocha": "^7.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

+1-1
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
}

functions/composer-storage-trigger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2020
"mocha": "^7.0.0",
2121
"proxyquire": "^2.1.0",
22-
"sinon": "^7.2.7"
22+
"sinon": "^8.0.0"
2323
},
2424
"scripts": {
2525
"test": "mocha test/*.test.js --timeout=20000"

functions/concepts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@google-cloud/nodejs-repo-tools": "^3.3.0",
1919
"mocha": "^7.0.0",
20-
"sinon": "^7.0.0",
20+
"sinon": "^8.0.0",
2121
"supertest": "^4.0.0"
2222
},
2323
"scripts": {

functions/env_vars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2020
"mocha": "^7.0.0",
21-
"sinon": "^7.2.7"
21+
"sinon": "^8.0.0"
2222
},
2323
"cloud-repo-tools": {
2424
"requiresKeyFile": true,

functions/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@google-cloud/nodejs-repo-tools": "^3.3.0",
1919
"mocha": "^7.0.0",
2020
"proxyquire": "^2.1.0",
21-
"sinon": "^7.2.7",
21+
"sinon": "^8.0.0",
2222
"supertest": "^4.0.0",
2323
"uuid": "^3.1.0"
2424
},

functions/helloworld/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"proxyquire": "^2.1.0",
3636
"request": "^2.88.0",
3737
"requestretry": "^4.0.0",
38-
"sinon": "^7.0.0",
38+
"sinon": "^8.0.0",
3939
"uuid": "^3.1.0",
4040
"yargs": "^15.0.0"
4141
},

functions/http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@google-cloud/nodejs-repo-tools": "^3.3.0",
1919
"mocha": "^7.0.0",
2020
"proxyquire": "^2.1.0",
21-
"sinon": "^7.0.0",
21+
"sinon": "^8.0.0",
2222
"uuid": "^3.3.2"
2323
},
2424
"dependencies": {

functions/imagemagick/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"proxyquire": "^2.1.0",
2828
"request": "^2.88.0",
2929
"requestretry": "^4.0.0",
30-
"sinon": "^7.0.0"
30+
"sinon": "^8.0.0"
3131
},
3232
"cloud-repo-tools": {
3333
"requiresKeyFile": true,

functions/log/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2323
"mocha": "^7.0.0",
2424
"proxyquire": "^2.1.0",
25-
"sinon": "^7.2.7"
25+
"sinon": "^8.0.0"
2626
},
2727
"cloud-repo-tools": {
2828
"requiresKeyFile": true,

functions/memorystore/redis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121
"devDependencies": {
2222
"mocha": "^7.0.0",
23-
"sinon": "^7.3.2"
23+
"sinon": "^8.0.0"
2424
}
2525
}

functions/node8/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2222
"mocha": "^7.0.0",
2323
"proxyquire": "^2.1.0",
24-
"sinon": "^7.0.0",
24+
"sinon": "^8.0.0",
2525
"uuid": "^3.3.2"
2626
},
2727
"dependencies": {

functions/scheduleinstance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@google-cloud/nodejs-repo-tools": "^3.3.0",
1919
"mocha": "^7.0.0",
2020
"proxyquire": "^2.0.0",
21-
"sinon": "^7.0.0"
21+
"sinon": "^8.0.0"
2222
},
2323
"dependencies": {
2424
"@google-cloud/compute": "^1.0.0"

functions/sendgrid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2525
"mocha": "^7.0.0",
2626
"proxyquire": "^2.1.0",
27-
"sinon": "^7.0.0"
27+
"sinon": "^8.0.0"
2828
},
2929
"cloud-repo-tools": {
3030
"requiresKeyFile": true,

functions/slack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2323
"mocha": "^7.0.0",
2424
"proxyquire": "^2.1.0",
25-
"sinon": "^7.2.7"
25+
"sinon": "^8.0.0"
2626
},
2727
"cloud-repo-tools": {
2828
"requiresKeyFile": true,

functions/spanner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2222
"mocha": "^7.0.0",
2323
"proxyquire": "^2.1.0",
24-
"sinon": "^7.2.7"
24+
"sinon": "^8.0.0"
2525
},
2626
"cloud-repo-tools": {
2727
"requiresKeyFile": true,

functions/sql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2828
"mocha": "^7.0.0",
2929
"proxyquire": "^2.1.0",
30-
"sinon": "^7.3.0"
30+
"sinon": "^8.0.0"
3131
},
3232
"cloud-repo-tools": {
3333
"requiresKeyFile": true,

functions/tips/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2222
"mocha": "^7.0.0",
23-
"sinon": "^7.0.0"
23+
"sinon": "^8.0.0"
2424
},
2525
"cloud-repo-tools": {
2626
"requiresKeyFile": true,

run/pubsub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"mocha": "^7.0.0",
26-
"sinon": "^7.3.2",
26+
"sinon": "^8.0.0",
2727
"supertest": "^4.0.2",
2828
"uuid": "^3.3.2"
2929
}

storage-transfer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@google-cloud/storage": "^4.0.0",
2727
"mocha": "^7.0.0",
2828
"proxyquire": "^2.1.0",
29-
"sinon": "^7.2.7",
29+
"sinon": "^8.0.0",
3030
"uuid": "^3.3.2"
3131
}
3232
}

0 commit comments

Comments
 (0)