@ui5/cli 4.0.14 → 4.0.15

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/v4.0.14...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.15...HEAD).
6
+
7
+ <a name="v4.0.15"></a>
8
+ ## [v4.0.15] - 2025-04-29
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/builder from 4.0.5 to 4.0.6 [`e8371de`](https://github.com/SAP/ui5-cli/commit/e8371de5cd2c7616718a1e8700551552b2bd418e)
11
+
6
12
 
7
13
  <a name="v4.0.14"></a>
8
14
  ## [v4.0.14] - 2025-03-20
@@ -1312,6 +1318,7 @@ Only Node.js v10 or higher is supported.
1312
1318
 
1313
1319
  <a name="v0.0.1"></a>
1314
1320
  ## v0.0.1 - 2018-06-06
1321
+ [v4.0.15]: https://github.com/SAP/ui5-cli/compare/v4.0.14...v4.0.15
1315
1322
  [v4.0.14]: https://github.com/SAP/ui5-cli/compare/v4.0.13...v4.0.14
1316
1323
  [v4.0.13]: https://github.com/SAP/ui5-cli/compare/v4.0.12...v4.0.13
1317
1324
  [v4.0.12]: https://github.com/SAP/ui5-cli/compare/v4.0.11...v4.0.12
package/LICENSE.txt CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5 Tooling contributors
189
+ Copyright [yyyy] [name of copyright owner]
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.14",
3
+ "version": "4.0.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "4.0.14",
9
+ "version": "4.0.15",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@ui5/builder": "^4.0.5",
12
+ "@ui5/builder": "^4.0.6",
13
13
  "@ui5/fs": "^4.0.1",
14
14
  "@ui5/logger": "^4.0.1",
15
15
  "@ui5/project": "^4.0.4",
@@ -18,7 +18,7 @@
18
18
  "data-with-position": "^0.5.0",
19
19
  "import-local": "^3.2.0",
20
20
  "js-yaml": "^4.1.0",
21
- "open": "^10.1.0",
21
+ "open": "^10.1.1",
22
22
  "pretty-hrtime": "^1.0.3",
23
23
  "semver": "^7.7.1",
24
24
  "update-notifier": "^7.3.1",
@@ -68,11 +68,11 @@
68
68
  }
69
69
  },
70
70
  "node_modules/@babel/parser": {
71
- "version": "7.26.10",
72
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.10.tgz",
73
- "integrity": "sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==",
71
+ "version": "7.27.0",
72
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.0.tgz",
73
+ "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==",
74
74
  "dependencies": {
75
- "@babel/types": "^7.26.10"
75
+ "@babel/types": "^7.27.0"
76
76
  },
77
77
  "bin": {
78
78
  "parser": "bin/babel-parser.js"
@@ -82,9 +82,9 @@
82
82
  }
83
83
  },
84
84
  "node_modules/@babel/types": {
85
- "version": "7.26.10",
86
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz",
87
- "integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==",
85
+ "version": "7.27.0",
86
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz",
87
+ "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==",
88
88
  "dependencies": {
89
89
  "@babel/helper-string-parser": "^7.25.9",
90
90
  "@babel/helper-validator-identifier": "^7.25.9"
@@ -427,9 +427,9 @@
427
427
  }
428
428
  },
429
429
  "node_modules/@sigstore/protobuf-specs": {
430
- "version": "0.4.0",
431
- "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.4.0.tgz",
432
- "integrity": "sha512-o09cLSIq9EKyRXwryWDOJagkml9XgQCoCSRjHOnHLnvsivaW7Qznzz6yjfV7PHJHhIvyp8OH7OX8w0Dc5bQK7A==",
430
+ "version": "0.4.1",
431
+ "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.4.1.tgz",
432
+ "integrity": "sha512-7MJXQhIm7dWF9zo7rRtMYh8d2gSnc3+JddeQOTIg6gUN7FjcuckZ9EwGq+ReeQtbbl3Tbf5YqRrWxA1DMfIn+w==",
433
433
  "engines": {
434
434
  "node": "^18.17.0 || >=20.5.0"
435
435
  }
@@ -451,11 +451,11 @@
451
451
  }
452
452
  },
