1
0
Fork 0

Fix xml feed validity

This commit is contained in:
Chocobozzz 2022-02-08 11:10:48 +01:00
parent af6b45e5d9
commit 0e00f894c6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.23.0",
"@babel/parser": "7.16.8",
"@peertube/feed": "^5.0.0",
"@peertube/feed": "^5.0.1",
"@peertube/http-signature": "^1.4.0",
"@uploadx/core": "^5.0.0",
"async": "^3.0.1",

View File

@ -1449,10 +1449,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
"@peertube/feed@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@peertube/feed/-/feed-5.0.0.tgz#f8cbc1e526a7af3112fca6d1859362b0bea13024"
integrity sha512-YR78vHocVJsHWETz1US1+A4BZlu7Bykd0GuwCTdIQ1nfrfMXDBOiC/HM8+TYBqkp5oAqAbVyeVo6VxhpZzE3sw==
"@peertube/feed@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@peertube/feed/-/feed-5.0.1.tgz#8d0e188b1c0120efb0e7064933658f0894aa2e92"
integrity sha512-WQLcpBU2bqcrle6XAmIwQWKnmqNuEN1SiGuQzAMdHndLTEIMKD28qL1ONMFifo4s/OugbFftIyXdrZPZQcg8RA==
dependencies:
xml-js "^1.6.11"