@ui5/cli 3.11.0 → 3.11.1

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.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,13 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.11.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.11.1...HEAD).
6
+
7
+ <a name="v3.11.1"></a>
8
+ ## [v3.11.1] - 2024-07-22
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.5.0 to 3.5.1 [`00c050f`](https://github.com/SAP/ui5-cli/commit/00c050f929aa6204a5d57ead9845dd24fe5f8704)
11
+
6
12
 
7
13
  <a name="v3.11.0"></a>
8
14
  ## [v3.11.0] - 2024-06-24
@@ -1204,6 +1210,7 @@ Only Node.js v10 or higher is supported.
1204
1210
 
1205
1211
  <a name="v0.0.1"></a>
1206
1212
  ## v0.0.1 - 2018-06-06
1213
+ [v3.11.1]: https://github.com/SAP/ui5-cli/compare/v3.11.0...v3.11.1
1207
1214
  [v3.11.0]: https://github.com/SAP/ui5-cli/compare/v3.10.3...v3.11.0
1208
1215
  [v3.10.3]: https://github.com/SAP/ui5-cli/compare/v3.10.2...v3.10.3
1209
1216
  [v3.10.2]: https://github.com/SAP/ui5-cli/compare/v3.10.1...v3.10.2
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.0",
3
+ "version": "3.11.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.11.0",
9
+ "version": "3.11.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@ui5/builder": "^3.5.0",
12
+ "@ui5/builder": "^3.5.1",
13
13
  "@ui5/fs": "^3.0.5",
14
14
  "@ui5/logger": "^3.0.0",
15
15
  "@ui5/project": "^3.9.2",
16
16
  "@ui5/server": "^3.2.1",
17
17
  "chalk": "^5.3.0",
18
18
  "data-with-position": "^0.5.0",
19
- "import-local": "^3.1.0",
19
+ "import-local": "^3.2.0",
20
20
  "js-yaml": "^4.1.0",
21
21
  "open": "^9.1.0",
22
22
  "pretty-hrtime": "^1.0.3",
23
- "semver": "^7.6.2",
23
+ "semver": "^7.6.3",
24
24
  "update-notifier": "^6.0.2",
25
25
  "yargs": "^17.7.2"
26
26
  },
@@ -124,9 +124,9 @@
124
124
  }
125
125
  },
126
126
  "node_modules/@babel/parser": {
127
- "version": "7.24.7",
128
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz",
129
- "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==",
127
+ "version": "7.24.8",
128
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz",
129
+ "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==",
130
130
  "bin": {
131
131
  "parser": "bin/babel-parser.js"
132
132
  },
@@ -210,9 +210,9 @@
210
210
  }
211
211
  },
212
212
  "node_modules/@jridgewell/sourcemap-codec": {
213
- "version": "1.4.15",
214
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
215
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
213
+ "version": "1.5.0",
214
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
215
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
216
216
  },
217
217
  "node_modules/@jridgewell/trace-mapping": {
218
218
  "version": "0.3.25",
@@ -282,24 +282,21 @@
282
282
  }
283
283
  },
284
284
  "node_modules/@npmcli/agent/node_modules/lru-cache": {
285
- "version": "10.2.2",
286
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
287
- "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
288
- "engines": {
289
- "node": "14 || >=16.14"
290
- }
285
+ "version": "10.4.3",
286
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
287
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
291
288
  },
292
289
  "node_modules/@npmcli/config": {
293
- "version": "8.3.3",
294
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.3.tgz",
295
- "integrity": "sha512-sIMKHiiYr91ALiHjhPq64F5P/SCaiSyDfpNmgYHtlIJtLY445+3+r3VoREzpdDrOwIqwQ6iEHinbTfaocL0UgA==",
290
+ "version": "8.3.4",
291
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.4.tgz",
292
+ "integrity": "sha512-01rtHedemDNhUXdicU7s+QYz/3JyV5Naj84cvdXGH4mgCdL+agmSYaLF4LUG4vMCLzhBO8YtS0gPpH1FGvbgAw==",
296
293
  "dependencies": {
297
294
  "@npmcli/map-workspaces": "^3.0.2",
295
+ "@npmcli/package-json": "^5.1.1",
298
296
  "ci-info": "^4.0.0",
299
297
  "ini": "^4.1.2",
300
298
  "nopt": "^7.2.1",
301
299
  "proc-log": "^4.2.0",
302
- "read-package-json-fast": "^3.0.2",
303
300
  "semver": "^7.3.5",
304
301
  "walk-up-path": "^3.0.1"
305
302
  },
@@ -318,6 +315,30 @@
318
315
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
319
316
  }
