@ui5/cli 4.0.44 → 4.0.46

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,17 @@
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.44...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.46...HEAD).
6
+
7
+ <a name="v4.0.46"></a>
8
+ ## [v4.0.46] - 2026-02-27
9
+
10
+ <a name="v4.0.45"></a>
11
+ ## [v4.0.45] - 2026-02-24
12
+ ### Dependency Updates
13
+ - Bump [@ui5](https://github.com/ui5)/server from 4.0.12 to 4.0.13 [`e451e84`](https://github.com/SAP/ui5-cli/commit/e451e842f16d9c21083dc61fc577e908176d8e99)
14
+ - Bump [@ui5](https://github.com/ui5)/project from 4.0.10 to 4.0.11 [`8caa023`](https://github.com/SAP/ui5-cli/commit/8caa023c6ace89cf48848b012f14021c3c853747)
15
+
6
16
 
7
17
  <a name="v4.0.44"></a>
8
18
  ## [v4.0.44] - 2026-02-16
@@ -1487,6 +1497,8 @@ Only Node.js v10 or higher is supported.
1487
1497
 
1488
1498
  <a name="v0.0.1"></a>
1489
1499
  ## v0.0.1 - 2018-06-06
1500
+ [v4.0.46]: https://github.com/SAP/ui5-cli/compare/v4.0.45...v4.0.46
1501
+ [v4.0.45]: https://github.com/SAP/ui5-cli/compare/v4.0.44...v4.0.45
1490
1502
  [v4.0.44]: https://github.com/SAP/ui5-cli/compare/v4.0.43...v4.0.44
1491
1503
  [v4.0.43]: https://github.com/SAP/ui5-cli/compare/v4.0.42...v4.0.43
1492
1504
  [v4.0.42]: https://github.com/SAP/ui5-cli/compare/v4.0.41...v4.0.42
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.44",
3
+ "version": "4.0.46",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "4.0.44",
9
+ "version": "4.0.46",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^4.1.4",
13
13
  "@ui5/fs": "^4.0.5",
14
14
  "@ui5/logger": "^4.0.2",
15
- "@ui5/project": "^4.0.10",
16
- "@ui5/server": "^4.0.12",
15
+ "@ui5/project": "^4.0.11",
16
+ "@ui5/server": "^4.0.13",
17
17
  "chalk": "^5.6.2",
18
18
  "data-with-position": "^0.5.0",
19
19
  "import-local": "^3.2.0",
@@ -197,12 +197,12 @@
197
197
  }
198
198
  },
199
199
  "node_modules/@jsdoc/salty": {
200
- "version": "0.2.9",
201
- "resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.9.tgz",
202
- "integrity": "sha512-yYxMVH7Dqw6nO0d5NIV8OQWnitU8k6vXH8NtgqAfIa/IUqRMxRv/NUJJ08VEKbAakwxlgBl5PJdrU0dMPStsnw==",
200
+ "version": "0.2.10",
201
+ "resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.10.tgz",
202
+ "integrity": "sha512-VFHSsQAQp8y1NJvAJBpLs9I2shHE6hz9TwukocDObuUgGVAq62yZGbTgJg04Z3Fj0XSMWe0sJqGg5dhKGTV92A==",
203
203
  "license": "Apache-2.0",
204
204
  "dependencies": {
205
- "lodash": "^4.17.21"
205
+ "lodash": "^4.17.23"
206
206
  },
207
207
  "engines": {
208
208
  "node": ">=v12.0.0"
@@ -340,12 +340,12 @@
340
340
  }
341
341
  },
342
342
  "node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
343
- "version": "9.0.5",
344
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
345
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
343
+ "version": "9.0.9",
344
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
345
+ "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
346
346
  "license": "ISC",
347
347
  "dependencies": {
348
- "brace-expansion": "^2.0.1"
348
+ "brace-expansion": "^2.0.2"
349
349
  },
350
350
  "engines": {
351
351
  "node": ">=16 || 14 >=14.17"
@@ -568,12 +568,12 @@
568
568
  }
569
569
  },
