Updating Dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-01-07 23:03:35 +01:00
parent e9e580b74d
commit 50006cb799
2 changed files with 333 additions and 2113 deletions

2416
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,23 +13,23 @@
"watch": "concurrently npm:watch-*"
},
"devDependencies": {
"@types/dotenv": "^4.0.3",
"@types/dotenv": "^8.2.0",
"@types/html-entities": "^1.2.16",
"@types/lowdb": "^1.0.5",
"@types/node": "^10.7.0",
"@types/node-fetch": "^2.1.2",
"concurrently": "^4.1.0",
"nodemon": "^1.18.3",
"typescript": "^3.0.1"
"@types/node": "^13.1.4",
"@types/node-fetch": "^2.5.4",
"concurrently": "^5.0.2",
"nodemon": "^2.0.2",
"typescript": "^3.7.4"
},
"dependencies": {
"@hibas123/nodelogging": "^1.3.12",
"dotenv": "^6.0.0",
"@hibas123/nodelogging": "^2.1.2",
"dotenv": "^8.2.0",
"html-entities": "^1.2.1",
"lowdb": "^1.0.0",
"node-fetch": "^2.2.0",
"rss-parser": "^3.4.2",
"node-fetch": "^2.6.0",
"rss-parser": "^3.7.3",
"ssl-root-cas": "^1.2.5",
"telegraf": "^3.24.1"
"telegraf": "^3.35.0"
}
}