accessibility-insights-report 5.0.0 → 5.2.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.
Files changed (2) hide show
  1. package/drop/index.js +1 -0
  2. package/package.json +3 -3
package/drop/index.js CHANGED
@@ -3857,6 +3857,7 @@ var headingConfiguration = {
3857
3857
  id: "collect-headings",
3858
3858
  selector: "h1,h2,h3,h4,h5,h6,[role=heading]",
3859
3859
  any: [headingCheckId],
3860
+ matches: getMatchesFromRule("heading-order"),
3860
3861
  enabled: false
3861
3862
  }
3862
3863
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accessibility-insights-report",
3
- "version": "5.0.0",
3
+ "version": "5.2.0",
4
4
  "description": "Accessibility Insights Report",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -19,10 +19,10 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@fluentui/react": "^8.118.1",
22
- "axe-core": "4.8.4",
22
+ "axe-core": "4.10.2",
23
23
  "classnames": "^2.5.1",
24
24
  "lodash": "^4.17.21",
25
- "luxon": "^3.4.4",
25
+ "luxon": "^3.5.0",
26
26
  "react": "^18.3.1",
27
27
  "react-dom": "^18.3.1",
28
28
  "react-helmet-async": "^2.0.5",