Skip to content

Commit 3d61c63

Browse files
Bump mocha and @types/mocha
Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together. Updates `mocha` from 7.2.0 to 10.2.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v7.2.0...v10.2.0) Updates `@types/mocha` from 5.2.7 to 10.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adbe86d commit 3d61c63

File tree

6 files changed

+319
-210
lines changed

6 files changed

+319
-210
lines changed

packages/pg-connection-string/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"chai": "^4.1.1",
3131
"coveralls": "^3.0.4",
3232
"istanbul": "^0.4.5",
33-
"mocha": "^7.1.2"
33+
"mocha": "^10.2.0"
3434
},
3535
"files": [
3636
"index.js",

packages/pg-cursor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Brian M. Carlson",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"mocha": "^7.1.2",
20+
"mocha": "^10.2.0",
2121
"pg": "^8.9.0"
2222
},
2323
"peerDependencies": {

packages/pg-pool/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"co": "4.6.0",
3232
"expect.js": "0.3.1",
3333
"lodash": "^4.17.11",
34-
"mocha": "^7.1.2",
34+
"mocha": "^10.2.0",
3535
"pg-cursor": "^1.3.0"
3636
},
3737
"peerDependencies": {

packages/pg-protocol/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"license": "MIT",
88
"devDependencies": {
99
"@types/chai": "^4.2.7",
10-
"@types/mocha": "^5.2.7",
10+
"@types/mocha": "^10.0.1",
1111
"@types/node": "^12.12.21",
1212
"chai": "^4.2.0",
1313
"chunky": "^0.0.0",
14-
"mocha": "^7.1.2",
14+
"mocha": "^10.2.0",
1515
"ts-node": "^8.5.4",
1616
"typescript": "^4.0.3"
1717
},

packages/pg-query-stream/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
},
3131
"devDependencies": {
3232
"@types/chai": "^4.2.13",
33-
"@types/mocha": "^8.0.3",
33+
"@types/mocha": "^10.0.1",
3434
"@types/node": "^14.0.0",
3535
"@types/pg": "^7.14.5",
3636
"JSONStream": "~1.3.5",
3737
"concat-stream": "~1.0.1",
3838
"eslint-plugin-promise": "^6.0.1",
39-
"mocha": "^7.1.2",
39+
"mocha": "^10.2.0",
4040
"pg": "^8.9.0",
4141
"stream-spec": "~0.3.5",
4242
"ts-node": "^8.5.4",

0 commit comments

Comments
 (0)