320
317
  },
318
+ "node_modules/@npmcli/git": {
319
+ "version": "5.0.8",
320
+ "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.8.tgz",
321
+ "integrity": "sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==",
322
+ "dependencies": {
323
+ "@npmcli/promise-spawn": "^7.0.0",
324
+ "ini": "^4.1.3",
325
+ "lru-cache": "^10.0.1",
326
+ "npm-pick-manifest": "^9.0.0",
327
+ "proc-log": "^4.0.0",
328
+ "promise-inflight": "^1.0.1",
329
+ "promise-retry": "^2.0.1",
330
+ "semver": "^7.3.5",
331
+ "which": "^4.0.0"
332
+ },
333
+ "engines": {
334
+ "node": "^16.14.0 || >=18.0.0"
335
+ }
336
+ },
337
+ "node_modules/@npmcli/git/node_modules/lru-cache": {
338
+ "version": "10.4.3",
339
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
340
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
341
+ },
321
342
  "node_modules/@npmcli/installed-package-contents": {
322
343
  "version": "2.1.0",
323
344
  "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
@@ -363,6 +384,34 @@
363
384
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
364
385
  }
365
386
  },
387
+ "node_modules/@npmcli/package-json": {
388
+ "version": "5.2.0",
389
+ "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz",
390
+ "integrity": "sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ==",
391
+ "dependencies": {
392
+ "@npmcli/git": "^5.0.0",
393
+ "glob": "^10.2.2",
394
+ "hosted-git-info": "^7.0.0",
395
+ "json-parse-even-better-errors": "^3.0.0",
396
+ "normalize-package-data": "^6.0.0",
397
+ "proc-log": "^4.0.0",
398
+ "semver": "^7.5.3"
399
+ },
400
+ "engines": {
401
+ "node": "^16.14.0 || >=18.0.0"
402
+ }
403
+ },
404
+ "node_modules/@npmcli/promise-spawn": {
405
+ "version": "7.0.2",
406
+ "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz",
407
+ "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==",
408
+ "dependencies": {
409
+ "which": "^4.0.0"
410
+ },
411
+ "engines": {
412
+ "node": "^16.14.0 || >=18.0.0"
413
+ }
414
+ },
366
415
  "node_modules/@npmcli/redact": {
367
416
  "version": "2.0.1",
368
417
  "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-2.0.1.tgz",
@@ -557,11 +606,11 @@
557
606
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
558
607
  },
559
608
  "node_modules/@ui5/builder": {
560
- "version": "3.5.0",
561
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.5.0.tgz",
562
- "integrity": "sha512-Z7/4Nh5/Pc2vBnAbAahleXe7CEj0OVFpPnQFizp+wYE60XR7748ea2wSt7NoKB3HStDzGS8lvWnJ3SqBzAyDDA==",
609
+ "version": "3.5.1",
610
+ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.5.1.tgz",
611
+ "integrity": "sha512-RpiWIarR876+CILtbzCM0hAjMA0oYkS6N/UIocnwPIOKCfZKrDJnpBoAnzgyq/fOF+jm9XXhSnJrkXnyvPPysw==",
563
612
  "dependencies": {
564
- "@jridgewell/sourcemap-codec": "^1.4.15",
613
+ "@jridgewell/sourcemap-codec": "^1.5.0",
565
614
  "@ui5/fs": "^3.0.5",
566
615
  "@ui5/logger": "^3.0.0",
567
616
  "cheerio": "1.0.0-rc.12",
@@ -572,9 +621,9 @@
572
621
  "jsdoc": "^4.0.3",
573
622
  "less-openui5": "^0.11.6",
574
623
  "pretty-data": "^0.40.0",
575
- "rimraf": "^5.0.7",
576
- "semver": "^7.6.2",
577
- "terser": "^5.31.1",
624
+ "rimraf": "^5.0.9",
625
+ "semver": "^7.6.3",
626
+ "terser": "^5.31.3",
578
627
  "workerpool": "^6.5.1",
579
628
  "xml2js": "^0.6.2"
580
629
  },
@@ -702,9 +751,9 @@
702
751
  }
703
752
  },
