Update SQLocal

This commit is contained in:
Dallas Hoffman 2023-12-16 16:08:31 -05:00
parent 73551c5596
commit ea3b5facb1
No known key found for this signature in database
2 changed files with 10 additions and 10 deletions

18
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.2"
"sqlocal": "^0.6.4"
},
"devDependencies": {
"@picocss/pico": "^1.5.10",
@ -2523,9 +2523,9 @@
}
},
"node_modules/@sqlite.org/sqlite-wasm": {
"version": "3.43.2-build1",
"resolved": "https://registry.npmjs.org/@sqlite.org/sqlite-wasm/-/sqlite-wasm-3.43.2-build1.tgz",
"integrity": "sha512-f0qln3z0RFWV5WTwsidFRJ0e8dCeilGB4kKVUTA0IHVPIIAW75AWZKfPcI5kHiC+VIYhlT8lM3k+9MNeAcv9uA==",
"version": "3.44.2-build1",
"resolved": "https://registry.npmjs.org/@sqlite.org/sqlite-wasm/-/sqlite-wasm-3.44.2-build1.tgz",
"integrity": "sha512-w3Sla1EHLEzo73SmrRjHxPNsv27+KcCDLyZ4+OC6uyt9OHgdRGCdm4wF1zu583XATxS7L84663hrSMJzQMOH8A==",
"bin": {
"sqlite-wasm": "bin/index.js"
}
@ -7192,12 +7192,12 @@
}
},
"node_modules/sqlocal": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/sqlocal/-/sqlocal-0.6.2.tgz",
"integrity": "sha512-16z3otxn4BoAGn5Eu2pTno4D4ZtkxFjIKU7ztkyzAAIntym0Kt4CqleTRpSJmyhqBop9jIanUN8qO46E1fQhwQ==",
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/sqlocal/-/sqlocal-0.6.4.tgz",
"integrity": "sha512-1nQtEuzLb5J80IsIl1iHAlWbgR+ahUrh/hN2Tl3WnExivBz7NobtFzvFKd+I5beK2ttdfuPT7Q6THEA5Sp0PTw==",
"dependencies": {
"@sqlite.org/sqlite-wasm": "^3.43.2-build1",
"kysely": "^0.26.1",
"@sqlite.org/sqlite-wasm": "^3.44.2-build1",
"kysely": "^0.26.3",
"nanoid": "^4.0.2"
}
},

View File

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