chore: bump sqlite3 to 5.0.1

Signed-off-by: Alex Landovskis <alex@landovskis.com>
This commit is contained in:
Alex Landovskis
2021-07-06 19:48:03 -04:00
parent a6db3ff319
commit f7134c3684
6 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
"knex": "^0.95.1",
"mysql2": "^2.2.5",
"pg": "^8.3.0",
"sqlite3": "^5.0.0",
"sqlite3": "^5.0.1",
"testcontainers": "^7.10.0",
"uuid": "^8.0.0"
},
+1 -1
View File
@@ -56,7 +56,7 @@
"knex": "^0.95.1",
"pg": "^8.3.0",
"pg-connection-string": "^2.3.0",
"sqlite3": "^5.0.0",
"sqlite3": "^5.0.1",
"winston": "^3.2.1"
},
"devDependencies": {
@@ -40,7 +40,7 @@
"pg": "^8.3.0",
{{/if}}
{{#if dbTypeSqlite}}
"sqlite3": "^5.0.0",
"sqlite3": "^5.0.1",
{{/if}}
"winston": "^3.2.1"
},