Skip to content

Commit

Permalink
chore(deps): update dependency sqlite3 to v5.1.6 (#2815)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 25, 2023
1 parent 2962d9e commit 1d95d88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages-legacy/orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@midwayjs/core": "^3.10.15",
"@midwayjs/mock": "^3.10.15",
"sqlite3": "5.1.5",
"sqlite3": "5.1.6",
"typeorm": "0.3.12"
},
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/casbin-typeorm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@midwayjs/koa": "^3.10.15",
"@midwayjs/mock": "^3.10.15",
"casbin": "5.23.2",
"sqlite3": "5.1.5",
"sqlite3": "5.1.6",
"typeorm": "0.3.12"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mikro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@mikro-orm/entity-generator": "5.6.13",
"@mikro-orm/sql-highlighter": "1.0.1",
"@mikro-orm/sqlite": "5.6.13",
"sqlite3": "5.1.5"
"sqlite3": "5.1.6"
},
"author": {
"name": "czy88840616",
Expand Down
2 changes: 1 addition & 1 deletion packages/sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@midwayjs/mock": "^3.10.15",
"sequelize": "6.29.3",
"sequelize-typescript": "2.1.5",
"sqlite3": "5.1.5"
"sqlite3": "5.1.6"
},
"keywords": [
"midway",
Expand Down
2 changes: 1 addition & 1 deletion packages/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@midwayjs/core": "^3.10.15",
"@midwayjs/mock": "^3.10.15",
"sqlite3": "5.1.5",
"sqlite3": "5.1.6",
"typeorm": "0.3.12"
},
"author": {
Expand Down

0 comments on commit 1d95d88

Please sign in to comment.