Fix self link in atom feed

pull/6318/head
Chocobozzz 2024-04-05 08:50:38 +02:00
parent f84ac3ba41
commit 7163a1a044
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 5 additions and 5 deletions

View File

@ -104,7 +104,7 @@
"@opentelemetry/sdk-trace-base": "^1.15.1",
"@opentelemetry/sdk-trace-node": "^1.15.1",
"@opentelemetry/semantic-conventions": "^1.15.1",
"@peertube/feed": "^5.1.1",
"@peertube/feed": "^5.1.2",
"@peertube/http-signature": "^1.7.0",
"@smithy/node-http-handler": "^2.1.7",
"@uploadx/core": "^6.0.0",

View File

@ -1775,10 +1775,10 @@
dependencies:
"@opentelemetry/core" "^1.1.0"
"@peertube/feed@^5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@peertube/feed/-/feed-5.1.1.tgz#b2cc0ece4576fc3829cf77af84ac2d8bbce85375"
integrity sha512-/B1CvV4/5jtc2DQemo6uMP3kM7sE7mBtjrBqq/aD1bsJqJkTjhF33ewytTnw1BCEISVN7l3aufkxXWpU4gNz+Q==
"@peertube/feed@^5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@peertube/feed/-/feed-5.1.2.tgz#a7677b4a46c3f4c39f5c31a17ce4c0eb7522878b"
integrity sha512-YChsI7v+yzWk80dLKC66TebtuYF/joWutAKSK68ecV+lZXl5YzkadfFpciBYDaD8TAqABPFqjAJPXmaFsvJ/Gw==
dependencies:
xml-js "^1.6.11"