453
453
  "node_modules/@sigstore/tuf": {
454
- "version": "3.1.0",
455
- "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-3.1.0.tgz",
456
- "integrity": "sha512-suVMQEA+sKdOz5hwP9qNcEjX6B45R+hFFr4LAWzbRc5O+U2IInwvay/bpG5a4s+qR35P/JK/PiKiRGjfuLy1IA==",
454
+ "version": "3.1.1",
455
+ "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-3.1.1.tgz",
456
+ "integrity": "sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==",
457
457
  "dependencies": {
458
- "@sigstore/protobuf-specs": "^0.4.0",
458
+ "@sigstore/protobuf-specs": "^0.4.1",
459
459
  "tuf-js": "^3.0.1"
460
460
  },
461
461
  "engines": {
@@ -463,13 +463,13 @@
463
463
  }
464
464
  },
465
465
  "node_modules/@sigstore/verify": {
466
- "version": "2.1.0",
467
- "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-2.1.0.tgz",
468
- "integrity": "sha512-kAAM06ca4CzhvjIZdONAL9+MLppW3K48wOFy1TbuaWFW/OMfl8JuTgW0Bm02JB1WJGT/ET2eqav0KTEKmxqkIA==",
466
+ "version": "2.1.1",
467
+ "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-2.1.1.tgz",
468
+ "integrity": "sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==",
469
469
  "dependencies": {
470
470
  "@sigstore/bundle": "^3.1.0",
471
471
  "@sigstore/core": "^2.0.0",
472
- "@sigstore/protobuf-specs": "^0.4.0"
472
+ "@sigstore/protobuf-specs": "^0.4.1"
473
473
  },
474
474
  "engines": {
475
475
  "node": "^18.17.0 || >=20.5.0"
@@ -534,9 +534,9 @@
534
534
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
535
535
  },
536
536
  "node_modules/@ui5/builder": {
537
- "version": "4.0.5",
538
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.5.tgz",
539
- "integrity": "sha512-2b3UbS2rgsuRX+STJ+xSDsWU7f0bRZKlwoDvv+wYo1zDPPqgRgs5vK1MATxnMC8EsT8L5ncu/fgAb0h9uzuUnQ==",
537
+ "version": "4.0.6",
538
+ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.6.tgz",
539
+ "integrity": "sha512-8PcMRlqju1kFDnTaQNrI+SmYmzQI7p+sEDmX+OLEE5ARKCsQUW7Dn2DRgCnRiL7wdUXWjz1RydrIXFe6wabtJA==",
540
540
  "dependencies": {
541
541
  "@jridgewell/sourcemap-codec": "^1.5.0",
542
542
  "@ui5/fs": "^4.0.1",
@@ -549,8 +549,8 @@
549
549
  "jsdoc": "^4.0.4",
550
550
  "less-openui5": "^0.11.6",
551
551
  "pretty-data": "^0.40.0",
552
- "semver": "^7.6.3",
553
- "terser": "^5.37.0",
552
+ "semver": "^7.7.1",
553
+ "terser": "^5.39.0",
554
554
  "workerpool": "^9.2.0",
555
555
  "xml2js": "^0.6.2"
556
556
  },
@@ -664,9 +664,9 @@
664
664
  }
665
665
  },
666
666
  "node_modules/abbrev": {
667
- "version": "3.0.0",
668
- "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.0.tgz",
669
- "integrity": "sha512-+/kfrslGQ7TNV2ecmQwMJj/B65g5KVq1/L3SGVZ3tCYGqlzFuFCGBZJtMP99wH3NpEUyAjn0zPdPUg0D+DwrOA==",
667
+ "version": "3.0.1",
668
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
669
+ "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
670
670
  "engines": {
671
671
  "node": "^18.17.0 || >=20.5.0"
672
672
  }
@@ -903,9 +903,9 @@
903
903
  }
904
904
  },
905
905
  "node_modules/boxen/node_modules/type-fest": {
906
- "version": "4.37.0",
907
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
908
- "integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
906
+ "version": "4.40.1",
907
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.1.tgz",
908
+ "integrity": "sha512-9YvLNnORDpI+vghLU/Nf+zSv0kL47KbVJ1o3sKgoTefl6i+zebxbiDQWoe/oWWqPhIgQdRZRT1KA9sCPL810SA==",
909
909
  "engines": {
910
910
  "node": ">=16"
911
911
  },
@@ -1568,9 +1568,9 @@
1568
1568
  }
1569
1569
  },
