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"