From edd8e23164f3772fa37d8ad187647c5417ab37eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 10:42:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d84ef4f..621ff65 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "coveralls": "^3.0.2", "datasource-sql": "^0.1.4", "dotenv": "^6.2.0", - "eslint": "^5.14.1", + "eslint": "^9.26.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "^2.15.0", @@ -36,11 +36,11 @@ "knex": "^0.16.3", "lodash": "^4.17.11", "node-fetch": "^2.3.0", - "nodemon": "^1.18.10", + "nodemon": "^2.0.0", "pg": "^7.8.0", "prettier": "^1.16.4", "sequelize": "^4.39.0", - "sqlite3": "^4.0.3" + "sqlite3": "^5.0.3" }, "devDependencies": { "fs": "0.0.2",