Skip to content

Commit

Permalink
chore: update knex to 3.0.1 (#18936)
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations committed Dec 4, 2023
1 parent c38881e commit 24dabd2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/core/data-transfer/package.json
Expand Up @@ -74,7 +74,7 @@
"@types/tar": "6.1.4",
"@types/tar-stream": "2.2.2",
"@types/ws": "^8.5.4",
"knex": "2.5.0",
"knex": "3.0.1",
"koa": "2.13.4",
"rimraf": "3.0.2",
"typescript": "5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/database/package.json
Expand Up @@ -44,7 +44,7 @@
"date-fns": "2.30.0",
"debug": "4.3.4",
"fs-extra": "10.0.0",
"knex": "2.5.0",
"knex": "3.0.1",
"lodash": "4.17.21",
"semver": "7.5.4",
"umzug": "3.2.1"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -8728,7 +8728,7 @@ __metadata:
commander: "npm:8.3.0"
fs-extra: "npm:10.0.0"
inquirer: "npm:8.2.5"
knex: "npm:2.5.0"
knex: "npm:3.0.1"
koa: "npm:2.13.4"
lodash: "npm:4.17.21"
ora: "npm:5.4.1"
Expand Down Expand Up @@ -8756,7 +8756,7 @@ __metadata:
debug: "npm:4.3.4"
eslint-config-custom: "npm:4.15.5"
fs-extra: "npm:10.0.0"
knex: "npm:2.5.0"
knex: "npm:3.0.1"
lodash: "npm:4.17.21"
semver: "npm:7.5.4"
tsconfig: "npm:4.15.5"
Expand Down Expand Up @@ -22081,9 +22081,9 @@ __metadata:
languageName: node
linkType: hard

"knex@npm:2.5.0":
version: 2.5.0
resolution: "knex@npm:2.5.0"
"knex@npm:3.0.1":
version: 3.0.1
resolution: "knex@npm:3.0.1"
dependencies:
colorette: "npm:2.0.19"
commander: "npm:^10.0.0"
Expand Down Expand Up @@ -22116,7 +22116,7 @@ __metadata:
optional: true
bin:
knex: bin/cli.js
checksum: 94b83d8dfda7cc2e98fc9b6b7636fe4df880f9edf6fa768f4de841a15e9e815bf156566772c2bf798ceb3295ff5d41a483f31ea46c02e8a581c035927b6912c3
checksum: 732dea594cf2108d98091dde319476140538235a4ef57c98b1e827c2f97adb50898ab873e2399b3b6a26275e8318a80294fdd2c9a2d4d13cd262453ee8e7f482
languageName: node
linkType: hard

Expand Down

0 comments on commit 24dabd2

Please sign in to comment.