Updated unprint to fix response OK.

This commit is contained in:
DebaucheryLibrarian
2026-02-24 03:15:18 +01:00
parent a52042b56c
commit 60b8271e4f
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.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

@@ -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",