(core) update node-sqlite3 version to include memory leak fix

Summary:
This updates node-sqlite3 to include the a memory fix
from https://github.com/gristlabs/node-sqlite3/pull/12

Test Plan:
node-sqlite3 has a new test script; all existing
Grist tests should pass

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D3803
This commit is contained in:
Paul Fitzpatrick
2023-02-14 12:39:12 -05:00
parent d70a7209f7
commit 6109b89d1b
2 changed files with 6 additions and 6 deletions

View File

@@ -111,7 +111,7 @@
"@gristlabs/express-session": "1.17.0",
"@gristlabs/moment-guess": "1.2.4-grist.1",
"@gristlabs/pidusage": "2.0.17",
"@gristlabs/sqlite3": "5.1.4-grist.7",
"@gristlabs/sqlite3": "5.1.4-grist.8",
"@popperjs/core": "2.3.3",
"accept-language-parser": "1.5.0",
"async-mutex": "0.2.4",
@@ -182,6 +182,6 @@
"resolutions": {
"jquery": "3.5.0",
"ts-interface-checker": "1.0.2",
"@gristlabs/sqlite3": "5.1.4-grist.7"
"@gristlabs/sqlite3": "5.1.4-grist.8"
}
}