Files
speckle-server/packages/webhook-service/package.json
T
dependabot[bot] f7e71c76b8 chore(deps): bump knex from 2.0.0 to 2.4.1 (#1306)
* chore(deps): bump knex from 2.0.0 to 2.4.0

Bumps [knex](https://github.com/knex/knex) from 2.0.0 to 2.4.0.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/compare/2.0.0...2.4.0)

---
updated-dependencies:
- dependency-name: knex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump knex from 2.0.0 to 2.4.1

Addresses dependabot issue 165

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2023-01-18 11:40:17 +00:00

39 lines
1.0 KiB
JSON

{
"name": "@speckle/webhook-service",
"private": true,
"version": "2.5.4",
"description": "Component to handle calling external webhooks",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/specklesystems/speckle-server.git"
},
"bugs": {
"url": "https://github.com/specklesystems/speckle-server/issues"
},
"homepage": "https://github.com/specklesystems/speckle-server#readme",
"engines": {
"node": "^18.12.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env LOG_PRETTY=true ALLOW_LOCAL_NETWORK=true node src/main.js",
"lint": "eslint . --ext .js,.ts"
},
"dependencies": {
"@speckle/shared": "workspace:^",
"knex": "^2.4.1",
"node-fetch": "^2.6.1",
"pg": "^8.7.3",
"pino-pretty": "^9.1.1",
"private-ip": "^2.3.3",
"prom-client": "^14.0.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.5.1"
}
}