From 44f98005944a321a73e49c823730ea2615b760fa Mon Sep 17 00:00:00 2001 From: David Haugh <63126104+DavidHaugh@users.noreply.github.com> Date: Fri, 4 Nov 2022 09:00:57 -0500 Subject: [PATCH] Update package.json Update sqlite3 version so that npm install will run successfully (as of 11/4/2022). With original error there is an error during npm install. Something like "ode-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d8171c..f0a959c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "pluralize": "^8.0.0", "sequelize": "^6.6.5", "slack-block-builder": "^2.1.1", - "sqlite3": "^4.2.0" + "sqlite3": "^5.0.2" }, "devDependencies": { "eslint": "^7.32.0",