Update deps

This commit is contained in:
freearhey 2025-02-01 00:03:19 +03:00
parent f55f2bc807
commit 103a6e7227
3 changed files with 27 additions and 24 deletions

30
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@freearhey/core": "^0.5.1",
"@ntlab/sfetch": "^1.0.0",
"@ntlab/sfetch": "^1.2.0",
"@octokit/core": "^6.1.3",
"@octokit/plugin-paginate-rest": "^11.3.6",
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
@ -38,7 +38,7 @@
"csv-parser": "^3.0.0",
"cwait": "^1.1.2",
"dayjs": "^1.11.10",
"epg-grabber": "^0.37.5",
"epg-grabber": "^0.38.0",
"epg-parser": "^0.3.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.0.0",
@ -1864,9 +1864,9 @@
}
},
"node_modules/@ntlab/sfetch": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@ntlab/sfetch/-/sfetch-1.0.0.tgz",
"integrity": "sha512-AWrC43z1TncvB7S7dl9Wn8xZpCqdKFBfXqaN3BXPfJeS3gxV9Fm86eAsW95YdXTOgPWbCC/GAgVuXi6Aot6DkQ==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@ntlab/sfetch/-/sfetch-1.2.0.tgz",
"integrity": "sha512-9SE4NnqWo8l6mG0rnAkgng6ozSamIpF3EC+GOTQGGa6eAC0tNJvzrylMz6YRjjEGH6mOfn7ZBAuKj5WIZUul6A==",
"dependencies": {
"axios": "^1.7.9"
}
@ -4193,9 +4193,9 @@
}
},
"node_modules/epg-grabber": {
"version": "0.37.5",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.37.5.tgz",
"integrity": "sha512-mkT22NU5docsw6qJByBC5oMKFYETyX/PU7Iq3MQ1MS4A+C2Ale6tm+QN7BRW/9Cd5/szfr/YdkzDUZaoyO5vvw==",
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.38.0.tgz",
"integrity": "sha512-jbwTgi6G7e+zrb2oNC0C7mcQYoRkFnvhXCurexeICaEy4avRB6WS5rD/yfqYoiqaXOM3x1BNBpCKFYoS7Ob5YA==",
"dependencies": {
"axios": "^1.6.1",
"axios-cache-interceptor": "^0.10.3",
@ -4210,6 +4210,7 @@
"http-cookie-agent": "^6.0.8",
"lodash": "^4.17.21",
"node-gzip": "^1.1.2",
"socks-proxy-agent": "^8.0.5",
"tough-cookie": "^5.0.0",
"winston": "^3.3.3",
"xml-js": "^1.6.11"
@ -9719,9 +9720,9 @@
}
},
"@ntlab/sfetch": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@ntlab/sfetch/-/sfetch-1.0.0.tgz",
"integrity": "sha512-AWrC43z1TncvB7S7dl9Wn8xZpCqdKFBfXqaN3BXPfJeS3gxV9Fm86eAsW95YdXTOgPWbCC/GAgVuXi6Aot6DkQ==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@ntlab/sfetch/-/sfetch-1.2.0.tgz",
"integrity": "sha512-9SE4NnqWo8l6mG0rnAkgng6ozSamIpF3EC+GOTQGGa6eAC0tNJvzrylMz6YRjjEGH6mOfn7ZBAuKj5WIZUul6A==",
"requires": {
"axios": "^1.7.9"
}
@ -11338,9 +11339,9 @@
"integrity": "sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA=="
},
"epg-grabber": {
"version": "0.37.5",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.37.5.tgz",
"integrity": "sha512-mkT22NU5docsw6qJByBC5oMKFYETyX/PU7Iq3MQ1MS4A+C2Ale6tm+QN7BRW/9Cd5/szfr/YdkzDUZaoyO5vvw==",
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.38.0.tgz",
"integrity": "sha512-jbwTgi6G7e+zrb2oNC0C7mcQYoRkFnvhXCurexeICaEy4avRB6WS5rD/yfqYoiqaXOM3x1BNBpCKFYoS7Ob5YA==",
"requires": {
"axios": "^1.6.1",
"axios-cache-interceptor": "^0.10.3",
@ -11355,6 +11356,7 @@
"http-cookie-agent": "^6.0.8",
"lodash": "^4.17.21",
"node-gzip": "^1.1.2",
"socks-proxy-agent": "^8.0.5",
"tough-cookie": "^5.0.0",
"winston": "^3.3.3",
"xml-js": "^1.6.11"