@ui5/cli 3.0.3 → 3.0.5

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,19 @@
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.0.3...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.0.5...HEAD).
6
+
7
+ <a name="v3.0.5"></a>
8
+ ## [v3.0.5] - 2023-03-16
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/server from 3.1.0 to 3.1.1 [`c7f9be5`](https://github.com/SAP/ui5-cli/commit/c7f9be51aa42b351c81d3baca1d853d89b906b8c)
11
+
12
+
13
+ <a name="v3.0.4"></a>
14
+ ## [v3.0.4] - 2023-03-10
15
+ ### Dependency Updates
16
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.3 to 3.0.4 [`cfbb720`](https://github.com/SAP/ui5-cli/commit/cfbb720bf3b5143a3c42f8ca9a2080bdba0aee89)
17
+
6
18
 
7
19
  <a name="v3.0.3"></a>
8
20
  ## [v3.0.3] - 2023-03-01
@@ -976,6 +988,8 @@ Only Node.js v10 or higher is supported.
976
988
 
977
989
  <a name="v0.0.1"></a>
978
990
  ## v0.0.1 - 2018-06-06
991
+ [v3.0.5]: https://github.com/SAP/ui5-cli/compare/v3.0.4...v3.0.5
992
+ [v3.0.4]: https://github.com/SAP/ui5-cli/compare/v3.0.3...v3.0.4
979
993
  [v3.0.3]: https://github.com/SAP/ui5-cli/compare/v3.0.2...v3.0.3
980
994
  [v3.0.2]: https://github.com/SAP/ui5-cli/compare/v3.0.1...v3.0.2
981
995
  [v3.0.1]: https://github.com/SAP/ui5-cli/compare/v3.0.0...v3.0.1
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.0.3",
9
+ "version": "3.0.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^3.0.1",
13
13
  "@ui5/fs": "^3.0.2",
14
14
  "@ui5/logger": "^3.0.0",
15
- "@ui5/project": "^3.0.3",
16
- "@ui5/server": "^3.1.0",
15
+ "@ui5/project": "^3.0.4",
16
+ "@ui5/server": "^3.1.1",
17
17
  "chalk": "^5.2.0",
18
18
  "data-with-position": "^0.5.0",
19
19
  "import-local": "^3.1.0",
@@ -190,9 +190,9 @@
190
190
  }
191
191
  },
192
192
  "node_modules/@jsdoc/salty": {
193
- "version": "0.2.4",
194
- "resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.4.tgz",
195
- "integrity": "sha512-HRBmslXHM6kpZOfGf0o41NUlGYGER0NoUBcT2Sik4rxzAN7f7+si7ad57SFSFpftvaMVnUaY7YlJuv3v5G80ZA==",
193
+ "version": "0.2.5",
194
+ "resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.5.tgz",
195
+ "integrity": "sha512-TfRP53RqunNe2HBobVBJ0VLhK1HbfvBYeTC1ahnN64PWvyYyGebmMiPkuwvD9fpw2ZbkoPb8Q7mwy0aR8Z9rvw==",
196
196
  "dependencies": {
197
197
  "lodash": "^4.17.21"
198
198
  },
@@ -263,9 +263,9 @@
263
263
  }
264
264
  },
265
265
  "node_modules/@npmcli/git/node_modules/lru-cache": {
266
- "version": "7.18.1",
267
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
268
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
266
+ "version": "7.18.3",
267
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
268
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
269
269
  "engines": {
270
270
  "node": ">=12"
271
271
  }
@@ -410,6 +410,14 @@
410
410
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
411
411
  }
412
412
  },
413
+ "node_modules/@pnpm/config.env-replace": {
414
+ "version": "1.0.0",
415
+ "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.0.0.tgz",
416
+ "integrity": "sha512-ZVPVDi1E8oeXlYqkGRtX0CkzLTwE2zt62bjWaWKaAvI8NZqHzlMvGeSNDpW+JB3+aKanYb4UETJOF1/CxGPemA==",
417
+ "engines": {
418
+ "node": ">=12.22.0"
419
+ }
420
+ },
413
421
  "node_modules/@pnpm/network.ca-file": {
414
422
  "version": "1.0.2",
415
423
  "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz",
@@ -422,10 +430,11 @@
422
430
  }
423
431
  },
