istanbul-tolerant-merge 1.2.5 → 1.2.6

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "istanbul-tolerant-merge",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Merges several istanbul coverage report JSON files into one. Thereby normalizes absolute path to relative ones, fixes a problem with karma-coverage-istanbul-reporter and aligns list of statements, that do not match 1:1 with some heuristics",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  "istanbul-tolerant-merge": "bin/istanbul-tolerant-merge.js"
13
13
  },
14
14
  "engines": {
15
- "node": ">=8.0"
15
+ "node": ">=20.0"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -20,16 +20,16 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "a-star": "^0.2.0",
23
- "glob": "^8.0.3",
23
+ "glob": ">=8.0.0 <14.0.0",
24
24
  "lodash": "^4.17.15",
25
25
  "normalize-path": "^3.0.0",
26
- "yargs": "^17.6.2"
26
+ "yargs": ">=17.0.0 <19.0.0"
27
27
  },
28
28
  "jest": {
29
29
  "verbose": true
30
30
  },
31
31
  "devDependencies": {
32
- "jest": "^29.3.1",
32
+ "jest": "^30.2.0",
33
33
  "temp": "^0.9.4"
34
34
  }
35
35
  }