diff --git a/app/package.json b/app/package.json index d8a7562a..0c8dc72f 100644 --- a/app/package.json +++ b/app/package.json @@ -5,7 +5,7 @@ "author": "Jan Prochazka ", "description": "Opensource database administration tool", "dependencies": { - "better-sqlite3-with-prebuilds": "7.4.3", + "better-sqlite3-with-prebuilds": "7.1.8", "electron-log": "^4.4.1", "electron-store": "^8.0.1", "electron-updater": "^4.6.1", diff --git a/app/yarn.lock b/app/yarn.lock index ef27679a..2a8aaad6 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -327,10 +327,10 @@ base64-js@^1.3.1, base64-js@^1.5.1: resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== -better-sqlite3-with-prebuilds@7.4.3: - version "7.4.3" - resolved "https://registry.yarnpkg.com/better-sqlite3-with-prebuilds/-/better-sqlite3-with-prebuilds-7.4.3.tgz#2ed9c5649a8eb1cf2bece7d3f4849b184ddde038" - integrity sha512-E1MWyMz5RFZCdRNzIcR245dRVR3u1qZO2uV+8Z9Vb/PJsQ6uxOuOnSfA+rZdkuvDbVTbdpowKNL1tuO6FJyt0A== +better-sqlite3-with-prebuilds@7.1.8: + version "7.1.8" + resolved "https://registry.yarnpkg.com/better-sqlite3-with-prebuilds/-/better-sqlite3-with-prebuilds-7.1.8.tgz#3090c478fe9b60e74ce053a76807b189784f62d7" + integrity sha512-trwg1qhN91cPYEB8D2K0KVHIsMsiAnxKx6/syfQ7rLrtD+zOS3fqJq4VGszMF+OuYAZJNAR4oLsikys3YW/6aA== dependencies: "@types/integer" latest bindings "^1.5.0" diff --git a/packages/api/package.json b/packages/api/package.json index 80002dde..961df8a9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -19,7 +19,7 @@ "dependencies": { "async-lock": "^1.2.4", "axios": "^0.21.1", - "better-sqlite3-with-prebuilds": "7.4.3", + "better-sqlite3-with-prebuilds": "7.1.8", "body-parser": "^1.19.0", "bufferutil": "^4.0.1", "byline": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index d14b343c..060cb8b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2061,10 +2061,10 @@ better-assert@~1.0.0: dependencies: callsite "1.0.0" -better-sqlite3-with-prebuilds@7.4.3: - version "7.4.3" - resolved "https://registry.yarnpkg.com/better-sqlite3-with-prebuilds/-/better-sqlite3-with-prebuilds-7.4.3.tgz#2ed9c5649a8eb1cf2bece7d3f4849b184ddde038" - integrity sha512-E1MWyMz5RFZCdRNzIcR245dRVR3u1qZO2uV+8Z9Vb/PJsQ6uxOuOnSfA+rZdkuvDbVTbdpowKNL1tuO6FJyt0A== +better-sqlite3-with-prebuilds@7.1.8: + version "7.1.8" + resolved "https://registry.yarnpkg.com/better-sqlite3-with-prebuilds/-/better-sqlite3-with-prebuilds-7.1.8.tgz#3090c478fe9b60e74ce053a76807b189784f62d7" + integrity sha512-trwg1qhN91cPYEB8D2K0KVHIsMsiAnxKx6/syfQ7rLrtD+zOS3fqJq4VGszMF+OuYAZJNAR4oLsikys3YW/6aA== dependencies: "@types/integer" latest bindings "^1.5.0"