From a4ab9b29f7b251a9a53de0ac08c1fcf41b0ea940 Mon Sep 17 00:00:00 2001 From: Alex-302 Date: Mon, 8 Apr 2024 12:33:15 +0300 Subject: [PATCH] Updated hostlist-compiler to 1.0.24 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7e0b027fdb..4ef28f5042 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adguard-sdn-filter", - "version": "1.0.1", + "version": "1.0.2", "description": "AdGuard DNS filter. A filter composed of several other filters (AdGuard Base filter, Social media filter, Tracking Protection filter, Mobile Ads filter, EasyList and EasyPrivacy) and simplified specifically to be better compatible with DNS-level ad blocking.", "repository": "https://github.com/AdguardTeam/AdGuardSDNSFilter", "author": "AdGuard", @@ -9,6 +9,6 @@ "build": "./scripts/build.sh" }, "dependencies": { - "@adguard/hostlist-compiler": "1.0.22" + "@adguard/hostlist-compiler": "1.0.24" } } diff --git a/yarn.lock b/yarn.lock index 4313f80369..e54f0dc3a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@adguard/hostlist-compiler@1.0.22": - version "1.0.22" - resolved "https://registry.yarnpkg.com/@adguard/hostlist-compiler/-/hostlist-compiler-1.0.22.tgz#45ba54bcc091a60f032e13849b5f05b8f27d52aa" - integrity sha512-zWKErcgzv03/WIvUKA9TfB76C+ImXSSyjPcN/6eL87PaJxd+2Td3tDgzFaEEM5DFs3PEG7PNJEljAkAPivEqow== +"@adguard/hostlist-compiler@1.0.24": + version "1.0.24" + resolved "https://registry.yarnpkg.com/@adguard/hostlist-compiler/-/hostlist-compiler-1.0.24.tgz#7d5545650100f69677d9fcce0bc7c371f6915e25" + integrity sha512-OhyQxzm482dcrkmWAg+qZGKrvjPWM2xpxroYXfG1R2nNnyYs+IQyP0zIQ2Q96D1FfsWZBB9hJWiVvJVQObq/aA== dependencies: ajv "^6.12.0" ajv-errors "^1.0.1"