Skip to content

Commit 9e506c1

Browse files
committed
chore(app): Update node-sqlite3 dependency
This update is required to allow the generator to work with node v10.0.0 Part of #2691
1 parent 58e4f43 commit 9e506c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"bluebird": "^3.3.3",
3434
"connect-mongo": "^2.0.1",<% } %><% if(filters.sequelize) { %>
3535
"sequelize": "^3.23.6",
36-
"sqlite3": "~3.1.1",
36+
"sqlite3": "~4.0.1",
3737
"connect-session-sequelize": "^4.1.0",<% } %><% if(filters.auth) { %>
3838
"jsonwebtoken": "^8.3.0",
3939
"express-jwt": "^5.0.0",

0 commit comments

Comments
 (0)