Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Feb 10, 2021
1 parent 4acf6e6 commit c1c9bc4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 44 deletions.
70 changes: 33 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"@doridian/puppeteer-page-proxy": "^1.2.11",
"@jef/pushbullet": "^2.4.3",
"@slack/web-api": "^6.0.0",
"@types/random-useragent": "^0.3.0",
"@types/redis": "^2.8.28",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"discord.js": "^12.5.1",
Expand All @@ -57,11 +55,11 @@
"puppeteer-extra-plugin-stealth": "^2.7.4",
"pushover-notifications": "^1.2.2",
"redis": "^3.0.2",
"top-user-agents": "^1.0.19",
"top-user-agents": "^1.0.21",
"twilio": "^3.55.1",
"twitch": "^4.4.8",
"twitch-auth": "^4.4.8",
"twitch-chat-client": "^4.4.8",
"twitch": "^4.4.9",
"twitch-auth": "^4.4.9",
"twitch-chat-client": "^4.4.9",
"twitter": "^1.7.1",
"winston": "^3.3.3"
},
Expand All @@ -74,6 +72,7 @@
"@types/node-notifier": "^8.0.0",
"@types/nodemailer": "^6.4.0",
"@types/puppeteer": "^5.4.3",
"@types/redis": "^2.8.28",
"@types/sinon": "^9.0.10",
"@types/twitter": "^1.7.0",
"c8": "^7.5.0",
Expand All @@ -82,7 +81,7 @@
"nodemon": "^2.0.7",
"sinon": "^9.2.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"typescript": "^4.1.4",
"webpack": "^5.21.2"
}
}
1 change: 1 addition & 0 deletions src/types/top-user-agents.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'top-user-agents';

0 comments on commit c1c9bc4

Please sign in to comment.