Compare commits

..

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
9a0b0a8989 1.249.9 2026-02-24 03:15:20 +01:00
DebaucheryLibrarian
60b8271e4f Updated unprint to fix response OK. 2026-02-24 03:15:18 +01:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.249.8",
"version": "1.249.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.249.8",
"version": "1.249.9",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",
@@ -94,7 +94,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.18.34",
"unprint": "^0.18.35",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -20385,9 +20385,9 @@
}
},
"node_modules/unprint": {
"version": "0.18.34",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.34.tgz",
"integrity": "sha512-N2ujlmMl4NFbQnwW/JtvSkkyCd/oVusnrapOfdDFHOwipngk9NEDEOlNaQ8y2MHqi31jj1x0Zlt00SIqx6HPqw==",
"version": "0.18.35",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.35.tgz",
"integrity": "sha512-oTCBE8pGzfTFlSb0QbYv/ctICTmcU/K81gOPfchn+efLHu48hq1S3582JHvwXAXCjiRKZYatJlEFzUTXVtfuvA==",
"license": "ISC",
"dependencies": {
"bottleneck": "^2.19.5",

View File

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