Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only set allowedOrigin when needed #590

Closed
wants to merge 10 commits into from
233 changes: 181 additions & 52 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/cli",
"version": "4.3.2",
"version": "4.3.3",
"description": "A CLI for accessibility testing using axe-core",
"author": {
"name": "Wilco Fiers",
Expand Down Expand Up @@ -44,9 +44,9 @@
"testing"
],
"dependencies": {
"@axe-core/webdriverjs": "^4.3.2",
"@axe-core/webdriverjs": "^4.3.3",
"axe-core": "^4.3.3",
"chromedriver": "^96.0.0",
"chromedriver": "^107.0.0",
"colors": "^1.4.0",
"commander": "^7.1.0",
"selenium-webdriver": "^4.0.0-beta.4"
Expand Down
80 changes: 40 additions & 40 deletions packages/playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/playwright",
"version": "4.3.2",
"version": "4.3.3",
"description": "Provides a method to inject and analyze web pages using axe",
"contributors": [
{
Expand Down
Loading