704
753
  "node_modules/acorn": {
705
- "version": "8.12.0",
706
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz",
707
- "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==",
754
+ "version": "8.12.1",
755
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
756
+ "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
708
757
  "bin": {
709
758
  "acorn": "bin/acorn"
710
759
  },
@@ -1430,6 +1479,25 @@
1430
1479
  "node": ">= 8"
1431
1480
  }
1432
1481
  },
1482
+ "node_modules/cross-spawn/node_modules/isexe": {
1483
+ "version": "2.0.0",
1484
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1485
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
1486
+ },
1487
+ "node_modules/cross-spawn/node_modules/which": {
1488
+ "version": "2.0.2",
1489
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1490
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1491
+ "dependencies": {
1492
+ "isexe": "^2.0.0"
1493
+ },
1494
+ "bin": {
1495
+ "node-which": "bin/node-which"
1496
+ },
1497
+ "engines": {
1498
+ "node": ">= 8"
1499
+ }
1500
+ },
1433
1501
  "node_modules/crypto-random-string": {
1434
1502
  "version": "4.0.0",
1435
1503
  "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
@@ -2307,9 +2375,9 @@
2307
2375
  }
2308
2376
  },
2309
2377
  "node_modules/glob": {
2310
- "version": "10.4.2",
2311
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz",
2312
- "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==",
2378
+ "version": "10.4.5",
2379
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
2380
+ "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
2313
2381
  "dependencies": {
2314
2382
  "foreground-child": "^3.1.0",
2315
2383
  "jackspeak": "^3.1.2",
@@ -2321,9 +2389,6 @@
2321
2389
  "bin": {
2322
2390
  "glob": "dist/esm/bin.mjs"
2323
2391
  },
2324
- "engines": {
2325
- "node": ">=16 || 14 >=14.18"
2326
- },
2327
2392
  "funding": {
2328
2393
  "url": "https://github.com/sponsors/isaacs"
2329
2394
  }
@@ -2490,6 +2555,22 @@
2490
2555
  "node": ">= 0.4"
2491
2556
  }
2492
2557
  },
2558
+ "node_modules/hosted-git-info": {
2559
+ "version": "7.0.2",
2560
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
2561
+ "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
2562
+ "dependencies": {
2563
+ "lru-cache": "^10.0.1"
2564
+ },
2565
+ "engines": {
2566
+ "node": "^16.14.0 || >=18.0.0"
2567
+ }
2568
+ },
2569
+ "node_modules/hosted-git-info/node_modules/lru-cache": {
2570
+ "version": "10.4.3",
2571
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
2572
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
2573
+ },
2493
2574
  "node_modules/hpack.js": {
2494
2575
  "version": "2.1.6",
2495
2576
  "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
@@ -2602,9 +2683,9 @@
2602
2683
  }
2603
2684
  },
2604
2685
  "node_modules/https-proxy-agent": {
2605
- "version": "7.0.4",
2606
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
2607
- "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
2686
+ "version": "7.0.5",
2687
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
2688
+ "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
2608
2689
  "dependencies": {
2609
2690
  "agent-base": "^7.0.2",
2610
2691
  "debug": "4"
@@ -2652,9 +2733,9 @@
2652
2733
  }
2653
2734
  },
2654
2735
  "node_modules/import-local": {
2655
- "version": "3.1.0",
2656
- "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
2657
- "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
2736
+ "version": "3.2.0",
2737
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
2738
+ "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
2658
2739
  "dependencies": {
2659
2740
  "pkg-dir": "^4.2.0",
2660
2741
  "resolve-cwd": "^3.0.0"
@@ -2762,9 +2843,9 @@
2762
2843
  }
2763
2844
  },
2764
2845
  "node_modules/is-core-module": {
2765
- "version": "2.14.0",
2766
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.14.0.tgz",
2767
- "integrity": "sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==",
2846
+ "version": "2.15.0",
2847
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz",
2848
+ "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==",
2768
2849
  "dependencies": {
2769
2850
  "hasown": "^2.0.2"
2770
2851
  },
@@ -2954,20 +3035,20 @@
2954
3035
  "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
2955
3036
  },
2956
3037
  "node_modules/isexe": {
2957
- "version": "2.0.0",
2958
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2959
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
3038
+ "version": "3.1.1",
3039
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
3040
+ "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
3041
+ "engines": {
3042
+ "node": ">=16"
3043
+ }
2960
3044
  },