424
432
  "node_modules/@pnpm/npm-conf": {
425
- "version": "1.0.5",
426
- "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-1.0.5.tgz",
427
- "integrity": "sha512-hD8ml183638O3R6/Txrh0L8VzGOrFXgRtRDG4qQC4tONdZ5Z1M+tlUUDUvrjYdmK6G+JTBTeaCLMna11cXzi8A==",
433
+ "version": "2.1.0",
434
+ "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.1.0.tgz",
435
+ "integrity": "sha512-Oe6ntvgsMTE3hDIqy6sajqHF+MnzJrOF06qC2QSiUEybLL7cp6tjoKUa32gpd9+KPVl4QyMs3E3nsXrx/Vdnlw==",
428
436
  "dependencies": {
437
+ "@pnpm/config.env-replace": "^1.0.0",
429
438
  "@pnpm/network.ca-file": "^1.0.1",
430
439
  "config-chain": "^1.1.11"
431
440
  },
@@ -463,6 +472,31 @@
463
472
  "node": ">= 10"
464
473
  }
465
474
  },
475
+ "node_modules/@tufjs/models": {
476
+ "version": "1.0.0",
477
+ "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-1.0.0.tgz",
478
+ "integrity": "sha512-RRMu4uMxWnZlxaIBxahSb2IssFZiu188sndesZflWOe1cA/qUqtemSIoBWbuVKPvvdktapImWNnKpBcc+VrCQw==",
479
+ "dependencies": {
480
+ "minimatch": "^6.1.0"
481
+ },
482
+ "engines": {
483
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
484
+ }
485
+ },
486
+ "node_modules/@tufjs/models/node_modules/minimatch": {
487
+ "version": "6.2.0",
488
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
489
+ "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
490
+ "dependencies": {
491
+ "brace-expansion": "^2.0.1"
492
+ },
493
+ "engines": {
494
+ "node": ">=10"
495
+ },
496
+ "funding": {
497
+ "url": "https://github.com/sponsors/isaacs"
498
+ }
499
+ },
466
500
  "node_modules/@types/http-cache-semantics": {
467
501
  "version": "4.0.1",
468
502
  "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
@@ -539,20 +573,6 @@
539
573
  "npm": ">= 8"
540
574
  }
541
575
  },
542
- "node_modules/@ui5/fs/node_modules/minimatch": {
543
- "version": "7.4.1",
544
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.1.tgz",
545
- "integrity": "sha512-Oz1iPEP+MGl7KS3SciLsLLcuZ7VsBfb7Qrz/jYt/s/sYAv272P26HSLz2f77Y6hzTKXiBi6g765fqpEDNc5fJw==",
546
- "dependencies": {
547
- "brace-expansion": "^2.0.1"
548
- },
549
- "engines": {
550
- "node": ">=10"
551
- },
552
- "funding": {
553
- "url": "https://github.com/sponsors/isaacs"
554
- }
555
- },
556
576
  "node_modules/@ui5/logger": {
557
577
  "version": "3.0.0",
558
578
  "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.0.tgz",
@@ -568,9 +588,9 @@
568
588
  }
569
589
  },
570
590
  "node_modules/@ui5/project": {
571
- "version": "3.0.3",
572
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.0.3.tgz",
573
- "integrity": "sha512-b9Bh62yZnp9KxesZlX5oaMmpTeemyCtKk93839k+gzI3m90gr+wKjPPpDKVhPUNj4nDsWYCp2Qwh4SggqSGBSQ==",
591
+ "version": "3.0.4",
592
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.0.4.tgz",
593
+ "integrity": "sha512-68OIeWRWwVAdgpBlLhMPKftL/4IdkCN8zHo35gEHzPjxAarUdfZHfQyTeIoC8C4s8nXjQvoOJyevl6Y+lRrXnQ==",
574
594
  "dependencies": {
575
595
  "@ui5/builder": "^3.0.1",
576
596
  "@ui5/fs": "^3.0.2",
@@ -589,7 +609,7 @@
589
609
  "read-pkg": "^7.1.0",
590
610
  "read-pkg-up": "^9.1.0",
591
611
  "resolve": "^1.22.1",
592
- "rimraf": "^4.1.2",
612
+ "rimraf": "^4.3.0",
593
613
  "semver": "^7.3.8",
594
614
  "xml2js": "^0.4.23"
595
615
  },
@@ -599,9 +619,9 @@
599
619
  }
