From f7ca5ea75d69e73e5438f69938802f62e122c3fd Mon Sep 17 00:00:00 2001 From: ammnt Date: Sat, 23 Mar 2024 19:30:07 +0300 Subject: [PATCH] updated: exclusions, inclusions and actions --- .github/workflows/build.yml | 4 ++-- exclusions.txt | 4 ++++ inclusions.txt | 1 + yarn.lock | 10 +++++----- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 733aa78..e90f144 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Install NodeJS uses: actions/setup-node@v4.0.2 @@ -31,7 +31,7 @@ jobs: id: yarn-cache-dir run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 id: yarn-cache with: path: ${{ steps.yarn-cache-dir.outputs.dir }} diff --git a/exclusions.txt b/exclusions.txt index 16f787e..ff85858 100644 --- a/exclusions.txt +++ b/exclusions.txt @@ -524,3 +524,7 @@ vkcdnservice.appspot.com^ |c.blue.*.com^| ||onetrust.com^ ||exponea.com^ +@@||api.personaclick.com^| +||debugbear.com^ +||www.debugbear.com^ +||rebrand.ly^ diff --git a/inclusions.txt b/inclusions.txt index 8f648ff..0950246 100644 --- a/inclusions.txt +++ b/inclusions.txt @@ -1347,3 +1347,4 @@ ||c.blue.*.com^ ||eu-office.events.data.microsoft.com^ ||report.zvuk.com^ +||urlstats.platformaofd.ru^ diff --git a/yarn.lock b/yarn.lock index da4ba3f..441c9ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -79,7 +79,7 @@ axios@^1.6.2: resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2" integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A== dependencies: - follow-redirects "^1.15.5" + follow-redirects "^1.15.6" form-data "^4.0.0" proxy-from-env "^1.1.0" @@ -203,10 +203,10 @@ find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" -follow-redirects@^1.15.5: - version "1.15.5" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020" - integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw== +follow-redirects@^1.15.6: + version "1.15.6" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" + integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== dependencies: debug "=3.1.0"