Updated unprint, fixes 404 response content.

This commit is contained in:
DebaucheryLibrarian 2024-08-22 03:21:35 +02:00
parent 80d8a9a830
commit 11be4a2cb9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -88,7 +88,7 @@
"tunnel": "0.0.6", "tunnel": "0.0.6",
"ua-parser-js": "^1.0.37", "ua-parser-js": "^1.0.37",
"undici": "^5.28.1", "undici": "^5.28.1",
"unprint": "^0.11.8", "unprint": "^0.11.9",
"url-pattern": "^1.0.3", "url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3", "v-tooltip": "^2.1.3",
"video.js": "^8.6.1", "video.js": "^8.6.1",
@ -18298,9 +18298,9 @@
} }
}, },
"node_modules/unprint": { "node_modules/unprint": {
"version": "0.11.8", "version": "0.11.9",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.11.8.tgz", "resolved": "https://registry.npmjs.org/unprint/-/unprint-0.11.9.tgz",
"integrity": "sha512-UCtfdbbHSNS/F0hlFwMa+ZmUqkVdp7V3SZVJjcMNnb0GUKm/7VWjhdvzHe+dIejhRdJykHfXWkI/BCbKwl51Vg==", "integrity": "sha512-ROb7d1o4w0ATTgMW970/z3xURbslfc2D/AmYTzT5RoXsaSbQZTXa5lSCQ/iZGGyzrTX1UGVqot0+AQIYf2c3IQ==",
"dependencies": { "dependencies": {
"axios": "^0.27.2", "axios": "^0.27.2",
"bottleneck": "^2.19.5", "bottleneck": "^2.19.5",

View File

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