2961
3045
  "node_modules/jackspeak": {
2962
- "version": "3.4.0",
2963
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.0.tgz",
2964
- "integrity": "sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==",
3046
+ "version": "3.4.3",
3047
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
3048
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
2965
3049
  "dependencies": {
2966
3050
  "@isaacs/cliui": "^8.0.2"
2967
3051
  },
2968
- "engines": {
2969
- "node": ">=14"
2970
- },
2971
3052
  "funding": {
2972
3053
  "url": "https://github.com/sponsors/isaacs"
2973
3054
  },
@@ -3209,9 +3290,9 @@
3209
3290
  }
3210
3291
  },
3211
3292
  "node_modules/make-fetch-happen/node_modules/cacache": {
3212
- "version": "18.0.3",
3213
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz",
3214
- "integrity": "sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==",
3293
+ "version": "18.0.4",
3294
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
3295
+ "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
3215
3296
  "dependencies": {
3216
3297
  "@npmcli/fs": "^3.1.0",
3217
3298
  "fs-minipass": "^3.0.0",
@@ -3247,12 +3328,9 @@
3247
3328
  }
3248
3329
  },
3249
3330
  "node_modules/make-fetch-happen/node_modules/lru-cache": {
3250
- "version": "10.2.2",
3251
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
3252
- "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
3253
- "engines": {
3254
- "node": "14 || >=16.14"
3255
- }
3331
+ "version": "10.4.3",
3332
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
3333
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
3256
3334
  },
3257
3335
  "node_modules/make-fetch-happen/node_modules/minipass-collect": {
3258
3336
  "version": "2.0.1",
@@ -3378,9 +3456,9 @@
3378
3456
  }
3379
3457
  },
3380
3458
  "node_modules/mime-db": {
3381
- "version": "1.52.0",
3382
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
3383
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
3459
+ "version": "1.53.0",
3460
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz",
3461
+ "integrity": "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==",
3384
3462
  "engines": {
3385
3463
  "node": ">= 0.6"
3386
3464
  }
@@ -3396,6 +3474,14 @@
3396
3474
  "node": ">= 0.6"
3397
3475
  }
3398
3476
  },
3477
+ "node_modules/mime-types/node_modules/mime-db": {
3478
+ "version": "1.52.0",
3479
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
3480
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
3481
+ "engines": {
3482
+ "node": ">= 0.6"
3483
+ }
3484
+ },
3399
3485
  "node_modules/mimic-fn": {
3400
3486
  "version": "4.0.0",
3401
3487
  "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
@@ -3424,9 +3510,9 @@
3424
3510
  "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
3425
3511
  },
3426
3512
  "node_modules/minimatch": {
3427
- "version": "9.0.4",
3428
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
3429
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
3513
+ "version": "9.0.5",
3514
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
3515
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
3430
3516
  "dependencies": {
3431
3517
  "brace-expansion": "^2.0.1"
3432
3518
  },
@@ -3628,6 +3714,19 @@
3628
3714
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
3629
3715
  }
3630
3716
  },
3717
+ "node_modules/normalize-package-data": {
3718
+ "version": "6.0.2",
3719
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz",
3720
+ "integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==",
3721
+ "dependencies": {
3722
+ "hosted-git-info": "^7.0.0",
3723
+ "semver": "^7.3.5",
3724
+ "validate-npm-package-license": "^3.0.4"
3725
+ },
3726
+ "engines": {
3727
+ "node": "^16.14.0 || >=18.0.0"
3728
+ }
3729
+ },
3631
3730
  "node_modules/normalize-url": {
3632
3731
  "version": "8.0.1",
3633
3732
  "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz",
@@ -3680,6 +3779,34 @@
3680
3779
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
3681
3780
  }
3682
3781
  },
