From 1dba55f0a63cd973473dc6d50d16aa500aa71ab1 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 16 Feb 2023 13:24:59 -0500 Subject: [PATCH] changes to eslint and update deps --- .eslintrc.json | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index a6a5569..f785b6e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -43,7 +43,8 @@ "consistent-return": "off", "no-continue": "off", "no-plusplus": "off", - "no-undef": "off" + "no-undef": "off", + "space-before-function-paren": "off" }, "ignorePatterns": "**/*.js" } diff --git a/package.json b/package.json index bafaae5..10027ba 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "@types/cron": "^1.7.3", "@types/express": "^4.17.13", "@types/helmet": "^0.0.48", - "@types/jsonwebtoken": "^8.5.6", "@types/ioredis": "4.28.10", + "@types/jsonwebtoken": "^8.5.6", "@types/node": "^16.11.12", "@types/nodemailer": "^6.4.4", "@types/puppeteer": "^5.4.4", @@ -50,7 +50,7 @@ "express": "^4.17.1", "helmet": "^4.6.0", "ioredis": "^4.28.2", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "mathjs": "^10.0.0", "moment": "^2.29.1", "mongoose": "^6.1.1",