Merge remote-tracking branch 'vexorian/development'

This commit is contained in:
vexorian 2020-08-09 19:16:04 -04:00
commit b0f310adb0
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
# pseudotv 0.0.58-vx
![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/DEFENDORe/pseudotv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/defendore/pseudotv?logo=docker&logoColor=fff&style=flat-square)
Create live TV channel streams from media on your Plex servers.

6
package-lock.json generated
View File

@ -1151,9 +1151,9 @@
}
},
"angular": {
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz",
"integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ=="
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz",
"integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg=="
},
"angular-router-browserify": {
"version": "0.0.2",

View File

@ -16,7 +16,7 @@
"author": "Dan Ferguson",
"license": "ISC",
"dependencies": {
"angular": "^1.7.9",
"angular": "^1.8.0",
"angular-router-browserify": "0.0.2",
"axios": "^0.19.2",
"body-parser": "^1.19.0",