diff --git a/package-lock.json b/package-lock.json index 56558883..27ac06f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "tunnel": "0.0.6", "ua-parser-js": "^1.0.37", "undici": "^5.28.1", - "unprint": "^0.17.4", + "unprint": "^0.17.5", "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.4", - "resolved": "https://registry.npmjs.org/unprint/-/unprint-0.17.4.tgz", - "integrity": "sha512-00UykWsC5SWGvq9pMLEZm2iPoKXqUWkWatvk8JIutHY7erAJjEvTjToRDmJpDV3r3+Kbo6ToAuJbh76c8TW5Uw==", + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/unprint/-/unprint-0.17.5.tgz", + "integrity": "sha512-To51YdA26KMZbpI4arqmQiq42EId5jyBwoOGIs3AIP8vNlis/z2dwBCxINi7h5lUfcEhKGcLmlPyk5Oo9dSKJA==", "dependencies": { "axios": "^0.27.2", "bottleneck": "^2.19.5", @@ -18415,6 +18415,7 @@ "eslint-config-airbnb-base": "^15.0.0", "jsdom": "^17.0.0", "moment-timezone": "^0.5.34", + "object-hash": "^3.0.0", "patchright": "^1.56.1", "srcset": "^4.0.0", "tunnel": "^0.0.6" @@ -18605,6 +18606,14 @@ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" }, + "node_modules/unprint/node_modules/object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "engines": { + "node": ">= 6" + } + }, "node_modules/unprint/node_modules/parse5": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", diff --git a/package.json b/package.json index 023ef6d1..924dc2cb 100755 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "tunnel": "0.0.6", "ua-parser-js": "^1.0.37", "undici": "^5.28.1", - "unprint": "^0.17.4", + "unprint": "^0.17.5", "url-pattern": "^1.0.3", "v-tooltip": "^2.1.3", "video.js": "^8.6.1",