570
570
  "node_modules/@tufjs/models/node_modules/minimatch": {
571
- "version": "9.0.5",
572
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
573
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
571
+ "version": "9.0.9",
572
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
573
+ "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
574
574
  "license": "ISC",
575
575
  "dependencies": {
576
- "brace-expansion": "^2.0.1"
576
+ "brace-expansion": "^2.0.2"
577
577
  },
578
578
  "engines": {
579
579
  "node": ">=16 || 14 >=14.17"
@@ -674,15 +674,15 @@
674
674
  }
675
675
  },
676
676
  "node_modules/@ui5/project": {
677
- "version": "4.0.10",
678
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.10.tgz",
679
- "integrity": "sha512-Zp4ezytTUkx11TjaG9SPA+GqzXzoEKSNPy35gVEvN4l8P7eflQthGvo87SszzL+jtbEuruRn+BMSvXo5/xZIUQ==",
677
+ "version": "4.0.11",
678
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.11.tgz",
679
+ "integrity": "sha512-i/xc+AcL/O2oR0x+ZQpXpvfFQW6Dqyo+FIi4WwH5lbSqdhHP6+/9AD3bQvfq5zjwActRvh2MozD8zIzbR5uQ7g==",
680
680
  "license": "Apache-2.0",
681
681
  "dependencies": {
682
682
  "@npmcli/config": "^9.0.0",
683
683
  "@ui5/fs": "^4.0.5",
684
684
  "@ui5/logger": "^4.0.2",
685
- "ajv": "^6.12.6",
685
+ "ajv": "^6.14.0",
686
686
  "ajv-errors": "^1.0.1",
687
687
  "chalk": "^5.6.2",
688
688
  "escape-string-regexp": "^5.0.0",
@@ -768,9 +768,9 @@
768
768
  }
769
769
  },
770
770
  "node_modules/@ui5/server": {
771
- "version": "4.0.12",
772
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.12.tgz",
773
- "integrity": "sha512-uX4C1P0894mOnzcybnNbC1O9zugrADzBpNWl7hABS/6c/xsYcNxxb5ivD8WsWuwnyEX+dpgNISmUAy37HKM9Qw==",
771
+ "version": "4.0.13",
772
+ "resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.13.tgz",
773
+ "integrity": "sha512-FGVMpmMQbQJbUB+au/t63erpZWa9OH7bRpw/W0qzsVPV54wj4dAQRmxapOlYc9JbtNeKBslnw+IO3WfenV4X4w==",
774
774
  "license": "Apache-2.0",
775
775
  "dependencies": {
776
776
  "@ui5/builder": "^4.1.4",
@@ -830,9 +830,9 @@
830
830
  }
831
831
  },
832
832
  "node_modules/acorn": {
833
- "version": "8.15.0",
834
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
835
- "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
833
+ "version": "8.16.0",
834
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
835
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
836
836
  "license": "MIT",
837
837
  "bin": {
838
838
  "acorn": "bin/acorn"
@@ -860,9 +860,9 @@
860
860
  }
861
861
  },
862
862
  "node_modules/ajv": {
863
- "version": "6.12.6",
864
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
865
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
863
+ "version": "6.14.0",
864
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
865
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
866
866
  "license": "MIT",
867
867
  "dependencies": {
868
868
  "fast-deep-equal": "^3.1.1",
@@ -949,39 +949,12 @@
949
949
  }
950
950
  },
951
951
  "node_modules/balanced-match": {
952
- "version": "4.0.2",
953
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.2.tgz",
954
- "integrity": "sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==",
952
+ "version": "4.0.4",
953
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
954
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
955
955
  "license": "MIT",
956
- "dependencies": {
957
- "jackspeak": "^4.2.3"
958
- },
959
- "engines": {
960
- "node": "20 || >=22"
961
- }
962
- },
963
- "node_modules/balanced-match/node_modules/@isaacs/cliui": {
964
- "version": "9.0.0",
965
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
966
- "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
967
- "license": "BlueOak-1.0.0",
968
- "engines": {
969
- "node": ">=18"
970
- }
971
- },
972
- "node_modules/balanced-match/node_modules/jackspeak": {
973
- "version": "4.2.3",
974
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
975
- "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
976
- "license": "BlueOak-1.0.0",
977
- "dependencies": {
978
- "@isaacs/cliui": "^9.0.0"
979
- },
980
956
  "engines": {
981
- "node": "20 || >=22"
982
- },
983
- "funding": {
984
- "url": "https://github.com/sponsors/isaacs"
957
+ "node": "18 || 20 || >=22"
985
958
  }
986
959
  },