1570
1570
  "node_modules/dot-prop/node_modules/type-fest": {
1571
- "version": "4.37.0",
1572
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
1573
- "integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
1571
+ "version": "4.40.1",
1572
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.1.tgz",
1573
+ "integrity": "sha512-9YvLNnORDpI+vghLU/Nf+zSv0kL47KbVJ1o3sKgoTefl6i+zebxbiDQWoe/oWWqPhIgQdRZRT1KA9sCPL810SA==",
1574
1574
  "engines": {
1575
1575
  "node": ">=16"
1576
1576
  },
@@ -1922,6 +1922,19 @@
1922
1922
  "reusify": "^1.0.4"
1923
1923
  }
1924
1924
  },
1925
+ "node_modules/fdir": {
1926
+ "version": "6.4.4",
1927
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
1928
+ "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
1929
+ "peerDependencies": {
1930
+ "picomatch": "^3 || ^4"
1931
+ },
1932
+ "peerDependenciesMeta": {
1933
+ "picomatch": {
1934
+ "optional": true
1935
+ }
1936
+ }
1937
+ },
1925
1938
  "node_modules/figures": {
1926
1939
  "version": "6.1.0",
1927
1940
  "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
@@ -2212,9 +2225,9 @@
2212
2225
  }
2213
2226
  },
2214
2227
  "node_modules/globby/node_modules/ignore": {
2215
- "version": "7.0.3",
2216
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz",
2217
- "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
2228
+ "version": "7.0.4",
2229
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
2230
+ "integrity": "sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==",
2218
2231
  "engines": {
2219
2232
  "node": ">= 4"
2220
2233
  }
@@ -2274,9 +2287,9 @@
2274
2287
  }
2275
2288
  },
2276
2289
  "node_modules/hosted-git-info": {
2277
- "version": "8.0.2",
2278
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.0.2.tgz",
2279
- "integrity": "sha512-sYKnA7eGln5ov8T8gnYlkSOxFJvywzEx9BueN6xo/GKO8PGiI6uK6xx+DIGe45T3bdVjLAQDQW1aicT8z8JwQg==",
2290
+ "version": "8.1.0",
2291
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.1.0.tgz",
2292
+ "integrity": "sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==",
2280
2293
  "dependencies": {
2281
2294
  "lru-cache": "^10.0.1"
2282
2295
  },
@@ -2468,9 +2481,9 @@
2468
2481
  }
2469
2482
  },
2470
2483
  "node_modules/index-to-position": {
2471
- "version": "0.1.2",
2472
- "resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-0.1.2.tgz",
2473
- "integrity": "sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==",
2484
+ "version": "1.1.0",
2485
+ "resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.1.0.tgz",
2486
+ "integrity": "sha512-XPdx9Dq4t9Qk1mTMbWONJqU7boCoumEH7fRET37HX5+khDUl3J2W6PdALxhILYlIYx2amlwYcRPp28p0tSiojg==",
2474
2487
  "engines": {
2475
2488
  "node": ">=18"
2476
2489
  },
@@ -2794,9 +2807,9 @@
2794
2807
  }
2795
2808
  },
2796
2809
  "node_modules/ky": {
2797
- "version": "1.7.5",
2798
- "resolved": "https://registry.npmjs.org/ky/-/ky-1.7.5.tgz",
2799
- "integrity": "sha512-HzhziW6sc5m0pwi5M196+7cEBtbt0lCYi67wNsiwMUmz833wloE0gbzJPWKs1gliFKQb34huItDQX97LyOdPdA==",
2810
+ "version": "1.8.1",
2811
+ "resolved": "https://registry.npmjs.org/ky/-/ky-1.8.1.tgz",
2812
+ "integrity": "sha512-7Bp3TpsE+L+TARSnnDpk3xg8Idi8RwSLdj6CMbNWoOARIrGrbuLGusV0dYwbZOm4bB3jHNxSw8Wk/ByDqJEnDw==",
2800
2813
  "engines": {
2801
2814
  "node": ">=18"
2802
2815
  },
@@ -3090,9 +3103,9 @@
3090
3103
  }
3091
3104
  },
3092
3105
  "node_modules/mime-db": {
3093
- "version": "1.53.0",
3094
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz",
3095
- "integrity": "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==",
3106
+ "version": "1.54.0",
3107
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
3108
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
3096
3109
  "engines": {
3097
3110
  "node": ">= 0.6"
3098
3111
  }
@@ -3260,31 +3273,16 @@
3260
3273
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
3261
3274
  },
