mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
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>
39 lines
834 B
JSON
39 lines
834 B
JSON
{
|
|
"name": "pg-native",
|
|
"version": "3.1.0",
|
|
"description": "A slightly nicer interface to Postgres over node-libpq",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-pg-native.git"
|
|
},
|
|
"keywords": [
|
|
"postgres",
|
|
"pg",
|
|
"libpq"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/brianc/node-pg-native/issues"
|
|
},
|
|
"homepage": "https://github.com/brianc/node-pg-native",
|
|
"dependencies": {
|
|
"libpq": "1.8.13",
|
|
"pg-types": "^1.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^0.9.0",
|
|
"concat-stream": "^1.4.6",
|
|
"generic-pool": "^2.1.1",
|
|
"lodash": "^2.4.1",
|
|
"mocha": "10.5.2",
|
|
"node-gyp": ">=10.x",
|
|
"okay": "^0.3.0",
|
|
"semver": "^4.1.0"
|
|
}
|
|
}
|