diff --git a/package-lock.json b/package-lock.json index f68bea7..37f4a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "jsonwebtoken": "9.0.0" + "jsonwebtoken": "9.0.1" }, "devDependencies": { "@commitlint/cli": "17.6.7", @@ -6593,9 +6593,9 @@ } }, "node_modules/jsonwebtoken": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz", - "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz", + "integrity": "sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==", "dependencies": { "jws": "^3.2.2", "lodash": "^4.17.21", diff --git a/package.json b/package.json index a02a0c8..6d72089 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "lint:commit": "commitlint", "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint-cli2", - "lint:eslint": "eslint . --ignore-path .gitignore", - "lint:prettier": "prettier . --check --ignore-path .gitignore", + "lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore", + "lint:prettier": "prettier . --check", "lint:staged": "lint-staged", "test": "cross-env NODE_ENV=test node --enable-source-maps --test build/", "release": "semantic-release", @@ -55,7 +55,7 @@ "socket.io": ">=3.0.0" }, "dependencies": { - "jsonwebtoken": "9.0.0" + "jsonwebtoken": "9.0.1" }, "devDependencies": { "@commitlint/cli": "17.6.7",