Skip to content

Commit 54eb0fa

Browse files
Bump mocha and @types/mocha (#3273)
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 3.4.2 to 10.5.2 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v3.4.2...v10.5.2) Updates `@types/mocha` from 5.2.7 to 10.0.7 - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5281f5 commit 54eb0fa

File tree

7 files changed

+240
-377
lines changed

7 files changed

+240
-377
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.5.2"
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.5.2",
2121
"pg": "^8.12.0"
2222
},
2323
"peerDependencies": {

packages/pg-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"concat-stream": "^1.4.6",
3131
"generic-pool": "^2.1.1",
3232
"lodash": "^2.4.1",
33-
"mocha": "3.4.2",
33+
"mocha": "10.5.2",
3434
"node-gyp": ">=10.x",
3535
"okay": "^0.3.0",
3636
"semver": "^4.1.0"

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.5.2",
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.7",
1111
"@types/node": "^12.12.21",
1212
"chai": "^4.2.0",
1313
"chunky": "^0.0.0",
14-
"mocha": "^7.1.2",
14+
"mocha": "^10.5.2",
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.7",
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.5.2",
4040
"pg": "^8.12.0",
4141
"stream-spec": "~0.3.5",
4242
"ts-node": "^8.5.4",

0 commit comments

Comments
 (0)