axe-core 4.5.2 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "axe-core",
3
3
  "description": "Accessibility engine for automated Web UI testing",
4
- "version": "4.5.2",
4
+ "version": "4.6.0",
5
5
  "license": "MPL-2.0",
6
6
  "engines": {
7
7
  "node": ">=4"
@@ -174,7 +174,7 @@
174
174
  "typedarray": "^0.0.6",
175
175
  "typescript": "^4.7.4",
176
176
  "uglify-js": "^3.16.2",
177
- "wcag-act-rules": "github:w3c/wcag-act-rules#a60a4e62f2",
177
+ "wcag-act-rules": "github:w3c/wcag-act-rules#9416ea6",
178
178
  "weakmap-polyfill": "^2.0.4"
179
179
  },
180
180
  "lint-staged": {
package/sri-history.json CHANGED
@@ -322,5 +322,9 @@
322
322
  "4.5.2": {
323
323
  "axe.js": "sha256-GY6QNA/wTZYR80KdSFkH5BevH8QfsZGGbJ9qFzCkneY=",
324
324
  "axe.min.js": "sha256-4Jw5rCVL57KrRYPfrx9AC87f3txwWIpgTM5n/LbSPTQ="
325
+ },
326
+ "4.6.0": {
327
+ "axe.js": "sha256-THkPfmokl4bJu3OupcpOt0ndrVCtSuKHPAbmah9KOfI=",
328
+ "axe.min.js": "sha256-14jwyUq9PSLhUTnee2RUaKm1i5z93fVEhUTgPCLzGO0="
325
329
  }
326
330
  }