Fix xml feed validity
This commit is contained in:
parent
af6b45e5d9
commit
0e00f894c6
|
@ -79,7 +79,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.23.0",
|
"@aws-sdk/client-s3": "^3.23.0",
|
||||||
"@babel/parser": "7.16.8",
|
"@babel/parser": "7.16.8",
|
||||||
"@peertube/feed": "^5.0.0",
|
"@peertube/feed": "^5.0.1",
|
||||||
"@peertube/http-signature": "^1.4.0",
|
"@peertube/http-signature": "^1.4.0",
|
||||||
"@uploadx/core": "^5.0.0",
|
"@uploadx/core": "^5.0.0",
|
||||||
"async": "^3.0.1",
|
"async": "^3.0.1",
|
||||||
|
|
|
@ -1449,10 +1449,10 @@
|
||||||
"@nodelib/fs.scandir" "2.1.5"
|
"@nodelib/fs.scandir" "2.1.5"
|
||||||
fastq "^1.6.0"
|
fastq "^1.6.0"
|
||||||
|
|
||||||
"@peertube/feed@^5.0.0":
|
"@peertube/feed@^5.0.1":
|
||||||
version "5.0.0"
|
version "5.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/@peertube/feed/-/feed-5.0.0.tgz#f8cbc1e526a7af3112fca6d1859362b0bea13024"
|
resolved "https://registry.yarnpkg.com/@peertube/feed/-/feed-5.0.1.tgz#8d0e188b1c0120efb0e7064933658f0894aa2e92"
|
||||||
integrity sha512-YR78vHocVJsHWETz1US1+A4BZlu7Bykd0GuwCTdIQ1nfrfMXDBOiC/HM8+TYBqkp5oAqAbVyeVo6VxhpZzE3sw==
|
integrity sha512-WQLcpBU2bqcrle6XAmIwQWKnmqNuEN1SiGuQzAMdHndLTEIMKD28qL1ONMFifo4s/OugbFftIyXdrZPZQcg8RA==
|
||||||
dependencies:
|
dependencies:
|
||||||
xml-js "^1.6.11"
|
xml-js "^1.6.11"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue