Skip to content

Commit

Permalink
feat: bump axe-core to 4.2.0 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed May 6, 2021
1 parent c36a2a1 commit 2bf4a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/axe-core-api/lib/loader.rb
Expand Up @@ -10,6 +10,7 @@ def initialize(page, lib)

def call(source)
@page.execute_script source
@page.execute_script "axe.configure({ allowedOrigins: ['<unsafe_all_origins>'] });"
Common::Hooks.run_after_load @lib
load_into_iframes(source) unless Axe::Configuration.instance.skip_iframes
end
Expand Down
2 changes: 1 addition & 1 deletion packages/axe-core-api/package.json
Expand Up @@ -2,6 +2,6 @@
"name": "axe-core-api",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "^4.1.2"
"axe-core": "^4.2.0"
}
}

0 comments on commit 2bf4a90

Please sign in to comment.