600
620
  },
601
621
  "node_modules/@ui5/server": {
602
- "version": "3.1.0",
603
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.1.0.tgz",
604
- "integrity": "sha512-hd9ZQYSTn/lTjZfkKC5tZQucioM18tz73+VPBwV5L0Rp9GW/4AY5UGwwnb4FLPPRNY8b2HQy5D1vxImeu+m7vQ==",
622
+ "version": "3.1.1",
623
+ "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.1.1.tgz",
624
+ "integrity": "sha512-oLFH4VDaEu6q+rPs568q0p5JuVYZOgunuiG1erWU/dxxcVi7tv/omvG0tVe4ZfPFUPRoMhoMGIIPYVelTO47og==",
605
625
  "dependencies": {
606
626
  "@ui5/builder": "^3.0.1",
607
627
  "@ui5/fs": "^3.0.2",
@@ -676,26 +696,18 @@
676
696
  }
677
697
  },
678
698
  "node_modules/agentkeepalive": {
679
- "version": "4.2.1",
680
- "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz",
681
- "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==",
699
+ "version": "4.3.0",
700
+ "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz",
701
+ "integrity": "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==",
682
702
  "dependencies": {
683
703
  "debug": "^4.1.0",
684
- "depd": "^1.1.2",
704
+ "depd": "^2.0.0",
685
705
  "humanize-ms": "^1.2.1"
686
706
  },
687
707
  "engines": {
688
708
  "node": ">= 8.0.0"
689
709
  }
690
710
  },
691
- "node_modules/agentkeepalive/node_modules/depd": {
692
- "version": "1.1.2",
693
- "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
694
- "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
695
- "engines": {
696
- "node": ">= 0.6"
697
- }
698
- },
699
711
  "node_modules/ajv": {
700
712
  "version": "6.12.6",
701
713
  "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
@@ -836,9 +848,9 @@
836
848
  "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
837
849
  },
838
850
  "node_modules/boxen": {
839
- "version": "7.0.1",
840
- "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.0.1.tgz",
841
- "integrity": "sha512-8k2eH6SRAK00NDl1iX5q17RJ8rfl53TajdYxE3ssMLehbg487dEVgsad4pIsZb/QqBgYWIl6JOauMTLGX2Kpkw==",
851
+ "version": "7.0.2",
852
+ "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.0.2.tgz",
853
+ "integrity": "sha512-1Z4UJabXUP1/R9rLpoU3O2lEMnG3pPLAs/ZD2lF3t2q7qD5lM8rqbtnvtvm4N0wEyNlE+9yZVTVAGmd1V5jabg==",
842
854
  "dependencies": {
843
855
  "ansi-align": "^3.0.1",
844
856
  "camelcase": "^7.0.0",
@@ -1009,9 +1021,9 @@
1009
1021
  }
1010
1022
  },
1011
1023
  "node_modules/cacache/node_modules/lru-cache": {
1012
- "version": "7.18.1",
1013
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
1014
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
1024
+ "version": "7.18.3",
1025
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
1026
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
1015
1027
  "engines": {
1016
1028
  "node": ">=12"
1017
1029
  }
@@ -1857,9 +1869,9 @@
1857
1869
  }
1858
1870
  },
1859
1871
  "node_modules/espree": {
1860
- "version": "9.4.1",
1861
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz",
1862
- "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==",
1872
+ "version": "9.5.0",
1873
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.0.tgz",
1874
+ "integrity": "sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==",
1863
1875
  "dependencies": {
1864
1876
  "acorn": "^8.8.0",
1865
1877
  "acorn-jsx": "^5.3.2",
@@ -2347,14 +2359,14 @@
2347
2359
  }
2348
2360
  },
