From 093f3add3119c2883569a60e4217dfb2ef8a0b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:39:29 +0000 Subject: [PATCH] Bump @adguard/hostlist-compiler from 2.1.0 to 2.1.1 Bumps [@adguard/hostlist-compiler](https://github.com/AdguardTeam/HostlistCompiler) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/AdguardTeam/HostlistCompiler/releases) - [Changelog](https://github.com/AdguardTeam/HostlistCompiler/blob/master/CHANGELOG.md) - [Commits](https://github.com/AdguardTeam/HostlistCompiler/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: "@adguard/hostlist-compiler" dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a88ee6884..286ce3733 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@adguard/hostlist-compiler": "^2.1.0", + "@adguard/hostlist-compiler": "^2.1.1", "@sindresorhus/slugify": "^3.0.0", "axios": "1.19.0", "fs-extra": "^11.3.6" @@ -52,7 +52,9 @@ } }, "node_modules/@adguard/hostlist-compiler": { - "version": "2.1.0", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@adguard/hostlist-compiler/-/hostlist-compiler-2.1.1.tgz", + "integrity": "sha512-d+4zFsYFOttaRvze6hhMcCyTRQ7mXGkJIQhth+ZQIiyLajtbNi2ND6ygc8C7gpxqOBDjZbfLA8Gkp1bI5POVzA==", "license": "GPL-3.0", "dependencies": { "@adguard/filters-downloader": "^2.3.1", diff --git a/package.json b/package.json index cd247241f..f66e4b4ac 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "node --test" }, "dependencies": { - "@adguard/hostlist-compiler": "^2.1.0", + "@adguard/hostlist-compiler": "^2.1.1", "@sindresorhus/slugify": "^3.0.0", "axios": "1.19.0", "fs-extra": "^11.3.6"