3262
3275
  "node_modules/minizlib": {
3263
- "version": "3.0.1",
3264
- "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
3265
- "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
3276
+ "version": "3.0.2",
3277
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz",
3278
+ "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
3266
3279
  "dependencies": {
3267
- "minipass": "^7.0.4",
3268
- "rimraf": "^5.0.5"
3280
+ "minipass": "^7.1.2"
3269
3281
  },
3270
3282
  "engines": {
3271
3283
  "node": ">= 18"
3272
3284
  }
3273
3285
  },
3274
- "node_modules/minizlib/node_modules/rimraf": {
3275
- "version": "5.0.10",
3276
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
3277
- "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
3278
- "dependencies": {
3279
- "glob": "^10.3.7"
3280
- },
3281
- "bin": {
3282
- "rimraf": "dist/esm/bin.mjs"
3283
- },
3284
- "funding": {
3285
- "url": "https://github.com/sponsors/isaacs"
3286
- }
3287
- },
3288
3286
  "node_modules/mkdirp": {
3289
3287
  "version": "1.0.4",
3290
3288
  "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
@@ -3485,9 +3483,9 @@
3485
3483
  }
3486
3484
  },
3487
3485
  "node_modules/open": {
3488
- "version": "10.1.0",
3489
- "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
3490
- "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
3486
+ "version": "10.1.1",
3487
+ "resolved": "https://registry.npmjs.org/open/-/open-10.1.1.tgz",
3488
+ "integrity": "sha512-zy1wx4+P3PfhXSEPJNtZmJXfhkkIaxU1VauWIrDZw1O7uJRDRJtKr9n3Ic4NgbA16KyOxOXO2ng9gYwCdXuSXA==",
3491
3489
  "dependencies": {
3492
3490
  "default-browser": "^5.2.1",
3493
3491
  "define-lazy-prop": "^3.0.0",
@@ -3632,9 +3630,9 @@
3632
3630
  }
3633
3631
  },
3634
3632
  "node_modules/pacote/node_modules/@npmcli/redact": {
3635
- "version": "3.1.1",
3636
- "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-3.1.1.tgz",
3637
- "integrity": "sha512-3Hc2KGIkrvJWJqTbvueXzBeZlmvoOxc2jyX00yzr3+sNFquJg0N8hH4SAPLPVrkWIRQICVpVgjrss971awXVnA==",
3633
+ "version": "3.2.0",
3634
+ "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-3.2.0.tgz",
3635
+ "integrity": "sha512-NyJXHoZwJE0iUsCDTclXf1bWHJTsshtnp5xUN6F2vY+OLJv6d2cNc4Do6fKNkmPToB0GzoffxRh405ibTwG+Og==",
3638
3636
  "engines": {
3639
3637
  "node": "^18.17.0 || >=20.5.0"
3640
3638
  }
@@ -3721,19 +3719,19 @@
3721
3719
  "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
3722
3720
  },
3723
3721
  "node_modules/pacote/node_modules/node-gyp": {
3724
- "version": "11.1.0",
3725
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.1.0.tgz",
3726
- "integrity": "sha512-/+7TuHKnBpnMvUQnsYEb0JOozDZqarQbfNuSGLXIjhStMT0fbw7IdSqWgopOP5xhRZE+lsbIvAHcekddruPZgQ==",
3722
+ "version": "11.2.0",
3723
+ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.2.0.tgz",
3724
+ "integrity": "sha512-T0S1zqskVUSxcsSTkAsLc7xCycrRYmtDHadDinzocrThjyQCn5kMlEBSj6H4qDbgsIOSLmmlRIeb0lZXj+UArA==",
3727
3725
  "dependencies": {
3728
3726
  "env-paths": "^2.2.0",
3729
3727
  "exponential-backoff": "^3.1.1",
3730
- "glob": "^10.3.10",
3731
3728
  "graceful-fs": "^4.2.6",
3732
3729
  "make-fetch-happen": "^14.0.3",
3733
3730
  "nopt": "^8.0.0",
3734
3731
  "proc-log": "^5.0.0",
3735
3732
  "semver": "^7.3.5",
3736
3733
  "tar": "^7.4.3",
3734
+ "tinyglobby": "^0.2.12",
3737
3735
  "which": "^5.0.0"
3738
3736
  },
3739
3737
  "bin": {
@@ -3956,11 +3954,11 @@
3956
3954
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
3957
3955
  },
3958
3956
  "node_modules/parse5": {
3959
- "version": "7.2.1",
3960
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
3961
- "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
3957
+ "version": "7.3.0",
3958
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
3959
+ "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
3962
3960
  "dependencies": {
3963
- "entities": "^4.5.0"
3961
+ "entities": "^6.0.0"
3964
3962
  },
3965
3963
  "funding": {
3966
3964
  "url": "https://github.com/inikulin/parse5?sponsor=1"
@@ -3989,6 +3987,17 @@
3989
3987
  "url": "https://github.com/inikulin/parse5?sponsor=1"
3990
3988
  }
3991
3989
  },
3990
+ "node_modules/parse5/node_modules/entities": {
3991
+ "version": "6.0.0",
3992
+ "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz",
3993
+ "integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
3994
+ "engines": {
3995
+ "node": ">=0.12"
3996
+ },
3997
+ "funding": {
3998
+ "url": "https://github.com/fb55/entities?sponsor=1"
3999
+ }
4000
+ },
3992
4001
  "node_modules/parseurl": {
3993
4002
  "version": "1.3.3",
3994
4003
  "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
@@ -4048,6 +4057,17 @@
4048
4057
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
4049
4058
  "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
4050
4059
  },
4060
+ "node_modules/picomatch": {
4061
+ "version": "4.0.2",
4062
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
4063
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
4064
+ "engines": {
4065
+ "node": ">=12"
4066
+ },
4067
+ "funding": {
4068
+ "url": "https://github.com/sponsors/jonschlinkert"
4069
+ }
4070
+ },
4051
4071
  "node_modules/portscanner": {
4052
4072
  "version": "2.2.0",
4053
4073
  "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-2.2.0.tgz",
@@ -4259,9 +4279,9 @@
4259
4279
  }
4260
4280
  },
