Skip to content

Commit eb2c822

Browse files
authored
Merge pull request #38 from derogab/dev
v1.6.2
2 parents 34c0060 + 752ce99 commit eb2c822

File tree

3 files changed

+46
-57
lines changed

3 files changed

+46
-57
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
liberapay: derogab
2-
ko_fi: derogab
3-
patreon: derogab
1+
github: derogab

package-lock.json

Lines changed: 41 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clownbot",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "A telegram bot to cheer up conversations in own chat groups",
55
"main": "bot.js",
66
"scripts": {
@@ -20,10 +20,9 @@
2020
"url": "https://github.com/derogab/clownbot/issues"
2121
},
2222
"dependencies": {
23-
"fs": "0.0.1-security",
24-
"giphy-api": "^2.0.2",
25-
"telegraf": "^4.4.2",
26-
"yaml": "^1.10.2"
23+
"giphy-api": "2.0.2",
24+
"telegraf": "4.4.2",
25+
"yaml": "2.1.3"
2726
},
2827
"engines": {
2928
"node": ">=8.1.3"

0 commit comments

Comments
 (0)