Updated unprint for browser context close fix.

This commit is contained in:
DebaucheryLibrarian
2026-02-24 02:32:40 +01:00
parent 74e0fb721d
commit 7a3dac865e
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -94,7 +94,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.18.33", "unprint": "^0.18.34",
"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",
@@ -20385,9 +20385,9 @@
} }
}, },
"node_modules/unprint": { "node_modules/unprint": {
"version": "0.18.33", "version": "0.18.34",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.33.tgz", "resolved": "https://registry.npmjs.org/unprint/-/unprint-0.18.34.tgz",
"integrity": "sha512-SCVWfYCou5aUXxJOFaG2LOmhRB+NO5ZxyO4gnpS2iUCb7vKpEgAqpgux5kL8AX0vg7Uhir8+X/Z4c/6tsLhUVQ==", "integrity": "sha512-N2ujlmMl4NFbQnwW/JtvSkkyCd/oVusnrapOfdDFHOwipngk9NEDEOlNaQ8y2MHqi31jj1x0Zlt00SIqx6HPqw==",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"bottleneck": "^2.19.5", "bottleneck": "^2.19.5",

View File

@@ -153,7 +153,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.18.33", "unprint": "^0.18.34",
"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",