chore: upgrade epg-grabber to 0.37.2

This fixes an issue with image URLs not being escaped and therefore
resulting in invalid XML.

See https://github.com/freearhey/epg-grabber/pull/21
This commit is contained in:
Diogo Correia 2024-11-25 12:08:33 +01:00
parent 7610f7b9f5
commit 46b096821f
No known key found for this signature in database
GPG key ID: 7B5273B10C4495CF
3 changed files with 12 additions and 12 deletions

View file

@ -2137,10 +2137,10 @@ entities@^4.2.0, entities@^4.3.0, entities@^4.4.0:
resolved "https://registry.npmjs.org/entities/-/entities-4.4.0.tgz"
integrity sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==
epg-grabber@^0.37.1:
version "0.37.1"
resolved "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.37.1.tgz"
integrity sha512-Q5gFLhrQGe+ou97Rs/VBRLgtYxSsnwzUEXs/V0cVmJhwpQedwMlG4VyEcc1TUDm53A+61T5fTtpmCsNUVb9N3g==
epg-grabber@^0.37.2:
version "0.37.2"
resolved "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.37.2.tgz"
integrity sha512-nW0LREl8pX0rEp7IMKqgbqQizvH/hqagCyv5ixwj7Pwdja7u8Kl2OpSicKr2iMt0ysO9cjqaSsWFWHHGgmVYtQ==
dependencies:
axios "^1.6.1"
axios-cache-interceptor "^0.10.3"