Skip to content

Commit cf9c7eb

Browse files
committed
fix: pin dependency sqlite3 to v5.0.2
1 parent 24cf832 commit cf9c7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"fs-extra": "~10.0.1",
3434
"markdown-to-html-cli": "~3.4.1",
3535
"sitemap-generator": "~8.5.1",
36-
"sqlite3": "~5.0.2",
36+
"sqlite3": "5.0.2",
3737
"stylus": "~0.57.0",
3838
"uglify-js": "~3.15.2"
3939
},

0 commit comments

Comments
 (0)