Update SQLocal to 0.6.1

This commit is contained in:
Dallas Hoffman 2023-09-13 01:02:13 -04:00
parent e56f967ffa
commit 668a8a2d57
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"bytemd": "1.21.0",
"kysely": "^0.26.3",
"sqlocal": "^0.6.0"
"sqlocal": "^0.6.1"
},
"devDependencies": {
"@picocss/pico": "^1.5.10",
@ -2837,9 +2837,9 @@
}
},
"node_modules/sqlocal": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/sqlocal/-/sqlocal-0.6.0.tgz",
"integrity": "sha512-YGytLuWIMLRCd3UWZsC9CLUC7qWuVu0gYhlJ6FM9soM6bVGlMXk7ZbsgzPf4QhWj0bZkaHZ3JT6dsWBGKFq20Q==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/sqlocal/-/sqlocal-0.6.1.tgz",
"integrity": "sha512-7xawaFJMTh2TyajMxBE7rOrFBxORUIemNQ/pMwo0tMJ6viCYLQpd/eMQKCtR7i0MX/tKGx/Bgt/JX0zHdZyXbA==",
"dependencies": {
"@sqlite.org/sqlite-wasm": "3.42.0-build2",
"kysely": "^0.26.1",

View File

@ -16,7 +16,7 @@
"dependencies": {
"bytemd": "1.21.0",
"kysely": "^0.26.3",
"sqlocal": "^0.6.0"
"sqlocal": "^0.6.1"
},
"devDependencies": {
"@picocss/pico": "^1.5.10",