mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Set to fixed crypto-js@3.1.9-1 as 3.2.0 breaks things
This commit is contained in:
parent
05c64341e6
commit
e67afb9e92
|
@ -25,6 +25,7 @@
|
|||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/cron": "^1.7.1",
|
||||
"@types/crypto-js": "^3.1.43",
|
||||
"@types/express": "^4.16.1",
|
||||
"@types/jest": "^24.0.18",
|
||||
|
@ -40,7 +41,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"cron": "^1.7.2",
|
||||
"crypto-js": "^3.1.9-1",
|
||||
"crypto-js": "3.1.9-1",
|
||||
"lodash.get": "^4.4.2",
|
||||
"mmmagic": "^0.5.2",
|
||||
"n8n-workflow": "~0.22.0",
|
||||
|
|
Loading…
Reference in a new issue