4261
4281
  "node_modules/read-package-up/node_modules/type-fest": {
4262
- "version": "4.37.0",
4263
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
4264
- "integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
4282
+ "version": "4.40.1",
4283
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.1.tgz",
4284
+ "integrity": "sha512-9YvLNnORDpI+vghLU/Nf+zSv0kL47KbVJ1o3sKgoTefl6i+zebxbiDQWoe/oWWqPhIgQdRZRT1KA9sCPL810SA==",
4265
4285
  "engines": {
4266
4286
  "node": ">=16"
4267
4287
  },
@@ -4288,13 +4308,13 @@
4288
4308
  }
4289
4309
  },
4290
4310
  "node_modules/read-pkg/node_modules/parse-json": {
4291
- "version": "8.1.0",
4292
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.1.0.tgz",
4293
- "integrity": "sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==",
4311
+ "version": "8.3.0",
4312
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz",
4313
+ "integrity": "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==",
4294
4314
  "dependencies": {
4295
- "@babel/code-frame": "^7.22.13",
4296
- "index-to-position": "^0.1.2",
4297
- "type-fest": "^4.7.1"
4315
+ "@babel/code-frame": "^7.26.2",
4316
+ "index-to-position": "^1.1.0",
4317
+ "type-fest": "^4.39.1"
4298
4318
  },
4299
4319
  "engines": {
4300
4320
  "node": ">=18"
@@ -4304,9 +4324,9 @@
4304
4324
  }
4305
4325
  },
4306
4326
  "node_modules/read-pkg/node_modules/type-fest": {
4307
- "version": "4.37.0",
4308
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
4309
- "integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
4327
+ "version": "4.40.1",
4328
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.1.tgz",
4329
+ "integrity": "sha512-9YvLNnORDpI+vghLU/Nf+zSv0kL47KbVJ1o3sKgoTefl6i+zebxbiDQWoe/oWWqPhIgQdRZRT1KA9sCPL810SA==",
4310
4330
  "engines": {
4311
4331
  "node": ">=16"
4312
4332
  },
@@ -4467,10 +4487,12 @@
4467
4487
  }
4468
4488
  },
4469
4489
  "node_modules/router": {
4470
- "version": "2.1.0",
4471
- "resolved": "https://registry.npmjs.org/router/-/router-2.1.0.tgz",
4472
- "integrity": "sha512-/m/NSLxeYEgWNtyC+WtNHCF7jbGxOibVWKnn+1Psff4dJGOfoXP+MuC/f2CwSmyiHdOIzYnYFp4W6GxWfekaLA==",
4490
+ "version": "2.2.0",
4491
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
4492
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
4473
4493
  "dependencies": {
4494
+ "debug": "^4.4.0",
4495
+ "depd": "^2.0.0",
4474
4496
  "is-promise": "^4.0.0",
4475
4497
  "parseurl": "^1.3.3",
4476
4498
  "path-to-regexp": "^8.0.0"
@@ -5092,6 +5114,21 @@
5092
5114
  "node": ">=10"
5093
5115
  }
5094
5116
  },
