@axe-core/watcher 3.16.0-next.b08463c8 → 3.16.0-next.b13ee293

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@axe-core/watcher",
3
- "version": "3.16.0-next.b08463c8",
3
+ "version": "3.16.0-next.b13ee293",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",
9
- "extension"
9
+ "extension",
10
+ "LICENSES-3RD-PARTY.md"
10
11
  ],
11
12
  "scripts": {
12
13
  "build": "tsc --removeComments && tsc --declaration --emitDeclarationOnly",
@@ -25,7 +26,7 @@
25
26
  "uuid": "^10.0.0"
26
27
  },
27
28
  "devDependencies": {
28
- "@deque/advanced-rule-recorder": "^1.24.0-next.3be02ec6",
29
+ "@deque/advanced-rule-recorder": "^1.25.0-next.44cf60d4",
29
30
  "@playwright/test": "^1.45.0",
30
31
  "@types/body-parser": "^1.19.2",
31
32
  "@types/chai": "^4.3.3",
@@ -41,7 +42,7 @@
41
42
  "@types/sinon": "^17.0.3",
42
43
  "@types/uuid": "^10.0.0",
43
44
  "@wdio/types": "^9.0.4",
44
- "axe-core": "^4.10.0",
45
+ "axe-core": "^4.10.2",
45
46
  "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
46
47
  "body-parser": "^1.20.1",
47
48
  "chai": "^4.3.6",