Update sqlocal

This commit is contained in:
Dallas Hoffman 2024-01-20 22:25:33 -05:00
parent 4ca3900a3d
commit b9b1e55736
2 changed files with 9 additions and 5 deletions

12
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@bytemd/plugin-gfm": "^1.21.0",
"bytemd": "1.21.0",
"kysely": "^0.26.3",
"sqlocal": "^0.6.4"
"sqlocal": "^0.7.0"
},
"devDependencies": {
"@picocss/pico": "^1.5.10",
@ -7177,13 +7177,17 @@
}
},
"node_modules/sqlocal": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/sqlocal/-/sqlocal-0.6.4.tgz",
"integrity": "sha512-1nQtEuzLb5J80IsIl1iHAlWbgR+ahUrh/hN2Tl3WnExivBz7NobtFzvFKd+I5beK2ttdfuPT7Q6THEA5Sp0PTw==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/sqlocal/-/sqlocal-0.7.0.tgz",
"integrity": "sha512-SlMTN5rN9sRVfQ7YoaX3FKSvBNHDC7jvumjc5goncDlg4kl+cvk1Rr7ASDR81XGwnWRhv3e8pNkZI+XWmQ/uTA==",
"dependencies": {
"@sqlite.org/sqlite-wasm": "^3.44.2-build1",
"kysely": "^0.26.3",
"nanoid": "^4.0.2"
},
"funding": {
"type": "paypal",
"url": "https://www.paypal.com/biz/fund?id=U3ZNM2Q26WJY8"
}
},
"node_modules/streamx": {

View File

@ -19,7 +19,7 @@
"@bytemd/plugin-gfm": "^1.21.0",
"bytemd": "1.21.0",
"kysely": "^0.26.3",
"sqlocal": "^0.6.4"
"sqlocal": "^0.7.0"
},
"devDependencies": {
"@picocss/pico": "^1.5.10",