987
960
  "node_modules/bluebird": {
@@ -1107,15 +1080,15 @@
1107
1080
  }
1108
1081
  },
1109
1082
  "node_modules/brace-expansion": {
1110
- "version": "5.0.2",
1111
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
1112
- "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
1083
+ "version": "5.0.3",
1084
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
1085
+ "integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
1113
1086
  "license": "MIT",
1114
1087
  "dependencies": {
1115
1088
  "balanced-match": "^4.0.2"
1116
1089
  },
1117
1090
  "engines": {
1118
- "node": "20 || >=22"
1091
+ "node": "18 || 20 || >=22"
1119
1092
  }
1120
1093
  },
1121
1094
  "node_modules/braces": {
@@ -2463,9 +2436,9 @@
2463
2436
  }
2464
2437
  },
2465
2438
  "node_modules/get-east-asian-width": {
2466
- "version": "1.4.0",
2467
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
2468
- "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
2439
+ "version": "1.5.0",
2440
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
2441
+ "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
2469
2442
  "license": "MIT",
2470
2443
  "engines": {
2471
2444
  "node": ">=18"
@@ -2572,12 +2545,12 @@
2572
2545
  }
2573
2546
  },
2574
2547
  "node_modules/glob/node_modules/minimatch": {
2575
- "version": "9.0.5",
2576
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
2577
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
2548
+ "version": "9.0.9",
2549
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
2550
+ "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
2578
2551
  "license": "ISC",
2579
2552
  "dependencies": {
2580
- "brace-expansion": "^2.0.1"
2553
+ "brace-expansion": "^2.0.2"
2581
2554
  },
2582
2555
  "engines": {
2583
2556
  "node": ">=16 || 14 >=14.17"
@@ -2611,9 +2584,9 @@
2611
2584
  }
2612
2585
  },
2613
2586
  "node_modules/globby": {
2614
- "version": "16.1.0",
2615
- "resolved": "https://registry.npmjs.org/globby/-/globby-16.1.0.tgz",
2616
- "integrity": "sha512-+A4Hq7m7Ze592k9gZRy4gJ27DrXRNnC1vPjxTt1qQxEY8RxagBkBxivkCwg7FxSTG0iLLEMaUx13oOr0R2/qcQ==",
2587
+ "version": "16.1.1",
2588
+ "resolved": "https://registry.npmjs.org/globby/-/globby-16.1.1.tgz",
2589
+ "integrity": "sha512-dW7vl+yiAJSp6aCekaVnVJxurRv7DCOLyXqEG3RYMYUg7AuJ2jCqPkZTA8ooqC2vtnkaMcV5WfFBMuEnTu1OQg==",
2617
2590
  "license": "MIT",
2618
2591
  "dependencies": {
2619
2592
  "@sindresorhus/merge-streams": "^4.0.0",
@@ -2868,12 +2841,12 @@
2868
2841
  }
2869
2842
  },
