Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 79f78a0e63 1.244.84 2025-12-24 05:48:54 +01:00
DebaucheryLibrarian ff457940a3 Updated unprint to support browser proxies. 2025-12-24 05:48:50 +01:00
2 changed files with 17 additions and 8 deletions

21
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.244.83",
"version": "1.244.84",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.244.83",
"version": "1.244.84",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",
@ -92,7 +92,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.17.4",
"unprint": "^0.17.5",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@ -18403,9 +18403,9 @@
}
},
"node_modules/unprint": {
"version": "0.17.4",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.17.4.tgz",
"integrity": "sha512-00UykWsC5SWGvq9pMLEZm2iPoKXqUWkWatvk8JIutHY7erAJjEvTjToRDmJpDV3r3+Kbo6ToAuJbh76c8TW5Uw==",
"version": "0.17.5",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.17.5.tgz",
"integrity": "sha512-To51YdA26KMZbpI4arqmQiq42EId5jyBwoOGIs3AIP8vNlis/z2dwBCxINi7h5lUfcEhKGcLmlPyk5Oo9dSKJA==",
"dependencies": {
"axios": "^0.27.2",
"bottleneck": "^2.19.5",
@ -18415,6 +18415,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"jsdom": "^17.0.0",
"moment-timezone": "^0.5.34",
"object-hash": "^3.0.0",
"patchright": "^1.56.1",
"srcset": "^4.0.0",
"tunnel": "^0.0.6"
@ -18605,6 +18606,14 @@
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
"integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
},
"node_modules/unprint/node_modules/object-hash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
"engines": {
"node": ">= 6"
}
},
"node_modules/unprint/node_modules/parse5": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.244.83",
"version": "1.244.84",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {
@ -151,7 +151,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.17.4",
"unprint": "^0.17.5",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",