Skip to content

Commit 06f0db2

Browse files
renovate-botfhinkel
andcommitted
Update dependency mocha to v7 (GoogleCloudPlatform#1580)
Co-authored-by: F. Hinkelmann <franziska.hinkelmann@gmail.com>
1 parent b1160b1 commit 06f0db2

59 files changed

Lines changed: 59 additions & 59 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

appengine/building-an-app/update/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"devDependencies": {
2626
"@google-cloud/nodejs-repo-tools": "^3.3.0",
27-
"mocha": "^6.0.0"
27+
"mocha": "^7.0.0"
2828
}
2929
}

appengine/cloudsql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@google-cloud/nodejs-repo-tools": "^3.3.0",
31-
"mocha": "^6.0.0",
31+
"mocha": "^7.0.0",
3232
"proxyquire": "^2.1.0",
3333
"sinon": "^7.1.1",
3434
"supertest": "^4.0.0"

appengine/cloudsql_postgresql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@google-cloud/nodejs-repo-tools": "^3.3.0",
31-
"mocha": "^6.0.0",
31+
"mocha": "^7.0.0",
3232
"proxyquire": "^2.1.0",
3333
"sinon": "^7.1.1",
3434
"supertest": "^4.0.0"

appengine/endpoints/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@google-cloud/nodejs-repo-tools": "^3.3.0",
30-
"mocha": "^6.0.0",
30+
"mocha": "^7.0.0",
3131
"proxyquire": "^2.1.0",
3232
"sinon": "^7.1.1",
3333
"supertest": "^4.0.0"

appengine/hello-world/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"express": "^4.16.3"
2121
},
2222
"devDependencies": {
23-
"mocha": "^6.2.0",
23+
"mocha": "^7.0.0",
2424
"supertest": "^4.0.2"
2525
}
2626
}

appengine/hello-world/standard/package.json

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

appengine/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2424
"jsonwebtoken": "^8.5.1",
25-
"mocha": "^6.0.0",
25+
"mocha": "^7.0.0",
2626
"sinon": "^7.3.1",
2727
"uuid": "^3.3.2"
2828
},

appengine/sendgrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@google-cloud/nodejs-repo-tools": "^3.3.0",
23-
"mocha": "^6.1.4",
23+
"mocha": "^7.0.0",
2424
"supertest": "^4.0.2"
2525
}
2626
}

appengine/storage/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@google-cloud/nodejs-repo-tools": "^3.3.0",
20-
"mocha": "^6.0.0"
20+
"mocha": "^7.0.0"
2121
},
2222
"cloud-repo-tools": {
2323
"requiresProjectId": true,

appengine/storage/standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@google-cloud/nodejs-repo-tools": "^3.3.0",
20-
"mocha": "^6.0.0"
20+
"mocha": "^7.0.0"
2121
},
2222
"cloud-repo-tools": {
2323
"requiresProjectId": true,

0 commit comments

Comments
 (0)