@ui5/cli 4.0.44 → 4.0.45
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 +9 -1
- package/npm-shrinkwrap.json +49 -196
- package/package.json +17 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,14 @@
|
|
|
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.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.45...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.45"></a>
|
|
8
|
+
## [v4.0.45] - 2026-02-24
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/server from 4.0.12 to 4.0.13 [`e451e84`](https://github.com/SAP/ui5-cli/commit/e451e842f16d9c21083dc61fc577e908176d8e99)
|
|
11
|
+
- Bump [@ui5](https://github.com/ui5)/project from 4.0.10 to 4.0.11 [`8caa023`](https://github.com/SAP/ui5-cli/commit/8caa023c6ace89cf48848b012f14021c3c853747)
|
|
12
|
+
|
|
6
13
|
|
|
7
14
|
<a name="v4.0.44"></a>
|
|
8
15
|
## [v4.0.44] - 2026-02-16
|
|
@@ -1487,6 +1494,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1487
1494
|
|
|
1488
1495
|
<a name="v0.0.1"></a>
|
|
1489
1496
|
## v0.0.1 - 2018-06-06
|
|
1497
|
+
[v4.0.45]: https://github.com/SAP/ui5-cli/compare/v4.0.44...v4.0.45
|
|
1490
1498
|
[v4.0.44]: https://github.com/SAP/ui5-cli/compare/v4.0.43...v4.0.44
|
|
1491
1499
|
[v4.0.43]: https://github.com/SAP/ui5-cli/compare/v4.0.42...v4.0.43
|
|
1492
1500
|
[v4.0.42]: https://github.com/SAP/ui5-cli/compare/v4.0.41...v4.0.42
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.45",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.45",
|
|
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.
|
|
16
|
-
"@ui5/server": "^4.0.
|
|
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.
|
|
201
|
-
"resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.
|
|
202
|
-
"integrity": "sha512-
|
|
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.
|
|
205
|
+
"lodash": "^4.17.23"
|
|
206
206
|
},
|
|
207
207
|
"engines": {
|
|
208
208
|
"node": ">=v12.0.0"
|
|
@@ -324,36 +324,6 @@
|
|
|
324
324
|
"node": "^18.17.0 || >=20.5.0"
|
|
325
325
|
}
|
|
326
326
|
},
|
|
327
|
-
"node_modules/@npmcli/map-workspaces/node_modules/balanced-match": {
|
|
328
|
-
"version": "1.0.2",
|
|
329
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
330
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
331
|
-
"license": "MIT"
|
|
332
|
-
},
|
|
333
|
-
"node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
334
|
-
"version": "2.0.2",
|
|
335
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
336
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
337
|
-
"license": "MIT",
|
|
338
|
-
"dependencies": {
|
|
339
|
-
"balanced-match": "^1.0.0"
|
|
340
|
-
}
|
|
341
|
-
},
|
|
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==",
|
|
346
|
-
"license": "ISC",
|
|
347
|
-
"dependencies": {
|
|
348
|
-
"brace-expansion": "^2.0.1"
|
|
349
|
-
},
|
|
350
|
-
"engines": {
|
|
351
|
-
"node": ">=16 || 14 >=14.17"
|
|
352
|
-
},
|
|
353
|
-
"funding": {
|
|
354
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
327
|
"node_modules/@npmcli/name-from-folder": {
|
|
358
328
|
"version": "3.0.0",
|
|
359
329
|
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz",
|
|
@@ -552,36 +522,6 @@
|
|
|
552
522
|
"node": "^18.17.0 || >=20.5.0"
|
|
553
523
|
}
|
|
554
524
|
},
|
|
555
|
-
"node_modules/@tufjs/models/node_modules/balanced-match": {
|
|
556
|
-
"version": "1.0.2",
|
|
557
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
558
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
559
|
-
"license": "MIT"
|
|
560
|
-
},
|
|
561
|
-
"node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
562
|
-
"version": "2.0.2",
|
|
563
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
564
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
565
|
-
"license": "MIT",
|
|
566
|
-
"dependencies": {
|
|
567
|
-
"balanced-match": "^1.0.0"
|
|
568
|
-
}
|
|
569
|
-
},
|
|
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==",
|
|
574
|
-
"license": "ISC",
|
|
575
|
-
"dependencies": {
|
|
576
|
-
"brace-expansion": "^2.0.1"
|
|
577
|
-
},
|
|
578
|
-
"engines": {
|
|
579
|
-
"node": ">=16 || 14 >=14.17"
|
|
580
|
-
},
|
|
581
|
-
"funding": {
|
|
582
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
583
|
-
}
|
|
584
|
-
},
|
|
585
525
|
"node_modules/@types/linkify-it": {
|
|
586
526
|
"version": "5.0.0",
|
|
587
527
|
"resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
@@ -674,15 +614,15 @@
|
|
|
674
614
|
}
|
|
675
615
|
},
|
|
676
616
|
"node_modules/@ui5/project": {
|
|
677
|
-
"version": "4.0.
|
|
678
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.
|
|
679
|
-
"integrity": "sha512-
|
|
617
|
+
"version": "4.0.11",
|
|
618
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.11.tgz",
|
|
619
|
+
"integrity": "sha512-i/xc+AcL/O2oR0x+ZQpXpvfFQW6Dqyo+FIi4WwH5lbSqdhHP6+/9AD3bQvfq5zjwActRvh2MozD8zIzbR5uQ7g==",
|
|
680
620
|
"license": "Apache-2.0",
|
|
681
621
|
"dependencies": {
|
|
682
622
|
"@npmcli/config": "^9.0.0",
|
|
683
623
|
"@ui5/fs": "^4.0.5",
|
|
684
624
|
"@ui5/logger": "^4.0.2",
|
|
685
|
-
"ajv": "^6.
|
|
625
|
+
"ajv": "^6.14.0",
|
|
686
626
|
"ajv-errors": "^1.0.1",
|
|
687
627
|
"chalk": "^5.6.2",
|
|
688
628
|
"escape-string-regexp": "^5.0.0",
|
|
@@ -768,9 +708,9 @@
|
|
|
768
708
|
}
|
|
769
709
|
},
|
|
770
710
|
"node_modules/@ui5/server": {
|
|
771
|
-
"version": "4.0.
|
|
772
|
-
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.
|
|
773
|
-
"integrity": "sha512-
|
|
711
|
+
"version": "4.0.13",
|
|
712
|
+
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.13.tgz",
|
|
713
|
+
"integrity": "sha512-FGVMpmMQbQJbUB+au/t63erpZWa9OH7bRpw/W0qzsVPV54wj4dAQRmxapOlYc9JbtNeKBslnw+IO3WfenV4X4w==",
|
|
774
714
|
"license": "Apache-2.0",
|
|
775
715
|
"dependencies": {
|
|
776
716
|
"@ui5/builder": "^4.1.4",
|
|
@@ -830,9 +770,9 @@
|
|
|
830
770
|
}
|
|
831
771
|
},
|
|
832
772
|
"node_modules/acorn": {
|
|
833
|
-
"version": "8.
|
|
834
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
835
|
-
"integrity": "sha512-
|
|
773
|
+
"version": "8.16.0",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
775
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
836
776
|
"license": "MIT",
|
|
837
777
|
"bin": {
|
|
838
778
|
"acorn": "bin/acorn"
|
|
@@ -860,9 +800,9 @@
|
|
|
860
800
|
}
|
|
861
801
|
},
|
|
862
802
|
"node_modules/ajv": {
|
|
863
|
-
"version": "6.
|
|
864
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.
|
|
865
|
-
"integrity": "sha512-
|
|
803
|
+
"version": "6.14.0",
|
|
804
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
|
|
805
|
+
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
|
|
866
806
|
"license": "MIT",
|
|
867
807
|
"dependencies": {
|
|
868
808
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -949,39 +889,12 @@
|
|
|
949
889
|
}
|
|
950
890
|
},
|
|
951
891
|
"node_modules/balanced-match": {
|
|
952
|
-
"version": "4.0.
|
|
953
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.
|
|
954
|
-
"integrity": "sha512-
|
|
892
|
+
"version": "4.0.4",
|
|
893
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
894
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
955
895
|
"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
896
|
"engines": {
|
|
981
|
-
"node": "20 || >=22"
|
|
982
|
-
},
|
|
983
|
-
"funding": {
|
|
984
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
897
|
+
"node": "18 || 20 || >=22"
|
|
985
898
|
}
|
|
986
899
|
},
|
|
987
900
|
"node_modules/bluebird": {
|
|
@@ -1107,15 +1020,15 @@
|
|
|
1107
1020
|
}
|
|
1108
1021
|
},
|
|
1109
1022
|
"node_modules/brace-expansion": {
|
|
1110
|
-
"version": "5.0.
|
|
1111
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1112
|
-
"integrity": "sha512-
|
|
1023
|
+
"version": "5.0.3",
|
|
1024
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
|
|
1025
|
+
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
|
|
1113
1026
|
"license": "MIT",
|
|
1114
1027
|
"dependencies": {
|
|
1115
1028
|
"balanced-match": "^4.0.2"
|
|
1116
1029
|
},
|
|
1117
1030
|
"engines": {
|
|
1118
|
-
"node": "20 || >=22"
|
|
1031
|
+
"node": "18 || 20 || >=22"
|
|
1119
1032
|
}
|
|
1120
1033
|
},
|
|
1121
1034
|
"node_modules/braces": {
|
|
@@ -2463,9 +2376,9 @@
|
|
|
2463
2376
|
}
|
|
2464
2377
|
},
|
|
2465
2378
|
"node_modules/get-east-asian-width": {
|
|
2466
|
-
"version": "1.
|
|
2467
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
2468
|
-
"integrity": "sha512-
|
|
2379
|
+
"version": "1.5.0",
|
|
2380
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
2381
|
+
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
2469
2382
|
"license": "MIT",
|
|
2470
2383
|
"engines": {
|
|
2471
2384
|
"node": ">=18"
|
|
@@ -2556,36 +2469,6 @@
|
|
|
2556
2469
|
"node": ">= 6"
|
|
2557
2470
|
}
|
|
2558
2471
|
},
|
|
2559
|
-
"node_modules/glob/node_modules/balanced-match": {
|
|
2560
|
-
"version": "1.0.2",
|
|
2561
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2562
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2563
|
-
"license": "MIT"
|
|
2564
|
-
},
|
|
2565
|
-
"node_modules/glob/node_modules/brace-expansion": {
|
|
2566
|
-
"version": "2.0.2",
|
|
2567
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
2568
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
2569
|
-
"license": "MIT",
|
|
2570
|
-
"dependencies": {
|
|
2571
|
-
"balanced-match": "^1.0.0"
|
|
2572
|
-
}
|
|
2573
|
-
},
|
|
2574
|
-
"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==",
|
|
2578
|
-
"license": "ISC",
|
|
2579
|
-
"dependencies": {
|
|
2580
|
-
"brace-expansion": "^2.0.1"
|
|
2581
|
-
},
|
|
2582
|
-
"engines": {
|
|
2583
|
-
"node": ">=16 || 14 >=14.17"
|
|
2584
|
-
},
|
|
2585
|
-
"funding": {
|
|
2586
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2587
|
-
}
|
|
2588
|
-
},
|
|
2589
2472
|
"node_modules/global-directory": {
|
|
2590
2473
|
"version": "4.0.1",
|
|
2591
2474
|
"resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
|
|
@@ -2611,9 +2494,9 @@
|
|
|
2611
2494
|
}
|
|
2612
2495
|
},
|
|
2613
2496
|
"node_modules/globby": {
|
|
2614
|
-
"version": "16.1.
|
|
2615
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-16.1.
|
|
2616
|
-
"integrity": "sha512
|
|
2497
|
+
"version": "16.1.1",
|
|
2498
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-16.1.1.tgz",
|
|
2499
|
+
"integrity": "sha512-dW7vl+yiAJSp6aCekaVnVJxurRv7DCOLyXqEG3RYMYUg7AuJ2jCqPkZTA8ooqC2vtnkaMcV5WfFBMuEnTu1OQg==",
|
|
2617
2500
|
"license": "MIT",
|
|
2618
2501
|
"dependencies": {
|
|
2619
2502
|
"@sindresorhus/merge-streams": "^4.0.0",
|
|
@@ -2852,36 +2735,6 @@
|
|
|
2852
2735
|
"node": "^18.17.0 || >=20.5.0"
|
|
2853
2736
|
}
|
|
2854
2737
|
},
|
|
2855
|
-
"node_modules/ignore-walk/node_modules/balanced-match": {
|
|
2856
|
-
"version": "1.0.2",
|
|
2857
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2858
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2859
|
-
"license": "MIT"
|
|
2860
|
-
},
|
|
2861
|
-
"node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
2862
|
-
"version": "2.0.2",
|
|
2863
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
2864
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
2865
|
-
"license": "MIT",
|
|
2866
|
-
"dependencies": {
|
|
2867
|
-
"balanced-match": "^1.0.0"
|
|
2868
|
-
}
|
|
2869
|
-
},
|
|
2870
|
-
"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==",
|
|
2874
|
-
"license": "ISC",
|
|
2875
|
-
"dependencies": {
|
|
2876
|
-
"brace-expansion": "^2.0.1"
|
|
2877
|
-
},
|
|
2878
|
-
"engines": {
|
|
2879
|
-
"node": ">=16 || 14 >=14.17"
|
|
2880
|
-
},
|
|
2881
|
-
"funding": {
|
|
2882
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2883
|
-
}
|
|
2884
|
-
},
|
|
2885
2738
|
"node_modules/import-local": {
|
|
2886
2739
|
"version": "3.2.0",
|
|
2887
2740
|
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
|
|
@@ -3644,15 +3497,15 @@
|
|
|
3644
3497
|
"license": "ISC"
|
|
3645
3498
|
},
|
|
3646
3499
|
"node_modules/minimatch": {
|
|
3647
|
-
"version": "10.2.
|
|
3648
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
3649
|
-
"integrity": "sha512
|
|
3500
|
+
"version": "10.2.2",
|
|
3501
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
|
|
3502
|
+
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
|
|
3650
3503
|
"license": "BlueOak-1.0.0",
|
|
3651
3504
|
"dependencies": {
|
|
3652
3505
|
"brace-expansion": "^5.0.2"
|
|
3653
3506
|
},
|
|
3654
3507
|
"engines": {
|
|
3655
|
-
"node": "20 || >=22"
|
|
3508
|
+
"node": "18 || 20 || >=22"
|
|
3656
3509
|
},
|
|
3657
3510
|
"funding": {
|
|
3658
3511
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -3668,10 +3521,10 @@
|
|
|
3668
3521
|
}
|
|
3669
3522
|
},
|
|
3670
3523
|
"node_modules/minipass": {
|
|
3671
|
-
"version": "7.1.
|
|
3672
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.
|
|
3673
|
-
"integrity": "sha512-
|
|
3674
|
-
"license": "
|
|
3524
|
+
"version": "7.1.3",
|
|
3525
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
3526
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
3527
|
+
"license": "BlueOak-1.0.0",
|
|
3675
3528
|
"engines": {
|
|
3676
3529
|
"node": ">=16 || 14 >=14.17"
|
|
3677
3530
|
}
|
|
@@ -5378,9 +5231,9 @@
|
|
|
5378
5231
|
"license": "CC-BY-3.0"
|
|
5379
5232
|
},
|
|
5380
5233
|
"node_modules/spdx-license-ids": {
|
|
5381
|
-
"version": "3.0.
|
|
5382
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
|
|
5383
|
-
"integrity": "sha512-
|
|
5234
|
+
"version": "3.0.23",
|
|
5235
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
|
|
5236
|
+
"integrity": "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==",
|
|
5384
5237
|
"license": "CC0-1.0"
|
|
5385
5238
|
},
|
|
5386
5239
|
"node_modules/spdy": {
|
|
@@ -5741,9 +5594,9 @@
|
|
|
5741
5594
|
"license": "MIT"
|
|
5742
5595
|
},
|
|
5743
5596
|
"node_modules/underscore": {
|
|
5744
|
-
"version": "1.13.
|
|
5745
|
-
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.
|
|
5746
|
-
"integrity": "sha512-
|
|
5597
|
+
"version": "1.13.8",
|
|
5598
|
+
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.8.tgz",
|
|
5599
|
+
"integrity": "sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==",
|
|
5747
5600
|
"license": "MIT"
|
|
5748
5601
|
},
|
|
5749
5602
|
"node_modules/undici": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.45",
|
|
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.
|
|
124
|
-
"@ui5/server": "^4.0.
|
|
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.
|
|
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,7 +147,7 @@
|
|
|
147
147
|
"execa": "^9.6.1",
|
|
148
148
|
"globals": "^17.3.0",
|
|
149
149
|
"jsdoc": "^4.0.5",
|
|
150
|
-
"knip": "^5.
|
|
150
|
+
"knip": "^5.85.0",
|
|
151
151
|
"licensee": "^11.1.1",
|
|
152
152
|
"nyc": "^17.1.0",
|
|
153
153
|
"open-cli": "^8.0.0",
|
|
@@ -166,6 +166,18 @@
|
|
|
166
166
|
},
|
|
167
167
|
"node-gyp@10": {
|
|
168
168
|
"tar": "^7.5.7"
|
|
169
|
+
},
|
|
170
|
+
"glob": {
|
|
171
|
+
"minimatch": "^10.2.2"
|
|
172
|
+
},
|
|
173
|
+
"ignore-walk": {
|
|
174
|
+
"minimatch": "^10.2.2"
|
|
175
|
+
},
|
|
176
|
+
"@tufjs/models": {
|
|
177
|
+
"minimatch": "^10.2.2"
|
|
178
|
+
},
|
|
179
|
+
"@npmcli/map-workspaces": {
|
|
180
|
+
"minimatch": "^10.2.2"
|
|
169
181
|
}
|
|
170
182
|
}
|
|
171
183
|
}
|