2870
2843
  "node_modules/ignore-walk/node_modules/minimatch": {
2871
- "version": "9.0.5",
2872
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
2873
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
2844
+ "version": "9.0.9",
2845
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
2846
+ "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
2874
2847
  "license": "ISC",
2875
2848
  "dependencies": {
2876
- "brace-expansion": "^2.0.1"
2849
+ "brace-expansion": "^2.0.2"
2877
2850
  },
2878
2851
  "engines": {
2879
2852
  "node": ">=16 || 14 >=14.17"
@@ -3644,15 +3617,15 @@
3644
3617
  "license": "ISC"
3645
3618
  },
3646
3619
  "node_modules/minimatch": {
3647
- "version": "10.2.0",
3648
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz",
3649
- "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==",
3620
+ "version": "10.2.4",
3621
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
3622
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
3650
3623
  "license": "BlueOak-1.0.0",
3651
3624
  "dependencies": {
3652
3625
  "brace-expansion": "^5.0.2"
3653
3626
  },
3654
3627
  "engines": {
3655
- "node": "20 || >=22"
3628
+ "node": "18 || 20 || >=22"
3656
3629
  },
3657
3630
  "funding": {
3658
3631
  "url": "https://github.com/sponsors/isaacs"
@@ -3668,10 +3641,10 @@
3668
3641
  }
3669
3642
  },
3670
3643
  "node_modules/minipass": {
3671
- "version": "7.1.2",
3672
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
3673
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
3674
- "license": "ISC",
3644
+ "version": "7.1.3",
3645
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
3646
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
3647
+ "license": "BlueOak-1.0.0",
3675
3648
  "engines": {
3676
3649
  "node": ">=16 || 14 >=14.17"
3677
3650
  }
@@ -5378,9 +5351,9 @@
5378
5351
  "license": "CC-BY-3.0"
5379
5352
  },
5380
5353
  "node_modules/spdx-license-ids": {
5381
- "version": "3.0.22",
5382
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz",
5383
- "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==",
5354
+ "version": "3.0.23",
5355
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
5356
+ "integrity": "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==",
5384
5357
  "license": "CC0-1.0"
5385
5358
  },
5386
5359
  "node_modules/spdy": {
@@ -5535,12 +5508,12 @@
5535
5508
  }
5536
5509
  },
5537
5510
  "node_modules/strip-ansi": {
5538
- "version": "7.1.2",
5539
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
5540
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
5511
+ "version": "7.2.0",
5512
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
5513
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
5541
5514
  "license": "MIT",
5542
5515
  "dependencies": {
5543
- "ansi-regex": "^6.0.1"
5516
+ "ansi-regex": "^6.2.2"
5544
5517
  },
5545
5518
  "engines": {
5546
5519
  "node": ">=12"
@@ -5741,9 +5714,9 @@
5741
5714
  "license": "MIT"
5742
5715
  },
5743
5716
  "node_modules/underscore": {
5744
- "version": "1.13.7",
5745
- "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz",
5746
- "integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==",
5717
+ "version": "1.13.8",
5718
+ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.8.tgz",
5719
+ "integrity": "sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==",
5747
5720
  "license": "MIT"
5748
5721
  },
5749
5722
  "node_modules/undici": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.44",
3
+ "version": "4.0.46",
4
4
  "description": "UI5 CLI - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -120,8 +120,8 @@
120
120
  "@ui5/builder": "^4.1.4",
121
121
  "@ui5/fs": "^4.0.5",
122
122
  "@ui5/logger": "^4.0.2",
123
- "@ui5/project": "^4.0.10",
124
- "@ui5/server": "^4.0.12",
123
+ "@ui5/project": "^4.0.11",
124
+ "@ui5/server": "^4.0.13",
125
125
  "chalk": "^5.6.2",
126
126
  "data-with-position": "^0.5.0",
127
127
  "import-local": "^3.2.0",
@@ -139,7 +139,7 @@
139
139
  "chokidar-cli": "^3.0.0",
140
140
  "cross-env": "^10.1.0",
141
141
  "docdash": "^2.0.2",
142
- "eslint": "^9.39.2",
142
+ "eslint": "^9.39.3",
143
143
  "eslint-config-google": "^0.14.0",
144
144
  "eslint-plugin-ava": "^15.1.0",
145
145
  "eslint-plugin-jsdoc": "61.5.0",
@@ -147,13 +147,13 @@
147
147
  "execa": "^9.6.1",
148
148
  "globals": "^17.3.0",
149
149
  "jsdoc": "^4.0.5",
150
- "knip": "^5.83.1",
150
+ "knip": "^5.85.0",
151
151
  "licensee": "^11.1.1",
152
152
  "nyc": "^17.1.0",
153
153
  "open-cli": "^8.0.0",
154
154
  "rimraf": "^6.1.3",
155
155
  "sinon": "^21.0.1",
156
- "strip-ansi": "^7.1.2",
156
+ "strip-ansi": "^7.2.0",
157
157
  "tap-xunit": "^2.4.1",
158
158
  "testdouble": "^3.20.2"
159
159
  },