2349
2361
  "node_modules/got": {
2350
- "version": "12.5.3",
2351
- "resolved": "https://registry.npmjs.org/got/-/got-12.5.3.tgz",
2352
- "integrity": "sha512-8wKnb9MGU8IPGRIo+/ukTy9XLJBwDiCpIf5TVzQ9Cpol50eMTpBq2GAuDsuDIz7hTYmZgMgC1e9ydr6kSDWs3w==",
2362
+ "version": "12.6.0",
2363
+ "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
2364
+ "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
2353
2365
  "dependencies": {
2354
2366
  "@sindresorhus/is": "^5.2.0",
2355
2367
  "@szmarczak/http-timer": "^5.0.1",
2356
2368
  "cacheable-lookup": "^7.0.0",
2357
- "cacheable-request": "^10.2.1",
2369
+ "cacheable-request": "^10.2.8",
2358
2370
  "decompress-response": "^6.0.0",
2359
2371
  "form-data-encoder": "^2.1.2",
2360
2372
  "get-stream": "^6.0.1",
@@ -2596,6 +2608,20 @@
2596
2608
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2597
2609
  }
2598
2610
  },
2611
+ "node_modules/ignore-walk/node_modules/minimatch": {
2612
+ "version": "6.2.0",
2613
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
2614
+ "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
2615
+ "dependencies": {
2616
+ "brace-expansion": "^2.0.1"
2617
+ },
2618
+ "engines": {
2619
+ "node": ">=10"
2620
+ },
2621
+ "funding": {
2622
+ "url": "https://github.com/sponsors/isaacs"
2623
+ }
2624
+ },
2599
2625
  "node_modules/import-lazy": {
2600
2626
  "version": "4.0.0",
2601
2627
  "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz",
@@ -3214,9 +3240,9 @@
3214
3240
  }
3215
3241
  },
3216
3242
  "node_modules/make-fetch-happen/node_modules/lru-cache": {
3217
- "version": "7.18.1",
3218
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
3219
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
3243
+ "version": "7.18.3",
3244
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
3245
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
3220
3246
  "engines": {
3221
3247
  "node": ">=12"
3222
3248
  }
@@ -3495,9 +3521,9 @@
3495
3521
  "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
3496
3522
  },
3497
3523
  "node_modules/minimatch": {
3498
- "version": "6.2.0",
3499
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
3500
- "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
3524
+ "version": "7.4.2",
3525
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
3526
+ "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
3501
3527
  "dependencies": {
3502
3528
  "brace-expansion": "^2.0.1"
3503
3529
  },
@@ -3517,9 +3543,9 @@
3517
3543
  }
3518
3544
  },
3519
3545
  "node_modules/minipass": {
3520
- "version": "4.2.4",
3521
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.4.tgz",
3522
- "integrity": "sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==",
3546
+ "version": "4.2.5",
3547
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
3548
+ "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
3523
3549
  "engines": {
3524
3550
  "node": ">=8"
3525
3551
  }
@@ -3873,9 +3899,9 @@
3873
3899
  }
3874
3900
  },
3875
3901
  "node_modules/npm-package-arg/node_modules/lru-cache": {
3876
- "version": "7.18.1",
3877
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
3878
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
3902
+ "version": "7.18.3",
3903
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
3904
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
3879
3905
  "engines": {
3880
3906
  "node": ">=12"
3881
3907
  }
@@ -3923,9 +3949,9 @@
3923
3949
  }
3924
3950
  },
3925
3951
  "node_modules/npm-registry-fetch/node_modules/lru-cache": {
3926
- "version": "7.18.1",
3927
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
3928
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
3952
+ "version": "7.18.3",
3953
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
3954
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
3929
3955
  "engines": {
3930
3956
  "node": ">=12"
3931
3957
  }
@@ -4218,6 +4244,29 @@
4218
4244
  "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
4219
4245
  "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
4220
4246
  },
4247
+ "node_modules/path-scurry": {
4248
+ "version": "1.6.1",
4249
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz",
4250
+ "integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==",
4251
+ "dependencies": {
4252
+ "lru-cache": "^7.14.1",
4253
+ "minipass": "^4.0.2"
4254
+ },
4255
+ "engines": {
4256
+ "node": ">=14"
4257
+ },
4258
+ "funding": {
4259
+ "url": "https://github.com/sponsors/isaacs"
4260
+ }
4261
+ },
4262
+ "node_modules/path-scurry/node_modules/lru-cache": {
4263
+ "version": "7.18.3",
4264
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
4265
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
4266
+ "engines": {
4267
+ "node": ">=12"
4268
+ }
4269
+ },
4221
4270
  "node_modules/path-to-regexp": {
4222
4271
  "version": "0.1.7",
4223
4272
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
@@ -4511,9 +4560,9 @@
4511
4560
  }
