Ghost/core/server/services/webhooks
Daniel Lockyer 86680cb207 Updated knex dependency
refs https://github.com/TryGhost/Toolbox/issues/213

- our `knex` dependency has been out of date for a while so my aim was
  to bring it up to date
- this required also switching `sqlite3` to `@vscode/sqlite3` because
  knex switched the default sqlite driver
- this commit also bumps knex-migrator and switches to a mock-knex fork
  until Knex 1.0 support has been merged
- also updates an error message to handle a new code in SQLite
2022-03-30 08:47:57 +01:00
..
index.js Added more webhooks & changed payload 2019-02-07 23:14:27 +01:00
listen.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
payload.js Fixed webhook payload 2019-02-25 09:38:08 +01:00
serialize.js Bumped webhook API defaults to v4 2021-03-02 12:31:52 +13:00
trigger.js Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
webhooks-service.js Updated knex dependency 2022-03-30 08:47:57 +01:00