diff --git a/filter.txt b/filter.txt index 63e8e38..6a82204 100644 --- a/filter.txt +++ b/filter.txt @@ -2,7 +2,7 @@ ! Title: DeadEnd ! Description: The compilation of filters for AdGuard Home ! Homepage: https://github.com/ammnt/DeadEnd -! Last modified: 2023-11-11T11:21:52.372Z +! Last modified: 2023-11-11T11:47:05.542Z ! ! Compiled by @adguard/hostlist-compiler v1.0.22 ! diff --git a/yarn.lock b/yarn.lock index b117dd3..e9539d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,7 +9,7 @@ dependencies: ajv "^6.12.0" ajv-errors "^1.0.1" - axios "^1.6.1" + axios "^0.19.2" better-ajv-errors "^0.6.7" consola "^2.11.3" lodash "^4.17.15" @@ -28,7 +28,7 @@ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg== dependencies: - chalk "^2.4.1" + chalk "^2.0.0" esutils "^2.0.2" js-tokens "^4.0.0" @@ -39,6 +39,11 @@ dependencies: regenerator-runtime "^0.13.2" +"@types/color-name@^1.1.1": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.3.tgz#c488ac2e519c9795faa0d54e8156d54e66adc4e6" + integrity sha512-87W6MJCKZYDhLAx/J1ikW8niMvmGRyY+rpUxWpL1cO7F8Uu5CHuQoFv+R0/L5pgNdW4jTyda42kv60uwVIPjLw== + ajv-errors@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" @@ -104,7 +109,7 @@ chalk@^2.4.1: resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== dependencies: - ansi-styles "^4.0.0" + ansi-styles "^3.2.1" escape-string-regexp "^1.0.5" supports-color "^5.3.0"