3782
+ "node_modules/npm-pick-manifest": {
3783
+ "version": "9.1.0",
3784
+ "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.1.0.tgz",
3785
+ "integrity": "sha512-nkc+3pIIhqHVQr085X9d2JzPzLyjzQS96zbruppqC9aZRm/x8xx6xhI98gHtsfELP2bE+loHq8ZaHFHhe+NauA==",
3786
+ "dependencies": {
3787
+ "npm-install-checks": "^6.0.0",
3788
+ "npm-normalize-package-bin": "^3.0.0",
3789
+ "npm-package-arg": "^11.0.0",
3790
+ "semver": "^7.3.5"
3791
+ },
3792
+ "engines": {
3793
+ "node": "^16.14.0 || >=18.0.0"
3794
+ }
3795
+ },
3796
+ "node_modules/npm-pick-manifest/node_modules/npm-package-arg": {
3797
+ "version": "11.0.3",
3798
+ "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz",
3799
+ "integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==",
3800
+ "dependencies": {
3801
+ "hosted-git-info": "^7.0.0",
3802
+ "proc-log": "^4.0.0",
3803
+ "semver": "^7.3.5",
3804
+ "validate-npm-package-name": "^5.0.0"
3805
+ },
3806
+ "engines": {
3807
+ "node": "^16.14.0 || >=18.0.0"
3808
+ }
3809
+ },
3683
3810
  "node_modules/npm-run-path": {
3684
3811
  "version": "5.3.0",
3685
3812
  "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
@@ -3891,52 +4018,6 @@
3891
4018
  "node": "^16.14.0 || >=18.0.0"
3892
4019
  }
3893
4020
  },
3894
- "node_modules/pacote/node_modules/@npmcli/git": {
3895
- "version": "5.0.7",
3896
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.7.tgz",
3897
- "integrity": "sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA==",
3898
- "dependencies": {
3899
- "@npmcli/promise-spawn": "^7.0.0",
3900
- "lru-cache": "^10.0.1",
3901
- "npm-pick-manifest": "^9.0.0",
3902
- "proc-log": "^4.0.0",
3903
- "promise-inflight": "^1.0.1",
3904
- "promise-retry": "^2.0.1",
3905
- "semver": "^7.3.5",
3906
- "which": "^4.0.0"
3907
- },
3908
- "engines": {
3909
- "node": "^16.14.0 || >=18.0.0"
3910
- }
3911
- },
3912
- "node_modules/pacote/node_modules/@npmcli/package-json": {
3913
- "version": "5.2.0",
3914
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz",
3915
- "integrity": "sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ==",
3916
- "dependencies": {
3917
- "@npmcli/git": "^5.0.0",
3918
- "glob": "^10.2.2",
3919
- "hosted-git-info": "^7.0.0",
3920
- "json-parse-even-better-errors": "^3.0.0",
3921
- "normalize-package-data": "^6.0.0",
3922
- "proc-log": "^4.0.0",
3923
- "semver": "^7.5.3"
3924
- },
3925
- "engines": {
3926
- "node": "^16.14.0 || >=18.0.0"
3927
- }
3928
- },
3929
- "node_modules/pacote/node_modules/@npmcli/promise-spawn": {
3930
- "version": "7.0.2",
3931
- "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz",
3932
- "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==",
3933
- "dependencies": {
3934
- "which": "^4.0.0"
3935
- },
3936
- "engines": {
3937
- "node": "^16.14.0 || >=18.0.0"
3938
- }
3939
- },
3940
4021
  "node_modules/pacote/node_modules/@npmcli/run-script": {
3941
4022
  "version": "8.1.0",
3942
4023
  "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz",
@@ -3966,9 +4047,9 @@
3966
4047
  }
3967
4048
  },
3968
4049
  "node_modules/pacote/node_modules/cacache": {
3969
- "version": "18.0.3",
3970
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz",
3971
- "integrity": "sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==",
4050
+ "version": "18.0.4",
4051
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz",
4052
+ "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==",
3972
4053
  "dependencies": {
3973
4054
  "@npmcli/fs": "^3.1.0",
3974
4055
  "fs-minipass": "^3.0.0",
@@ -3995,17 +4076,6 @@
3995
4076
  "node": ">=6"
3996
4077
  }
3997
4078
  },
3998
- "node_modules/pacote/node_modules/hosted-git-info": {
3999
- "version": "7.0.2",
4000
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
4001
- "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
4002
- "dependencies": {
4003
- "lru-cache": "^10.0.1"
4004
- },
4005
- "engines": {
4006
- "node": "^16.14.0 || >=18.0.0"
4007
- }
4008
- },
4009
4079
  "node_modules/pacote/node_modules/indent-string": {
4010
4080
  "version": "4.0.0",
4011
4081
  "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
@@ -4014,21 +4084,10 @@
4014
4084
  "node": ">=8"
4015
4085
  }
4016
4086
  },
