@axe-core/watcher 3.4.0 → 3.5.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.
@@ -1,4 +1,4 @@
1
- /*! Copyright Deque 2021-2023 All Rights Reserved */
1
+ /*! Copyright Deque 2021-2024 All Rights Reserved */
2
2
 
3
3
  /*! axe v4.8.2
4
4
  * Copyright (c) 2015 - 2023 Deque Systems, Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/watcher",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -17,6 +17,7 @@
17
17
  "dev": "tsc -w"
18
18
  },
19
19
  "dependencies": {
20
+ "eventemitter3": "^5.0.1",
20
21
  "node-fetch": "2",
21
22
  "sync-request": "^6.1.0",
22
23
  "uuid": "^9.0.0"