Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
a52042b56c 1.249.8 2026-02-24 02:32:42 +01:00
DebaucheryLibrarian
7a3dac865e Updated unprint for browser context close fix. 2026-02-24 02:32:40 +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.7",
"version": "1.249.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.249.7",
"version": "1.249.8",
"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.33",
"unprint": "^0.18.34",
"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.33",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.33.tgz",
"integrity": "sha512-SCVWfYCou5aUXxJOFaG2LOmhRB+NO5ZxyO4gnpS2iUCb7vKpEgAqpgux5kL8AX0vg7Uhir8+X/Z4c/6tsLhUVQ==",
"version": "0.18.34",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.34.tgz",
"integrity": "sha512-N2ujlmMl4NFbQnwW/JtvSkkyCd/oVusnrapOfdDFHOwipngk9NEDEOlNaQ8y2MHqi31jj1x0Zlt00SIqx6HPqw==",
"license": "ISC",
"dependencies": {
"bottleneck": "^2.19.5",

View File

@@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.249.7",
"version": "1.249.8",
"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.33",
"unprint": "^0.18.34",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",