4017
- "node_modules/pacote/node_modules/isexe": {
4018
- "version": "3.1.1",
4019
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
4020
- "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
4021
- "engines": {
4022
- "node": ">=16"
4023
- }
4024
- },
4025
4087
  "node_modules/pacote/node_modules/lru-cache": {
4026
- "version": "10.2.2",
4027
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
4028
- "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
4029
- "engines": {
4030
- "node": "14 || >=16.14"
4031
- }
4088
+ "version": "10.4.3",
4089
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
4090
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
4032
4091
  },
4033
4092
  "node_modules/pacote/node_modules/minipass-collect": {
4034
4093
  "version": "2.0.1",
@@ -4042,9 +4101,9 @@
4042
4101
  }
4043
4102
  },
4044
4103
  "node_modules/pacote/node_modules/node-gyp": {
4045
- "version": "10.1.0",
4046
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.1.0.tgz",
4047
- "integrity": "sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA==",
4104
+ "version": "10.2.0",
4105
+ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz",
4106
+ "integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==",
4048
4107
  "dependencies": {
4049
4108
  "env-paths": "^2.2.0",
4050
4109
  "exponential-backoff": "^3.1.1",
@@ -4052,9 +4111,9 @@
4052
4111
  "graceful-fs": "^4.2.6",
4053
4112
  "make-fetch-happen": "^13.0.0",
4054
4113
  "nopt": "^7.0.0",
4055
- "proc-log": "^3.0.0",
4114
+ "proc-log": "^4.1.0",
4056
4115
  "semver": "^7.3.5",
4057
- "tar": "^6.1.2",
4116
+ "tar": "^6.2.1",
4058
4117
  "which": "^4.0.0"
4059
4118
  },
4060
4119
  "bin": {
@@ -4064,32 +4123,10 @@
4064
4123
  "node": "^16.14.0 || >=18.0.0"
4065
4124
  }
4066
4125
  },
4067
- "node_modules/pacote/node_modules/node-gyp/node_modules/proc-log": {
4068
- "version": "3.0.0",
4069
- "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
4070
- "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==",
4071
- "engines": {
4072
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4073
- }
4074
- },
4075
- "node_modules/pacote/node_modules/normalize-package-data": {
4076
- "version": "6.0.1",
4077
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
4078
- "integrity": "sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==",
4079
- "dependencies": {
4080
- "hosted-git-info": "^7.0.0",
4081
- "is-core-module": "^2.8.1",
4082
- "semver": "^7.3.5",
4083
- "validate-npm-package-license": "^3.0.4"
4084
- },
4085
- "engines": {
4086
- "node": "^16.14.0 || >=18.0.0"
4087
- }
4088
- },
4089
4126
  "node_modules/pacote/node_modules/npm-package-arg": {
4090
- "version": "11.0.2",
4091
- "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.2.tgz",
4092
- "integrity": "sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw==",
4127
+ "version": "11.0.3",
4128
+ "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz",
4129
+ "integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==",
4093
4130
  "dependencies": {
4094
4131
  "hosted-git-info": "^7.0.0",
4095
4132
  "proc-log": "^4.0.0",
@@ -4100,20 +4137,6 @@
4100
4137
  "node": "^16.14.0 || >=18.0.0"
4101
4138
  }
4102
4139
  },
4103
- "node_modules/pacote/node_modules/npm-pick-manifest": {
4104
- "version": "9.0.1",
4105
- "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.1.tgz",
4106
- "integrity": "sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==",
4107
- "dependencies": {
4108
- "npm-install-checks": "^6.0.0",
4109
- "npm-normalize-package-bin": "^3.0.0",
4110
- "npm-package-arg": "^11.0.0",
4111
- "semver": "^7.3.5"
4112
- },
4113
- "engines": {
4114
- "node": "^16.14.0 || >=18.0.0"
4115
- }
4116
- },
4117
4140
  "node_modules/pacote/node_modules/npm-registry-fetch": {
4118
4141
  "version": "17.1.0",
4119
4142
  "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.1.0.tgz",
@@ -4146,20 +4169,6 @@
4146
4169
  "url": "https://github.com/sponsors/sindresorhus"
4147
4170
  }
4148
4171
  },
4149
- "node_modules/pacote/node_modules/which": {
4150
- "version": "4.0.0",
4151
- "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
4152
- "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
4153
- "dependencies": {
4154
- "isexe": "^3.1.1"
4155
- },
4156
- "bin": {
4157
- "node-which": "bin/which.js"
4158
- },
4159
- "engines": {
4160
- "node": "^16.13.0 || >=18.0.0"
4161
- }
4162
- },
4163
4172
  "node_modules/parse5": {
4164
4173
  "version": "7.1.2",
4165
4174
  "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
@@ -4236,12 +4245,9 @@
4236
4245
  }