5117
+ "node_modules/tinyglobby": {
5118
+ "version": "0.2.13",
5119
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz",
5120
+ "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==",
5121
+ "dependencies": {
5122
+ "fdir": "^6.4.4",
5123
+ "picomatch": "^4.0.2"
5124
+ },
5125
+ "engines": {
5126
+ "node": ">=12.0.0"
5127
+ },
5128
+ "funding": {
5129
+ "url": "https://github.com/sponsors/SuperchupuDev"
5130
+ }
5131
+ },
5095
5132
  "node_modules/to-regex-range": {
5096
5133
  "version": "5.0.1",
5097
5134
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.14",
3
+ "version": "4.0.15",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -116,7 +116,7 @@
116
116
  "url": "git@github.com:SAP/ui5-cli.git"
117
117
  },
118
118
  "dependencies": {
119
- "@ui5/builder": "^4.0.5",
119
+ "@ui5/builder": "^4.0.6",
120
120
  "@ui5/fs": "^4.0.1",
121
121
  "@ui5/logger": "^4.0.1",
122
122
  "@ui5/project": "^4.0.4",
@@ -125,7 +125,7 @@
125
125
  "data-with-position": "^0.5.0",
126
126
  "import-local": "^3.2.0",
127
127
  "js-yaml": "^4.1.0",
128
- "open": "^10.1.0",
128
+ "open": "^10.1.1",
129
129
  "pretty-hrtime": "^1.0.3",
130
130
  "semver": "^7.7.1",
131
131
  "update-notifier": "^7.3.1",
@@ -139,10 +139,10 @@
139
139
  "cross-env": "^7.0.3",
140
140
  "depcheck": "^1.4.7",
141
141
  "docdash": "^2.0.2",
142
- "eslint": "^9.22.0",
142
+ "eslint": "^9.25.1",
143
143
  "eslint-config-google": "^0.14.0",
144
144
  "eslint-plugin-ava": "^15.0.1",
145
- "eslint-plugin-jsdoc": "^50.6.6",
145
+ "eslint-plugin-jsdoc": "^50.6.11",
146
146
  "esmock": "^2.7.0",
147
147
  "execa": "^9.5.2",
148
148
  "globals": "^16.0.0",
@@ -151,7 +151,7 @@
151
151
  "nyc": "^17.1.0",
152
152
  "open-cli": "^8.0.0",
153
153
  "rimraf": "^6.0.1",
154
- "sinon": "^19.0.2",
154
+ "sinon": "^20.0.0",
155
155
  "strip-ansi": "^7.1.0",
156
156
  "tap-xunit": "^2.4.1",
157
157
  "testdouble": "^3.20.2"
package/.reuse/dep5 DELETED
@@ -1,29 +0,0 @@
1
- Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
- Upstream-Name: ui5-cli
3
- Upstream-Contact: SAP OpenUI5 <openui5@sap.com>
4
- Source: https://github.com/SAP/ui5-cli
5
- Disclaimer: The code in this project may include calls to APIs (“API Calls”) of
6
- SAP or third-party products or services developed outside of this project
7
- (“External Products”).
8
- “APIs” means application programming interfaces, as well as their respective
9
- specifications and implementing code that allows software to communicate with
10
- other software.
11
- API Calls to External Products are not licensed under the open source license
12
- that governs this project. The use of such API Calls and related External
13
- Products are subject to applicable additional agreements with the relevant
14
- provider of the External Products. In no event shall the open source license
15
- that governs this project grant any rights in or to any External Products,or
16
- alter, expand or supersede any terms of the applicable additional agreements.
17
- If you have a valid license agreement with SAP for the use of a particular SAP
18
- External Product, then you may make use of any API Calls included in this
19
- project’s code for that SAP External Product, subject to the terms of such
20
- license agreement. If you do not have a valid license agreement for the use of
21
- a particular SAP External Product, then you may only make use of any API Calls
22
- in this project for that SAP External Product for your internal, non-productive
23
- and non-commercial test and evaluation of such API Calls. Nothing herein grants
24
- you any rights to use or access any SAP External Product, or provide any third
25
- parties the right to use of access any SAP External Product, through API Calls.
26
-
27
- Files: *
28
- Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5 Tooling contributors
29
- License: Apache-2.0