-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AG-36228 Updated agtree to v2.1.3 [browser-extension]
Merge in EXTENSIONS/browser-extension from fix/AG-36228 to master Squashed commit of the following: commit fbcc3dd Author: Kurbanali Ruslan <[email protected]> Date: Sat Nov 2 19:30:51 2024 +0500 fixed changelog commit aed9b2a Author: Kurbanali Ruslan <[email protected]> Date: Sat Nov 2 19:24:59 2024 +0500 updated changelog and deps
- Loading branch information
Showing
3 changed files
with
36 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@adguard/[email protected].2", "@adguard/agtree@^2.1.2": | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-2.1.2.tgz#b9017566fb1b6a46882f6d5c68b899a1824a299f" | ||
integrity sha512-4X7LsKMfQUo90TXVoZedHVjUS0zEDxAvMx0+JtYp2RwarmxVZYOIGygZPOoa6ihwUxUd3fmrsX0c6SQMldA+8Q== | ||
"@adguard/[email protected].3", "@adguard/agtree@^2.1.2", "@adguard/agtree@^2.1.3": | ||
version "2.1.3" | ||
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-2.1.3.tgz#25cbedfc35d06bc38b2a1f944d0396b84eef1b87" | ||
integrity sha512-Kf429Mq1cBtgOPbCtZH1cNI50DxKuZaS8LnzxPZc8pW+ZPWbUu6LAVSZ87791Dz7RxV5K0MsQsP8Iiqq8VFdKQ== | ||
dependencies: | ||
"@adguard/css-tokenizer" "^1.1.1" | ||
clone-deep "^4.0.1" | ||
|
@@ -69,12 +69,12 @@ | |
resolved "https://registry.yarnpkg.com/@adguard/translate/-/translate-1.0.2.tgz#e8076902f0950a62d40519d6eb389778516928a0" | ||
integrity sha512-TeQV4ngse/fcpFDCrtU5VqjZfQsdytSuGT8wF4biIM6c6v6W/tkUdrTDhNItq126hAZe65V8QgipTAp8qHdeZw== | ||
|
||
"@adguard/[email protected].5", "@adguard/tsurlfilter@^3.0.5": | ||
version "3.0.5" | ||
resolved "https://registry.yarnpkg.com/@adguard/tsurlfilter/-/tsurlfilter-3.0.5.tgz#5b81ef0fae641940dbf82d382d83504766204d93" | ||
integrity sha512-ZCJ1pUdPasVKZDMGdknHom3UANe9sQMHYHH99ScG8hZbOkTKIDfqTgAtVlI+hiyEfkRVrJWKHEApXAo1b1VSYw== | ||
"@adguard/[email protected].6", "@adguard/tsurlfilter@^3.0.6": | ||
version "3.0.6" | ||
resolved "https://registry.yarnpkg.com/@adguard/tsurlfilter/-/tsurlfilter-3.0.6.tgz#8b3cc0e57a70c45e368d74d5a1e194019ca62128" | ||
integrity sha512-4NKbUzz1uno63+/zYtX2ECiQIXpSjx1TPnTkjZL5V78qdow9HeXLORMAy+9cHkozVGdUb06yrjJZTy6P21JP2A== | ||
dependencies: | ||
"@adguard/agtree" "^2.1.2" | ||
"@adguard/agtree" "^2.1.3" | ||
"@adguard/css-tokenizer" "^1.1.1" | ||
"@adguard/scriptlets" "^1.12.1" | ||
cidr-tools "^6.4.1" | ||
|
@@ -86,16 +86,16 @@ | |
tldts "5.6.45" | ||
zod "3.21.4" | ||
|
||
"@adguard/[email protected].4": | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/@adguard/tswebextension/-/tswebextension-2.0.4.tgz#d2c2e667b8876fb1ac12b39ebc9e370013d67b2f" | ||
integrity sha512-V4oINFOXQyEqRVC2xZvfjvQQZ2MZ/dRztHyBIs0CgY0C/75s7QE9Az5AwmLZQqNV6fvbg1/iinTxhwzhaojghQ== | ||
"@adguard/[email protected].5": | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/@adguard/tswebextension/-/tswebextension-2.0.5.tgz#ad3c9b0836cb75e6aad8efb804ea55543aaffc91" | ||
integrity sha512-AZSQKWIMama6ZPyG6abfCxhajVG32wC6gIMSUUEooiwYrZLlOFmUipPF2jRRjP+yMGEzuEv7exv3nCJyjvh0QA== | ||
dependencies: | ||
"@adguard/agtree" "^2.1.2" | ||
"@adguard/agtree" "^2.1.3" | ||
"@adguard/assistant" "^4.3.70" | ||
"@adguard/extended-css" "^2.0.56" | ||
"@adguard/scriptlets" "^1.12.1" | ||
"@adguard/tsurlfilter" "^3.0.5" | ||
"@adguard/tsurlfilter" "^3.0.6" | ||
bowser "2.11.0" | ||
commander "11.0.0" | ||
fs-extra "11.1.1" | ||
|