🔀 Merge branch 'umireon-fix-dependencies'

This commit is contained in:
Jan Oberhauser 2021-06-20 10:58:49 +02:00
commit 9527d1ca0d
3 changed files with 6 additions and 3 deletions

View file

@ -82,7 +82,7 @@
"dependencies": {
"@oclif/command": "^1.5.18",
"@oclif/errors": "^1.2.2",
"@types/jsonwebtoken": "^8.3.4",
"@types/jsonwebtoken": "^8.5.2",
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",

View file

@ -40,6 +40,7 @@
"@types/lodash.set": "^4.3.6",
"@types/node": "^14.14.40",
"@types/quill": "^2.0.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"@vue/cli-plugin-babel": "^4.1.2",
@ -78,7 +79,7 @@
"ts-jest": "^26.3.0",
"tslint": "^6.1.2",
"typescript": "~3.9.7",
"uuid": "^8.1.0",
"uuid": "^8.3.0",
"vue": "^2.6.9",
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
"vue-json-pretty": "1.7.1",

View file

@ -587,8 +587,10 @@
"@types/gm": "^1.18.2",
"@types/imap-simple": "^4.2.0",
"@types/jest": "^26.0.13",
"@types/jsonwebtoken": "^8.5.2",
"@types/lodash.set": "^4.3.6",
"@types/mailparser": "^2.7.3",
"@types/mime-types": "^2.1.0",
"@types/moment-timezone": "^0.5.12",
"@types/mongodb": "^3.5.4",
"@types/mqtt": "^2.5.0",
@ -640,9 +642,9 @@
"mongodb": "^3.6.9",
"mqtt": "4.2.6",
"mssql": "^6.2.0",
"node-ssh": "^11.0.0",
"mysql2": "~2.2.0",
"n8n-core": "~0.74.0",
"node-ssh": "^11.0.0",
"nodemailer": "^6.5.0",
"pdf-parse": "^1.1.1",
"pg": "^8.3.0",