mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
➕ Add missing oauth-1.0a dependency #986
This commit is contained in:
parent
b9fc0b0ccf
commit
ed9fb413b4
|
@ -47,6 +47,7 @@
|
|||
"lodash.get": "^4.4.2",
|
||||
"mime-types": "^2.1.27",
|
||||
"n8n-workflow": "~0.42.0",
|
||||
"oauth-1.0a": "^2.2.6",
|
||||
"p-cancelable": "^2.0.0",
|
||||
"request": "^2.88.2",
|
||||
"request-promise-native": "^1.0.7"
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
"inquirer": "^7.0.1",
|
||||
"n8n-core": "^0.44.0",
|
||||
"n8n-workflow": "^0.39.0",
|
||||
"oauth-1.0a": "^2.2.6",
|
||||
"replace-in-file": "^6.0.0",
|
||||
"request": "^2.88.2",
|
||||
"tmp-promise": "^2.0.2",
|
||||
|
|
Loading…
Reference in a new issue