Skip to content

Commit

Permalink
update compiler to v1.1.101
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored Oct 24, 2023
2 parents a9b192b + 440dc8f commit 1e5bf7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18.x

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AdGuard filters registry",
"homepage": "https://adguard.com",
"dependencies": {
"adguard-filters-compiler": "git+https://github.com/AdguardTeam/FiltersCompiler.git#v1.1.96"
"adguard-filters-compiler": "git+https://github.com/AdguardTeam/FiltersCompiler.git#v1.1.101"
},
"main": "index.js",
"scripts": {
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
resolved "https://registry.yarnpkg.com/@adguard/extended-css/-/extended-css-2.0.52.tgz#f5e7c3df1796deb96404a1b6441e7a4c729f09ac"
integrity sha512-T77MnFD/+A3q93MNEq13qPUXPQRBeOUO9LRyqslcaz7jD5qMcikX1nx436u3PXdZXZpa6R0nnwXQ7wwScDmVgw==

"@adguard/filters-downloader@^1.1.21":
version "1.1.21"
resolved "https://registry.yarnpkg.com/@adguard/filters-downloader/-/filters-downloader-1.1.21.tgz#db5d15af69544faca3d13c01f483efcf46a811fc"
integrity sha512-25qPnB+ZHBALwOCwFgX5PP8QD00nNZmpSQPyLov6OS6DSf2h1wFyJu3HZ8AtkacYkkrssrj73QMpGO6HvcMnKQ==
dependencies:
axios "^0.21.1"

"@adguard/scriptlets@^1.9.72":
version "1.9.72"
resolved "https://registry.yarnpkg.com/@adguard/scriptlets/-/scriptlets-1.9.72.tgz#79db94d91083b531ff83d37a97c2d608877e62f2"
Expand Down Expand Up @@ -70,16 +77,16 @@ acorn@^8.8.2:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==

"adguard-filters-compiler@git+https://github.com/AdguardTeam/FiltersCompiler.git#v1.1.96":
version "1.1.96"
resolved "git+https://github.com/AdguardTeam/FiltersCompiler.git#11f4ad310890edce13df0b9ddedc7e0b6c2a5856"
"adguard-filters-compiler@git+https://github.com/AdguardTeam/FiltersCompiler.git#v1.1.101":
version "1.1.101"
resolved "git+https://github.com/AdguardTeam/FiltersCompiler.git#0adb3359186a8c0add85dc42cd923090eb9ffe9c"
dependencies:
"@adguard/extended-css" "^2.0.52"
"@adguard/filters-downloader" "^1.1.21"
"@adguard/scriptlets" "^1.9.72"
"@adguard/tsurlfilter" "2.1.11"
ajv "^8.11.0"
child_process ">=1.0.2"
filters-downloader "git+https://github.com/AdguardTeam/FiltersDownloader.git#v1.1.12"
jsdom "^21.1.1"
md5 "2.3.0"
moment "^2.29.4"
Expand Down Expand Up @@ -259,12 +266,6 @@ fast-levenshtein@~2.0.6:
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=

"filters-downloader@git+https://github.com/AdguardTeam/FiltersDownloader.git#v1.1.12":
version "1.1.12"
resolved "git+https://github.com/AdguardTeam/FiltersDownloader.git#cf44f54d7e3c7c1a9e60073c77a3b9cf3780b54f"
dependencies:
axios "^0.21.1"

follow-redirects@^1.14.0:
version "1.14.9"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
Expand Down

0 comments on commit 1e5bf7d

Please sign in to comment.