4237
4246
  },
4238
4247
  "node_modules/path-scurry/node_modules/lru-cache": {
4239
- "version": "10.2.2",
4240
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
4241
- "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
4242
- "engines": {
4243
- "node": "14 || >=16.14"
4244
- }
4248
+ "version": "10.4.3",
4249
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
4250
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
4245
4251
  },
4246
4252
  "node_modules/path-to-regexp": {
4247
4253
  "version": "0.1.7",
@@ -4582,9 +4588,9 @@
4582
4588
  }
4583
4589
  },
4584
4590
  "node_modules/read-pkg-up/node_modules/type-fest": {
4585
- "version": "4.20.1",
4586
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
4587
- "integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
4591
+ "version": "4.23.0",
4592
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
4593
+ "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
4588
4594
  "engines": {
4589
4595
  "node": ">=16"
4590
4596
  },
@@ -4593,9 +4599,9 @@
4593
4599
  }
4594
4600
  },
4595
4601
  "node_modules/read-pkg-up/node_modules/yocto-queue": {
4596
- "version": "1.0.0",
4597
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
4598
- "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
4602
+ "version": "1.1.1",
4603
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz",
4604
+ "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==",
4599
4605
  "engines": {
4600
4606
  "node": ">=12.20"
4601
4607
  },
@@ -4603,17 +4609,6 @@
4603
4609
  "url": "https://github.com/sponsors/sindresorhus"
4604
4610
  }
4605
4611
  },
4606
- "node_modules/read-pkg/node_modules/hosted-git-info": {
4607
- "version": "7.0.2",
4608
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
4609
- "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
4610
- "dependencies": {
4611
- "lru-cache": "^10.0.1"
4612
- },
4613
- "engines": {
4614
- "node": "^16.14.0 || >=18.0.0"
4615
- }
4616
- },
4617
4612
  "node_modules/read-pkg/node_modules/lines-and-columns": {
4618
4613
  "version": "2.0.4",
4619
4614
  "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz",
@@ -4622,28 +4617,6 @@
4622
4617
  "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
4623
4618
  }
4624
4619
  },
4625
- "node_modules/read-pkg/node_modules/lru-cache": {
4626
- "version": "10.2.2",
4627
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
4628
- "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
4629
- "engines": {
4630
- "node": "14 || >=16.14"
4631
- }
4632
- },
4633
- "node_modules/read-pkg/node_modules/normalize-package-data": {
4634
- "version": "6.0.1",
4635
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
4636
- "integrity": "sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==",
4637
- "dependencies": {
4638
- "hosted-git-info": "^7.0.0",
4639
- "is-core-module": "^2.8.1",
4640
- "semver": "^7.3.5",
4641
- "validate-npm-package-license": "^3.0.4"
4642
- },
4643
- "engines": {
4644
- "node": "^16.14.0 || >=18.0.0"
4645
- }
4646
- },
4647
4620
  "node_modules/read-pkg/node_modules/parse-json": {
4648
4621
  "version": "7.1.1",
4649
4622
  "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-7.1.1.tgz",
@@ -4674,9 +4647,9 @@
4674
4647
  }
4675
4648
  },
4676
4649
  "node_modules/read-pkg/node_modules/type-fest": {
4677
- "version": "4.20.1",
4678
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
4679
- "integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
4650
+ "version": "4.23.0",
4651
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
4652
+ "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
4680
4653
  "engines": {
4681
4654
  "node": ">=16"
4682
4655
  },
@@ -4850,9 +4823,9 @@
4850
4823
  }
4851
4824
  },
4852
4825
  "node_modules/rimraf": {
4853
- "version": "5.0.7",
4854
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz",
4855
- "integrity": "sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==",
4826
+ "version": "5.0.9",
4827
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.9.tgz",
4828
+ "integrity": "sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==",
4856
4829
  "dependencies": {
4857
4830
  "glob": "^10.3.7"
4858
4831
  },
@@ -4860,7 +4833,7 @@
4860
4833
  "rimraf": "dist/esm/bin.mjs"
4861
4834
  },
4862
4835
  "engines": {
4863
- "node": ">=14.18"
4836
+ "node": "14 >=14.20 || 16 >=16.20 || >=18"
4864
4837
  },
