Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 6a28554

Browse files
committed
fix: update jsonwebtoken from v9.0.0 to v9.0.1
1 parent 50c236c commit 6a28554

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"lint:commit": "commitlint",
4343
"lint:editorconfig": "editorconfig-checker",
4444
"lint:markdown": "markdownlint-cli2",
45-
"lint:eslint": "eslint . --ignore-path .gitignore",
46-
"lint:prettier": "prettier . --check --ignore-path .gitignore",
45+
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore",
46+
"lint:prettier": "prettier . --check",
4747
"lint:staged": "lint-staged",
4848
"test": "cross-env NODE_ENV=test node --enable-source-maps --test build/",
4949
"release": "semantic-release",
@@ -55,7 +55,7 @@
5555
"socket.io": ">=3.0.0"
5656
},
5757
"dependencies": {
58-
"jsonwebtoken": "9.0.0"
58+
"jsonwebtoken": "9.0.1"
5959
},
6060
"devDependencies": {
6161
"@commitlint/cli": "17.6.7",

0 commit comments

Comments
 (0)