Updating the dependencies

This commit is contained in:
Valentina 2021-12-09 15:56:34 +02:00
commit 912f025fd5

View file

@ -33,18 +33,18 @@
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.6", "@types/express": "^4.17.6",
"@types/jest": "^24.0.18", "@types/jest": "^26.0.13",
"@types/node": "^14.14.40", "@types/node": "14.17.27",
"@types/request-promise-native": "^1.0.17", "@types/request-promise-native": "~1.0.15",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"jest": "^24.9.0", "jest": "^26.4.2",
"n8n-workflow": "^0.70.0", "n8n-workflow": "~0.79.0",
"ts-jest": "^24.0.2", "ts-jest": "^26.3.0",
"tslint": "^5.17.0", "tslint": "^6.1.2",
"typescript": "~4.3.5" "typescript": "~4.3.5"
}, },
"dependencies": { "dependencies": {
"n8n-core": "^0.84.0" "n8n-core": "~0.96.0"
}, },
"jest": { "jest": {
"transform": { "transform": {