From 352c1fdee0077171fafa41c2bfaa5d72b46466d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:52:44 +0000 Subject: [PATCH] fix(deps): update dependency linkedom to v0.16.10 --- package-lock.json | 41 ++++++++++++++++++++++++++++++----------- package.json | 4 ++-- 2 files changed, 32 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 960066ee..02cdcc69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "license": "MPL-2.0", "dependencies": { "@cliqz/url-parser": "1.1.5", "abortcontroller-polyfill": "1.7.5", "anonymous-credentials": "https://github.com/human-web/anonymous-credentials/releases/download/1.0.0/anonymous-credentials-1.0.0.tgz", "dexie": "3.2.4", - "linkedom": "0.14.12", + "linkedom": "0.16.10", "pako": "2.1.0", "punycode": "2.3.1", "star-wasm": "https://github.com/brave/web-discovery-project/releases/download/star-wasm-0.1.3.tgz/star-wasm-0.1.3.tgz", @@ -9709,6 +9709,7 @@ "version": "8.0.2", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "dev": true, "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", { @@ -10888,15 +10889,33 @@ } }, "node_modules/linkedom": { - "version": "0.14.12", - "resolved": "https://registry.npmjs.org/linkedom/-/linkedom-0.14.12.tgz", - "integrity": "sha512-8uw8LZifCwyWeVWr80T79sQTMmNXt4Da7oN5yH5gTXRqQM+TuZWJyBqRMcIp32zx/f8anHNHyil9Avw9y76ziQ==", + "version": "0.16.10", + "resolved": "https://registry.npmjs.org/linkedom/-/linkedom-0.16.10.tgz", + "integrity": "sha512-c316CX1FiPMU1v4+ExUzxr/gD5xqyCX2M3qtyL2nuoYQTsk0F5jRRwOFG7jRRxD3w7ONbLTLMrGBvq++Hmzzhg==", "dependencies": { "css-select": "^5.1.0", "cssom": "^0.5.0", "html-escaper": "^3.0.3", - "htmlparser2": "^8.0.1", - "uhyphen": "^0.1.0" + "htmlparser2": "^9.1.0", + "uhyphen": "^0.2.0" + } + }, + "node_modules/linkedom/node_modules/htmlparser2": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz", + "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.1.0", + "entities": "^4.5.0" } }, "node_modules/loader-runner": { @@ -15900,9 +15919,9 @@ } }, "node_modules/uhyphen": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/uhyphen/-/uhyphen-0.1.0.tgz", - "integrity": "sha512-o0QVGuFg24FK765Qdd5kk0zU/U4dEsCtN/GSiwNI9i8xsSVtjIAOdTaVhLwZ1nrbWxFVMxNDDl+9fednsOMsBw==" + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/uhyphen/-/uhyphen-0.2.0.tgz", + "integrity": "sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==" }, "node_modules/underscore": { "version": "1.13.6", diff --git a/package.json b/package.json index e63de75e..b21b4bb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "description": "Standalone Web Discovery Project package and extension", "scripts": { "lint": "node fern.js lint", @@ -114,7 +114,7 @@ "abortcontroller-polyfill": "1.7.5", "anonymous-credentials": "https://github.com/human-web/anonymous-credentials/releases/download/1.0.0/anonymous-credentials-1.0.0.tgz", "dexie": "3.2.4", - "linkedom": "0.14.12", + "linkedom": "0.16.10", "pako": "2.1.0", "punycode": "2.3.1", "star-wasm": "https://github.com/brave/web-discovery-project/releases/download/star-wasm-0.1.3.tgz/star-wasm-0.1.3.tgz",