mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
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](https://github.com/mochajs/mocha/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b5281f5b0a
commit
54eb0fa216
@ -30,7 +30,7 @@
|
||||
"chai": "^4.1.1",
|
||||
"coveralls": "^3.0.4",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^7.1.2"
|
||||
"mocha": "^10.5.2"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"author": "Brian M. Carlson",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"mocha": "^7.1.2",
|
||||
"mocha": "^10.5.2",
|
||||
"pg": "^8.12.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"concat-stream": "^1.4.6",
|
||||
"generic-pool": "^2.1.1",
|
||||
"lodash": "^2.4.1",
|
||||
"mocha": "3.4.2",
|
||||
"mocha": "10.5.2",
|
||||
"node-gyp": ">=10.x",
|
||||
"okay": "^0.3.0",
|
||||
"semver": "^4.1.0"
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
"co": "4.6.0",
|
||||
"expect.js": "0.3.1",
|
||||
"lodash": "^4.17.11",
|
||||
"mocha": "^7.1.2",
|
||||
"mocha": "^10.5.2",
|
||||
"pg-cursor": "^1.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -7,11 +7,11 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.7",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/mocha": "^10.0.7",
|
||||
"@types/node": "^12.12.21",
|
||||
"chai": "^4.2.0",
|
||||
"chunky": "^0.0.0",
|
||||
"mocha": "^7.1.2",
|
||||
"mocha": "^10.5.2",
|
||||
"ts-node": "^8.5.4",
|
||||
"typescript": "^4.0.3"
|
||||
},
|
||||
|
||||
@ -30,13 +30,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.13",
|
||||
"@types/mocha": "^8.0.3",
|
||||
"@types/mocha": "^10.0.7",
|
||||
"@types/node": "^14.0.0",
|
||||
"@types/pg": "^7.14.5",
|
||||
"JSONStream": "~1.3.5",
|
||||
"concat-stream": "~1.0.1",
|
||||
"eslint-plugin-promise": "^6.0.1",
|
||||
"mocha": "^7.1.2",
|
||||
"mocha": "^10.5.2",
|
||||
"pg": "^8.12.0",
|
||||
"stream-spec": "~0.3.5",
|
||||
"ts-node": "^8.5.4",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user