Skip to content

Commit

Permalink
update node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed May 13, 2021
1 parent 384badf commit d5918af
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 84 deletions.
108 changes: 30 additions & 78 deletions plex-bot/package-lock.json

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

11 changes: 5 additions & 6 deletions plex-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
"main": "index.js",
"scripts": {},
"dependencies": {
"cookie": "^0.3.1",
"dotenv": "^6.2.0",
"es6-promise": "^4.2.8",
"fluent-ffmpeg": "^2.1.2",
"isomorphic-fetch": "^2.2.1",
"minimist": "^1.2.3",
"name-to-imdb": "^2.3.2",
"plex-api": "^5.3.1",
"sprintf-js": "^1.1.2",
"ws": "^7.3.0"
"cookie": "^0.4.1",
"dotenv": "^9.0.2",
"isomorphic-fetch": "^3.0.0",
"name-to-imdb": "^3.0.2",
"ws": "^7.4.5"
}
}

0 comments on commit d5918af

Please sign in to comment.