Updated unprint with browser clean-up fix.

This commit is contained in:
DebaucheryLibrarian
2026-03-20 23:42:59 +01:00
parent 35dbe29861
commit bbacaed5a5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -94,7 +94,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.19.9",
"unprint": "^0.19.10",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -20668,9 +20668,9 @@
}
},
"node_modules/unprint": {
"version": "0.19.9",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.19.9.tgz",
"integrity": "sha512-1za2IcWWoNfWEHMttA+ME5ck1XAvkfm3K3A/J7tOarkCvA++VTGvEGp/7Lvb7LVO5X5ACmou7mE2ROD/D7XR3Q==",
"version": "0.19.10",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.19.10.tgz",
"integrity": "sha512-iqcMxjyPmoABRAx9tCImNqdNUTd3xaLQs4D69ns0m9P9R8ULCP3+XWoZQQ/bKeMdmnSWQWqCdeL3Wljg/402ww==",
"dependencies": {
"bottleneck": "^2.19.5",
"cookie": "^1.1.1",

View File

@@ -153,7 +153,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.19.9",
"unprint": "^0.19.10",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",