4512
4561
  },
4513
4562
  "node_modules/read-package-json/node_modules/lru-cache": {
4514
- "version": "7.18.1",
4515
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
4516
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
4563
+ "version": "7.18.3",
4564
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
4565
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
4517
4566
  "engines": {
4518
4567
  "node": ">=12"
4519
4568
  }
@@ -4675,9 +4724,9 @@
4675
4724
  }
4676
4725
  },
4677
4726
  "node_modules/readable-stream": {
4678
- "version": "3.6.1",
4679
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.1.tgz",
4680
- "integrity": "sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ==",
4727
+ "version": "3.6.2",
4728
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
4729
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
4681
4730
  "dependencies": {
4682
4731
  "inherits": "^2.0.3",
4683
4732
  "string_decoder": "^1.1.1",
@@ -4688,11 +4737,11 @@
4688
4737
  }
4689
4738
  },
4690
4739
  "node_modules/registry-auth-token": {
4691
- "version": "5.0.1",
4692
- "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.1.tgz",
4693
- "integrity": "sha512-UfxVOj8seK1yaIOiieV4FIP01vfBDLsY0H9sQzi9EbbUdJiuuBjJgLa1DpImXMNPnVkBD4eVxTEXcrZA6kfpJA==",
4740
+ "version": "5.0.2",
4741
+ "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz",
4742
+ "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==",
4694
4743
  "dependencies": {
4695
- "@pnpm/npm-conf": "^1.0.4"
4744
+ "@pnpm/npm-conf": "^2.1.0"
4696
4745
  },
4697
4746
  "engines": {
4698
4747
  "node": ">=14"
@@ -4840,9 +4889,12 @@
4840
4889
  }
4841
4890
  },
4842
4891
  "node_modules/rimraf": {
4843
- "version": "4.1.2",
4844
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.2.tgz",
4845
- "integrity": "sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==",
4892
+ "version": "4.4.0",
4893
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.0.tgz",
4894
+ "integrity": "sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==",
4895
+ "dependencies": {
4896
+ "glob": "^9.2.0"
4897
+ },
4846
4898
  "bin": {
4847
4899
  "rimraf": "dist/cjs/src/bin.js"
4848
4900
  },
@@ -4853,6 +4905,23 @@
4853
4905
  "url": "https://github.com/sponsors/isaacs"
4854
4906
  }
4855
4907
  },
4908
+ "node_modules/rimraf/node_modules/glob": {
4909
+ "version": "9.2.1",
4910
+ "resolved": "https://registry.npmjs.org/glob/-/glob-9.2.1.tgz",
4911
+ "integrity": "sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==",
4912
+ "dependencies": {
4913
+ "fs.realpath": "^1.0.0",
4914
+ "minimatch": "^7.4.1",
4915
+ "minipass": "^4.2.4",
4916
+ "path-scurry": "^1.6.1"
4917
+ },
4918
+ "engines": {
4919
+ "node": ">=16 || 14 >=14.17"
4920
+ },
4921
+ "funding": {
4922
+ "url": "https://github.com/sponsors/isaacs"
4923
+ }
4924
+ },
4856
4925
  "node_modules/router": {
4857
4926
  "version": "1.3.8",
4858
4927
  "resolved": "https://registry.npmjs.org/router/-/router-1.3.8.tgz",
@@ -5068,9 +5137,9 @@
5068
5137
  }
5069
5138
  },
5070
5139
  "node_modules/sigstore/node_modules/lru-cache": {
5071
- "version": "7.18.1",
5072
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
5073
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
5140
+ "version": "7.18.3",
5141
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
5142
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
5074
5143
  "engines": {
5075
5144
  "node": ">=12"
5076
5145
  }
@@ -5169,9 +5238,9 @@
5169
5238
  }
5170
5239
  },
5171
5240
  "node_modules/spdx-correct": {
5172
- "version": "3.1.1",
5173
- "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
5174
- "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
5241
+ "version": "3.2.0",
5242
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
5243
+ "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
5175
5244
  "dependencies": {
5176
5245
  "spdx-expression-parse": "^3.0.0",
5177
5246
  "spdx-license-ids": "^3.0.0"
@@ -5192,9 +5261,9 @@
5192
5261
  }
5193
5262
  },
