Skip to content

Commit d8d80e9

Browse files
committed
chore(deps): update dependency sinon to v7
1 parent c58cf9d commit d8d80e9

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

endpoints/getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2626
"ava": "0.25.0",
2727
"proxyquire": "2.1.0",
28-
"sinon": "4.5.0",
28+
"sinon": "7.2.2",
2929
"supertest": "3.3.0"
3030
}
3131
}

functions/background/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2323
"ava": "0.25.0",
2424
"proxyquire": "2.1.0",
25-
"sinon": "4.5.0"
25+
"sinon": "7.2.2"
2626
},
2727
"cloud-repo-tools": {
2828
"requiresKeyFile": true,

functions/billing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2121
"ava": "^0.25.0",
2222
"proxyquire": "^2.1.0",
23-
"sinon": "^6.3.4"
23+
"sinon": "^7.0.0"
2424
}
2525
}

functions/composer-storage-trigger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2020
"ava": "0.25.0",
2121
"proxyquire": "2.1.0",
22-
"sinon": "4.5.0"
22+
"sinon": "7.2.2"
2323
},
2424
"scripts": {
2525
"test": "ava -T 20s --verbose test/*.test.js"

functions/concepts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@google-cloud/nodejs-repo-tools": "^3.0.0",
1919
"ava": "^0.25.0",
20-
"sinon": "^4.5.0",
20+
"sinon": "^7.0.0",
2121
"supertest": "^3.0.0"
2222
}
2323
}

functions/datastore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2626
"ava": "0.25.0",
2727
"proxyquire": "2.1.0",
28-
"sinon": "4.5.0",
28+
"sinon": "7.2.2",
2929
"uuid": "^3.3.2"
3030
},
3131
"cloud-repo-tools": {

functions/env_vars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2020
"ava": "0.25.0",
21-
"sinon": "4.5.0"
21+
"sinon": "7.2.2"
2222
},
2323
"cloud-repo-tools": {
2424
"requiresKeyFile": true,

functions/firebase/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
"ava": "0.25.0",
2020
"proxyquire": "2.1.0",
21-
"sinon": "4.5.0",
21+
"sinon": "7.2.2",
2222
"supertest": "^3.0.0",
2323
"uuid": "^3.1.0"
2424
},

functions/helloworld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ava": "^0.25.0",
3030
"express": "^4.16.3",
3131
"proxyquire": "^2.1.0",
32-
"sinon": "^4.5.0",
32+
"sinon": "^7.0.0",
3333
"supertest": "^3.0.0",
3434
"uuid": "^3.1.0",
3535
"yargs": "^12.0.0"

functions/http/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
"ava": "^0.25.0",
2020
"proxyquire": "^2.1.0",
21-
"sinon": "^4.5.0",
21+
"sinon": "^7.0.0",
2222
"uuid": "^3.3.2"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)