mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1614 from omnivore-app/fix/jsonwebtoken-for-import-handler
Add jsonwebtoken package to import-handler
This commit is contained in:
commit
807bd994e3
1 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.11.2",
|
||||
"@types/jsonwebtoken": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
"@google-cloud/tasks": "^3.0.5",
|
||||
"@types/express": "^4.17.13",
|
||||
"csv-parser": "^3.0.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"nodemon": "^2.0.15"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue