|
2 | 2 | "imports": { |
3 | 3 | "@util-path": "./lib/utilities/src/path.ts", |
4 | 4 |
|
5 | | - "eslint/config": "npm:eslint@10.0.2/config", |
| 5 | + "eslint/config": "npm:eslint@10.4.0/config", |
6 | 6 | "fontoxpath": "npm:fontoxpath@3.34.0", |
7 | 7 | "jszip": "npm:jszip@3.10.1", |
8 | 8 | "slimdom": "npm:slimdom@4.3.5", |
9 | | - "std/expect": "jsr:@std/expect@1.0.18", |
10 | | - "std/fmt/colors": "jsr:@std/fmt@1.0.9/colors", |
| 9 | + "std/expect": "jsr:@std/expect@1.0.19", |
| 10 | + "std/fmt/colors": "jsr:@std/fmt@1.0.10/colors", |
11 | 11 | "std/path": "jsr:@std/path@1.1.4", |
12 | 12 | "std/path/posix/basename": "jsr:@std/path@1.1.4/posix/basename", |
13 | 13 | "std/path/posix/dirname": "jsr:@std/path@1.1.4/posix/dirname", |
14 | 14 | "std/path/posix/join": "jsr:@std/path@1.1.4/posix/join", |
15 | 15 | "std/path/posix/relative": "jsr:@std/path@1.1.4/posix/relative", |
16 | 16 | "std/path/posix/resolve": "jsr:@std/path@1.1.4/posix/resolve", |
17 | | - "std/testing/bdd": "jsr:@std/testing@1.0.17/bdd", |
| 17 | + "std/testing/bdd": "jsr:@std/testing@1.0.18/bdd", |
18 | 18 |
|
19 | 19 | "xml_renderer": "./vendor/xml_renderer/mod.ts" |
20 | 20 | } |
|
0 commit comments