From 909b3ff6e4bdda18303ca05afbe9e139d155f96b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:01:33 -0400 Subject: [PATCH] chore: Update @axe-core/watcher (#206) Co-authored-by: stephenmathieson --- cypress/basic/package.json | 2 +- cypress/iframes/package.json | 2 +- cypress/manual-mode/package.json | 2 +- cypress/multi-page/package.json | 2 +- playwright-test/basic/package.json | 2 +- playwright-test/multi-page/package.json | 2 +- playwright/basic/package.json | 2 +- playwright/manual-mode/package.json | 2 +- playwright/typescript-multi-page/package.json | 2 +- puppeteer/basic/package.json | 2 +- puppeteer/typescript-multi-page/package.json | 2 +- wdio/test-runner/typescript/package.json | 2 +- wdio/typescript-multi-page/package.json | 2 +- wdio/v7/typescript-basic/package.json | 2 +- webdriverjs/basic/package.json | 2 +- webdriverjs/testing/package.json | 2 +- webdriverjs/typescript-multi-page/package.json | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/cypress/basic/package.json b/cypress/basic/package.json index 477d92a..395861f 100644 --- a/cypress/basic/package.json +++ b/cypress/basic/package.json @@ -5,7 +5,7 @@ "test": "cypress run --headed --browser=chrome" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "cypress": "^13.13.0" } } diff --git a/cypress/iframes/package.json b/cypress/iframes/package.json index 38c7393..c1023e1 100644 --- a/cypress/iframes/package.json +++ b/cypress/iframes/package.json @@ -3,7 +3,7 @@ "test": "cypress run --headed --browser=chrome" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "cypress": "^13.13.0" } } diff --git a/cypress/manual-mode/package.json b/cypress/manual-mode/package.json index 2a97dfa..c519c4b 100644 --- a/cypress/manual-mode/package.json +++ b/cypress/manual-mode/package.json @@ -5,7 +5,7 @@ "test": "cypress run --headed --browser=chrome" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "cypress": "^13.13.0" } } diff --git a/cypress/multi-page/package.json b/cypress/multi-page/package.json index ad17d73..f12b182 100644 --- a/cypress/multi-page/package.json +++ b/cypress/multi-page/package.json @@ -5,7 +5,7 @@ "test": "cypress run --headed --browser chrome" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "cypress": "^13.13.0" } } diff --git a/playwright-test/basic/package.json b/playwright-test/basic/package.json index ad9309b..5eeeb12 100644 --- a/playwright-test/basic/package.json +++ b/playwright-test/basic/package.json @@ -5,7 +5,7 @@ "test": "playwright test" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "@playwright/test": "^1.45.1" } } diff --git a/playwright-test/multi-page/package.json b/playwright-test/multi-page/package.json index 00bf66e..40d14f1 100644 --- a/playwright-test/multi-page/package.json +++ b/playwright-test/multi-page/package.json @@ -5,7 +5,7 @@ "test": "playwright test" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "@playwright/test": "^1.45.1", "typescript": "^5.5.3" } diff --git a/playwright/basic/package.json b/playwright/basic/package.json index 22beb3e..41b298b 100644 --- a/playwright/basic/package.json +++ b/playwright/basic/package.json @@ -5,7 +5,7 @@ "test": "mocha --timeout 5000 'tests/login.js'" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "chai": "^4", "mocha": "^10.6.0", "playwright": "^1.45.1" diff --git a/playwright/manual-mode/package.json b/playwright/manual-mode/package.json index 33c95c2..ec2659e 100644 --- a/playwright/manual-mode/package.json +++ b/playwright/manual-mode/package.json @@ -5,7 +5,7 @@ "test": "mocha --timeout 5000 'tests/login.js'" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "chai": "^4", "mocha": "^10.6.0", "playwright": "^1.45.1" diff --git a/playwright/typescript-multi-page/package.json b/playwright/typescript-multi-page/package.json index fe6b6be..06945de 100644 --- a/playwright/typescript-multi-page/package.json +++ b/playwright/typescript-multi-page/package.json @@ -5,7 +5,7 @@ "test": "mocha --require ts-node/register --timeout 10s tests/*.test.ts" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "chai": "^4", diff --git a/puppeteer/basic/package.json b/puppeteer/basic/package.json index 25bcda3..26071aa 100644 --- a/puppeteer/basic/package.json +++ b/puppeteer/basic/package.json @@ -5,7 +5,7 @@ "test": "mocha tests/*.js --timeout 10s" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "chai": "^4", "mocha": "^10.6.0", "puppeteer": "^22.13.0" diff --git a/puppeteer/typescript-multi-page/package.json b/puppeteer/typescript-multi-page/package.json index db13bde..7e7f389 100644 --- a/puppeteer/typescript-multi-page/package.json +++ b/puppeteer/typescript-multi-page/package.json @@ -5,7 +5,7 @@ "test": "mocha --require ts-node/register --timeout 10s tests/*.test.ts" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "chai": "^4", diff --git a/wdio/test-runner/typescript/package.json b/wdio/test-runner/typescript/package.json index a1c2ade..ada4ea0 100644 --- a/wdio/test-runner/typescript/package.json +++ b/wdio/test-runner/typescript/package.json @@ -5,7 +5,7 @@ "test": "wdio run wdio.config.ts" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", diff --git a/wdio/typescript-multi-page/package.json b/wdio/typescript-multi-page/package.json index 86af672..2c3a124 100644 --- a/wdio/typescript-multi-page/package.json +++ b/wdio/typescript-multi-page/package.json @@ -5,7 +5,7 @@ "test": "mocha --require ts-node/register --timeout 10s '*.test.ts'" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "@types/node": "^20.14.10", diff --git a/wdio/v7/typescript-basic/package.json b/wdio/v7/typescript-basic/package.json index e07dd9d..b3f765a 100644 --- a/wdio/v7/typescript-basic/package.json +++ b/wdio/v7/typescript-basic/package.json @@ -5,7 +5,7 @@ "test": "mocha --require ts-node/register --timeout 10s '**/*.test.ts'" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "@types/node": "^20.14.10", diff --git a/webdriverjs/basic/package.json b/webdriverjs/basic/package.json index 9bd0481..6f3beac 100644 --- a/webdriverjs/basic/package.json +++ b/webdriverjs/basic/package.json @@ -5,7 +5,7 @@ "test": "mocha --timeout 20s tests/*.js" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "chai": "^4", "chromedriver": "^126.0.4", "mocha": "^10.6.0", diff --git a/webdriverjs/testing/package.json b/webdriverjs/testing/package.json index 51404f8..b789494 100644 --- a/webdriverjs/testing/package.json +++ b/webdriverjs/testing/package.json @@ -5,7 +5,7 @@ "test": "SELENIUM_BROWSER=chrome mocha --timeout 20s tests/*.js" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "@types/selenium-webdriver": "^4.1.24", "chromedriver": "^126.0.4", "mocha": "^10.6.0", diff --git a/webdriverjs/typescript-multi-page/package.json b/webdriverjs/typescript-multi-page/package.json index 05c5bf4..4219251 100644 --- a/webdriverjs/typescript-multi-page/package.json +++ b/webdriverjs/typescript-multi-page/package.json @@ -5,7 +5,7 @@ "test": "mocha --require ts-node/register --timeout 10s tests/*.test.ts" }, "devDependencies": { - "@axe-core/watcher": "^3.16.0", + "@axe-core/watcher": "^3.16.1", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "@types/selenium-webdriver": "^4.1.24",