From fdcd1f5812b3bebabfbb44164bd46e33a0300155 Mon Sep 17 00:00:00 2001 From: jellizaveta Date: Mon, 13 Jan 2025 13:52:19 +0300 Subject: [PATCH] Update hostlist-compiler to 1.0.34 version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2a62d436c4f..33c6399e06c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "node": ">=18" }, "dependencies": { - "@adguard/hostlist-compiler": "^1.0.29", + "@adguard/hostlist-compiler": "^1.0.34", "chalk": "^4.0.0", "dayjs": "^1.11.11", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index c910fdc5f92..5203273e226 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@adguard/hostlist-compiler@^1.0.29": - version "1.0.29" - resolved "https://registry.yarnpkg.com/@adguard/hostlist-compiler/-/hostlist-compiler-1.0.29.tgz#838b79fe332e6fc7e52447740f5c4673a3567195" - integrity sha512-6psnrT9unsgjvU04ph3UWlKT4xDZRb5MGvyvdPEH7zppvWFf+CieFuCWYUHbiUGepFRkzrlc7QMPdv14dPiQyQ== +"@adguard/hostlist-compiler@^1.0.34": + version "1.0.34" + resolved "https://registry.yarnpkg.com/@adguard/hostlist-compiler/-/hostlist-compiler-1.0.34.tgz#81d0e4e71c9d007185ccea26c931fe92f7afb055" + integrity sha512-JRsB4Jn1KwbrsU6k5qEUP/oUg0fY2KDklUbLEYI/qLQgxiD2iLpsBVE1Ans8c76zc9T1geCsoexpkJsHl9+b5g== dependencies: ajv "^6.12.0" ajv-errors "^1.0.1"