Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
chore: Bump knex from 2.5.1 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [knex](https://github.com/knex/knex) from 2.5.1 to 3.0.1.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](knex/knex@2.5.1...3.0.1)

---
updated-dependencies:
- dependency-name: knex
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent dff1c8f commit 3a58435
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/announcements-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^2.0.0",
"knex": "^3.0.1",
"luxon": "^3.4.3",
"node-fetch": "^2.6.7",
"slugify": "^1.6.6",
Expand Down
41 changes: 40 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5492,7 +5492,7 @@ __metadata:
better-sqlite3: ^8.0.0
express: ^4.17.1
express-promise-router: ^4.1.0
knex: ^2.0.0
knex: ^3.0.1
luxon: ^3.4.3
msw: ^1.0.0
node-fetch: ^2.6.7
Expand Down Expand Up @@ -15931,6 +15931,45 @@ __metadata:
languageName: node
linkType: hard

"knex@npm:^3.0.1":
version: 3.0.1
resolution: "knex@npm:3.0.1"
dependencies:
colorette: 2.0.19
commander: ^10.0.0
debug: 4.3.4
escalade: ^3.1.1
esm: ^3.2.25
get-package-type: ^0.1.0
getopts: 2.3.0
interpret: ^2.2.0
lodash: ^4.17.21
pg-connection-string: 2.6.1
rechoir: ^0.8.0
resolve-from: ^5.0.0
tarn: ^3.0.2
tildify: 2.0.0
peerDependenciesMeta:
better-sqlite3:
optional: true
mysql:
optional: true
mysql2:
optional: true
pg:
optional: true
pg-native:
optional: true
sqlite3:
optional: true
tedious:
optional: true
bin:
knex: bin/cli.js
checksum: bcfc3f8da9a7e898a873d2a122856ac9355f5ee1c0ab39534d6cac9ea69388da2fe0fa607b20d65298e191a4377af72f8ff7f4430f8b8c4abc144010b7e9796c
languageName: node
linkType: hard

"kuler@npm:^2.0.0":
version: 2.0.0
resolution: "kuler@npm:2.0.0"
Expand Down

0 comments on commit 3a58435

Please sign in to comment.