Skip to content

Commit ffe3281

Browse files
committed
chore(deps): update dependency sinon to v7.2.3
1 parent 038909f commit ffe3281

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
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": "7.2.2",
28+
"sinon": "7.2.3",
2929
"supertest": "3.4.2"
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": "7.2.2"
25+
"sinon": "7.2.3"
2626
},
2727
"cloud-repo-tools": {
2828
"requiresKeyFile": true,

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": "7.2.2"
22+
"sinon": "7.2.3"
2323
},
2424
"scripts": {
2525
"test": "ava -T 20s --verbose test/*.test.js"

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": "7.2.2",
28+
"sinon": "7.2.3",
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": "7.2.2"
21+
"sinon": "7.2.3"
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": "7.2.2",
21+
"sinon": "7.2.3",
2222
"supertest": "^3.0.0",
2323
"uuid": "^3.1.0"
2424
},

functions/log/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": "7.2.2"
25+
"sinon": "7.2.3"
2626
},
2727
"cloud-repo-tools": {
2828
"requiresKeyFile": true,

functions/ocr/app/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.1.0",
2626
"ava": "0.25.0",
2727
"proxyquire": "2.1.0",
28-
"sinon": "7.2.2"
28+
"sinon": "7.2.3"
2929
},
3030
"cloud-repo-tools": {
3131
"requiresKeyFile": true,

functions/pubsub/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": "7.2.2"
25+
"sinon": "7.2.3"
2626
},
2727
"cloud-repo-tools": {
2828
"requiresKeyFile": true,

functions/slack/package.json

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

0 commit comments

Comments
 (0)