1
0
Fork 0

Fix atom feed with science and technology category

This commit is contained in:
Chocobozzz 2023-09-01 10:09:10 +02:00
parent 0cc1a69881
commit d2640682f6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 5 additions and 6 deletions

View File

@ -106,7 +106,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.0",
"@peertube/feed": "^5.1.1",
"@peertube/http-signature": "^1.7.0",
"@uploadx/core": "^6.0.0",
"async-lru": "^1.1.1",

View File

@ -17,7 +17,6 @@ function apiFailMiddleware (req: express.Request, res: express.Response, next: e
error: message
})
const json = new ProblemDocument({
status,
title,

View File

@ -2247,10 +2247,10 @@
dependencies:
"@opentelemetry/core" "^1.1.0"
"@peertube/feed@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@peertube/feed/-/feed-5.1.0.tgz#e2fec950459ebaa32ea35791c45177f8b6fa85e9"
integrity sha512-ggwIbjxh4oc1aAGYV7ZxtIpiEIGq3Rkg6FxvOSrk/EPZ76rExoIJCjKeSyd4zb/sGkyKldy+bGs1OUUVidWWTQ==
"@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==
dependencies:
xml-js "^1.6.11"