Updated unprint for browser retirement.

This commit is contained in:
DebaucheryLibrarian 2026-01-04 05:38:55 +01:00
parent 0a5a84c0d4
commit 9cf1514eb8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -92,7 +92,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.17.6",
"unprint": "^0.17.7",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@ -18403,9 +18403,9 @@
}
},
"node_modules/unprint": {
"version": "0.17.6",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.17.6.tgz",
"integrity": "sha512-ZaoWMq46WPMJ2k6HSW/Ue8OQ/UTrGWUfPbWCTjHvLlk02Rnguodi/vC8dNJjfBCBATXiqwVmnXp03nmSfqqEKg==",
"version": "0.17.7",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.17.7.tgz",
"integrity": "sha512-faESg+KnVQLZ9LfMKMK6+9MKYLXgL9g6mQ8V/o4bd0QXfBtpKbN+mq/pyWf2QyJVziG9ZgHo03YlUx0rDrDaSw==",
"dependencies": {
"axios": "^0.27.2",
"bottleneck": "^2.19.5",

View File

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