4865
4838
  "funding": {
4866
4839
  "url": "https://github.com/sponsors/isaacs"
@@ -5056,9 +5029,9 @@
5056
5029
  "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
5057
5030
  },
5058
5031
  "node_modules/semver": {
5059
- "version": "7.6.2",
5060
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
5061
- "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
5032
+ "version": "7.6.3",
5033
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
5034
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
5062
5035
  "bin": {
5063
5036
  "semver": "bin/semver.js"
5064
5037
  },
@@ -5248,13 +5221,13 @@
5248
5221
  }
5249
5222
  },
5250
5223
  "node_modules/socks-proxy-agent": {
5251
- "version": "8.0.3",
5252
- "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz",
5253
- "integrity": "sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==",
5224
+ "version": "8.0.4",
5225
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz",
5226
+ "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==",
5254
5227
  "dependencies": {
5255
5228
  "agent-base": "^7.1.1",
5256
5229
  "debug": "^4.3.4",
5257
- "socks": "^2.7.1"
5230
+ "socks": "^2.8.3"
5258
5231
  },
5259
5232
  "engines": {
5260
5233
  "node": ">= 14"
@@ -5595,9 +5568,9 @@
5595
5568
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
5596
5569
  },
5597
5570
  "node_modules/terser": {
5598
- "version": "5.31.1",
5599
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.1.tgz",
5600
- "integrity": "sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==",
5571
+ "version": "5.31.3",
5572
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz",
5573
+ "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==",
5601
5574
  "dependencies": {
5602
5575
  "@jridgewell/source-map": "^0.3.3",
5603
5576
  "acorn": "^8.8.2",
@@ -5832,17 +5805,17 @@
5832
5805
  }
5833
5806
  },
5834
5807
  "node_modules/which": {
5835
- "version": "2.0.2",
5836
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
5837
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
5808
+ "version": "4.0.0",
5809
+ "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
5810
+ "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
5838
5811
  "dependencies": {
5839
- "isexe": "^2.0.0"
5812
+ "isexe": "^3.1.1"
5840
5813
  },
5841
5814
  "bin": {
5842
- "node-which": "bin/node-which"
5815
+ "node-which": "bin/which.js"
5843
5816
  },
5844
5817
  "engines": {
5845
- "node": ">= 8"
5818
+ "node": "^16.13.0 || >=18.0.0"
5846
5819
  }
5847
5820
  },
5848
5821
  "node_modules/widest-line": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.0",
3
+ "version": "3.11.1",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -117,18 +117,18 @@
117
117
  "url": "git@github.com:SAP/ui5-cli.git"
118
118
  },
119
119
  "dependencies": {
120
- "@ui5/builder": "^3.5.0",
120
+ "@ui5/builder": "^3.5.1",
121
121
  "@ui5/fs": "^3.0.5",
122
122
  "@ui5/logger": "^3.0.0",
123
123
  "@ui5/project": "^3.9.2",
124
124
  "@ui5/server": "^3.2.1",
125
125
  "chalk": "^5.3.0",
126
126
  "data-with-position": "^0.5.0",
127
- "import-local": "^3.1.0",
127
+ "import-local": "^3.2.0",
128
128
  "js-yaml": "^4.1.0",
129
129
  "open": "^9.1.0",
130
130
  "pretty-hrtime": "^1.0.3",
131
- "semver": "^7.6.2",
131
+ "semver": "^7.6.3",
132
132
  "update-notifier": "^6.0.2",
133
133
  "yargs": "^17.7.2"
134
134
  },
@@ -143,13 +143,13 @@
143
143
  "eslint-config-google": "^0.14.0",
144
144
  "eslint-plugin-ava": "^14.0.0",
145
145
  "eslint-plugin-jsdoc": "^46.10.1",
146
- "esmock": "^2.6.6",
146
+ "esmock": "^2.6.7",
147
147
  "execa": "^8.0.1",
148
148
  "jsdoc": "^4.0.3",
149
149
  "licensee": "^10.0.0",
150
150
  "nyc": "^15.1.0",
151
151
  "open-cli": "^7.2.0",
152
- "rimraf": "^5.0.7",
152
+ "rimraf": "^5.0.9",
153
153
  "sinon": "^16.1.3",
154
154
  "strip-ansi": "^7.1.0",
155
155
  "tap-xunit": "^2.4.1",