Skip to content

Commit

Permalink
Updated AGLint to v2.0.9 (#177914)
Browse files Browse the repository at this point in the history
  • Loading branch information
105th authored Apr 27, 2024
1 parent 16d991c commit d6c8db1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"*.md": "markdownlint"
},
"devDependencies": {
"@adguard/aglint": "^2.0.8",
"@adguard/aglint": "^2.0.9",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"markdownlint": "^0.34.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# yarn lockfile v1


"@adguard/aglint@^2.0.8":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.8.tgz#82661e1bef23025161dc74d7b3dd24218f2e04d4"
integrity sha512-aRioaWDWItE3hjgvfUFvuzynQhorOk6/1aFug12Zsv1fmSZbmsx8tfP+RK/Z/oRx5QoSuHD+5y8lPYd34+qddw==
"@adguard/aglint@^2.0.9":
version "2.0.9"
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.9.tgz#2082b12107dd2090102a72d64d8397a09f5e98d0"
integrity sha512-1xnQdGNwk6xb9m8YyxbaMLbSTQ59tehlwv7P92O7MqIMFLoLJy70HPrx3JOTj+GRrSNQOuJFHJnl7LVvF7pyUw==
dependencies:
"@adguard/agtree" "^1.1.7"
"@adguard/agtree" "^1.1.8"
"@inquirer/checkbox" "^1.3.7"
"@inquirer/select" "^1.2.7"
chalk "4.1.2"
Expand All @@ -24,10 +24,10 @@
terminal-link "2.1.1"
text-table "^0.2.0"

"@adguard/agtree@^1.1.7":
version "1.1.7"
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.7.tgz#0bafee0396da704958ba6014ad83565e57c5b279"
integrity sha512-xol2aSim0BYnxCk/OULE3qXFToSnadNsl4q6DDjhHkXvKTr0Y6hnfq4Ub3BGgEpyzGYYkN37BDz8IEUDdpRyew==
"@adguard/agtree@^1.1.8":
version "1.1.8"
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.8.tgz#e001389bdb08476eb3c55e56922179a14e9b5fbf"
integrity sha512-5k9bYA+JSfZgYTvwahkM8ihIf1fvP+RxA1dKLgkRIGa6ixOSWNKv/pN0Rpiy0DwZJbC9X/OeZrtdW66jASH/JA==
dependencies:
"@adguard/ecss-tree" "^1.0.8"
"@adguard/scriptlets" "^1.9.61"
Expand Down

0 comments on commit d6c8db1

Please sign in to comment.