5194
5263
  "node_modules/spdx-license-ids": {
5195
- "version": "3.0.12",
5196
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz",
5197
- "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA=="
5264
+ "version": "3.0.13",
5265
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz",
5266
+ "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w=="
5198
5267
  },
5199
5268
  "node_modules/spdy": {
5200
5269
  "version": "4.0.2",
@@ -5401,9 +5470,9 @@
5401
5470
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
5402
5471
  },
5403
5472
  "node_modules/terser": {
5404
- "version": "5.16.5",
5405
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.5.tgz",
5406
- "integrity": "sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==",
5473
+ "version": "5.16.6",
5474
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.6.tgz",
5475
+ "integrity": "sha512-IBZ+ZQIA9sMaXmRZCUMDjNH0D5AQQfdn4WUjHL0+1lF4TP1IHRJbrhb6fNaXWikrYQTSkb7SLxkeXAiy1p7mbg==",
5407
5476
  "dependencies": {
5408
5477
  "@jridgewell/source-map": "^0.3.2",
5409
5478
  "acorn": "^8.5.0",
@@ -5437,21 +5506,21 @@
5437
5506
  }
5438
5507
  },
5439
5508
  "node_modules/tuf-js": {
5440
- "version": "1.0.0",
5441
- "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.0.0.tgz",
5442
- "integrity": "sha512-1dxsQwESDzACJjTdYHQ4wJ1f/of7jALWKfJEHSBWUQB/5UTJUx9SW6GHXp4mZ1KvdBRJCpGjssoPFGi4hvw8/A==",
5509
+ "version": "1.1.1",
5510
+ "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.1.tgz",
5511
+ "integrity": "sha512-WTp382/PR96k0dI4GD5RdiRhgOU0rAC7+lnoih/5pZg3cyb3aNMqDozleEEWwyfT3+FOg7Qz9JU3n6A44tLSHw==",
5443
5512
  "dependencies": {
5444
- "make-fetch-happen": "^11.0.1",
5445
- "minimatch": "^6.1.0"
5513
+ "@tufjs/models": "1.0.0",
5514
+ "make-fetch-happen": "^11.0.1"
5446
5515
  },
5447
5516
  "engines": {
5448
5517
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
5449
5518
  }
5450
5519
  },
5451
5520
  "node_modules/tuf-js/node_modules/lru-cache": {
5452
- "version": "7.18.1",
5453
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
5454
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
5521
+ "version": "7.18.3",
5522
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
5523
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
5455
5524
  "engines": {
5456
5525
  "node": ">=12"
5457
5526
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -118,8 +118,8 @@
118
118
  "@ui5/builder": "^3.0.1",
119
119
  "@ui5/fs": "^3.0.2",
120
120
  "@ui5/logger": "^3.0.0",
121
- "@ui5/project": "^3.0.3",
122
- "@ui5/server": "^3.1.0",
121
+ "@ui5/project": "^3.0.4",
122
+ "@ui5/server": "^3.1.1",
123
123
  "chalk": "^5.2.0",
124
124
  "data-with-position": "^0.5.0",
125
125
  "import-local": "^3.1.0",
@@ -137,16 +137,16 @@
137
137
  "cross-env": "^7.0.3",
138
138
  "depcheck": "^1.4.3",
139
139
  "docdash": "^2.0.1",
140
- "eslint": "^8.35.0",
140
+ "eslint": "^8.36.0",
141
141
  "eslint-config-google": "^0.14.0",
142
142
  "eslint-plugin-ava": "^14.0.0",
143
- "eslint-plugin-jsdoc": "^40.0.0",
143
+ "eslint-plugin-jsdoc": "^40.0.1",
144
144
  "esmock": "^2.1.0",
145
- "execa": "^7.0.0",
145
+ "execa": "^7.1.0",
146
146
  "jsdoc": "^4.0.2",
147
147
  "nyc": "^15.1.0",
148
148
  "open-cli": "^7.1.0",
149
- "rimraf": "^4.1.2",
149
+ "rimraf": "^4.4.0",
150
150
  "sinon": "^15.0.1",
151
151
  "strip-ansi": "^7.0.1",
152
152
  "tap-xunit": "^2.4.1"