update aglint to v2.0.5 (#161102)

This commit is contained in:
Slava
2023-09-07 19:55:08 +03:00
committed by GitHub
parent f44dbab704
commit 3ce96d01a3
2 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@adguard/aglint": "^2.0.4",
"@adguard/aglint": "^2.0.5",
"husky": "^8.0.3"
}
}

View File

@@ -2,12 +2,12 @@
# yarn lockfile v1
"@adguard/aglint@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.4.tgz#eff23010ab9185c4703c85d8de1806842eb72fce"
integrity sha512-Fh86m1A3VX9WLkNF5iHJIkRxDwiue7PVAJIwO46AnhtRL9kiEg8mooPHC3/sj7WLhI0Re1JHyh3popuYZ+4fiw==
"@adguard/aglint@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.5.tgz#418a1cbedca2f356c32ce4f911ce5d163f2c55d3"
integrity sha512-2KiWZr9tDYlJR4gD1VmdH3lKRziQqS+JqMQzATc2gvZjHSIoLYANg+IOEwWuFUzSfQ2FN9bMxPkRodGIjQAryQ==
dependencies:
"@adguard/agtree" "^1.1.4"
"@adguard/agtree" "^1.1.5"
"@inquirer/checkbox" "^1.3.7"
"@inquirer/select" "^1.2.7"
chalk "4.1.2"
@@ -24,10 +24,10 @@
terminal-link "2.1.1"
text-table "^0.2.0"
"@adguard/agtree@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.4.tgz#36f99cf93c3e7cc0476f15881c1f1899b1627ca4"
integrity sha512-CGS84FHGyRtGUd2ThVdAYlmgRle+L+E1cB3YSvCRHvl+OO12LecoVnkKLHadmUf9z5BlwrrXFYEwwNCfdVcYbw==
"@adguard/agtree@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.5.tgz#d3ebcad00a24ac1ee1675722daaff42748965f0b"
integrity sha512-On8UwTPhvJVm84i/Zz926pFyMH/V34dLDNeAY5pb+78d+GcDfFl59o79sUSRCgjjNcxmjtj84KD+dl8aDEx35Q==
dependencies:
"@adguard/ecss-tree" "^1.0.8"
"@adguard/scriptlets" "^1.9.61"