@ui5/cli 4.0.53 → 4.0.54
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 +5 -1
- package/npm-shrinkwrap.json +101 -64
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
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.54...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.54"></a>
|
|
8
|
+
## [v4.0.54] - 2026-05-26
|
|
6
9
|
|
|
7
10
|
<a name="v4.0.53"></a>
|
|
8
11
|
## [v4.0.53] - 2026-05-13
|
|
@@ -1536,6 +1539,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1536
1539
|
|
|
1537
1540
|
<a name="v0.0.1"></a>
|
|
1538
1541
|
## v0.0.1 - 2018-06-06
|
|
1542
|
+
[v4.0.54]: https://github.com/SAP/ui5-cli/compare/v4.0.53...v4.0.54
|
|
1539
1543
|
[v4.0.53]: https://github.com/SAP/ui5-cli/compare/v4.0.52...v4.0.53
|
|
1540
1544
|
[v4.0.52]: https://github.com/SAP/ui5-cli/compare/v4.0.51...v4.0.52
|
|
1541
1545
|
[v4.0.51]: https://github.com/SAP/ui5-cli/compare/v4.0.50...v4.0.51
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.54",
|
|
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.54",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.1.6",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"js-yaml": "^4.1.1",
|
|
21
21
|
"open": "^11.0.0",
|
|
22
22
|
"pretty-hrtime": "^1.0.3",
|
|
23
|
-
"semver": "^7.8.
|
|
23
|
+
"semver": "^7.8.1",
|
|
24
24
|
"update-notifier": "^7.3.1",
|
|
25
25
|
"yargs": "^17.7.2"
|
|
26
26
|
},
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"node_modules/@adobe/css-tools": {
|
|
37
|
-
"version": "4.
|
|
38
|
-
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.
|
|
39
|
-
"integrity": "sha512-
|
|
37
|
+
"version": "4.5.0",
|
|
38
|
+
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.5.0.tgz",
|
|
39
|
+
"integrity": "sha512-6OzddxPio9UiWTCemp4N8cYLV2ZN1ncRnV1cVGtve7dhPOtRkleRyx32GQCYSwDYgaHU3USMm84tNsvKzRCa1Q==",
|
|
40
40
|
"license": "MIT"
|
|
41
41
|
},
|
|
42
42
|
"node_modules/@babel/code-frame": {
|
|
43
|
-
"version": "7.29.
|
|
44
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
45
|
-
"integrity": "sha512-
|
|
43
|
+
"version": "7.29.7",
|
|
44
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
45
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
46
46
|
"license": "MIT",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@babel/helper-validator-identifier": "^7.
|
|
48
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
49
49
|
"js-tokens": "^4.0.0",
|
|
50
50
|
"picocolors": "^1.1.1"
|
|
51
51
|
},
|
|
@@ -54,30 +54,30 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"node_modules/@babel/helper-string-parser": {
|
|
57
|
-
"version": "7.
|
|
58
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
59
|
-
"integrity": "sha512-
|
|
57
|
+
"version": "7.29.7",
|
|
58
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
59
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
60
60
|
"license": "MIT",
|
|
61
61
|
"engines": {
|
|
62
62
|
"node": ">=6.9.0"
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"node_modules/@babel/helper-validator-identifier": {
|
|
66
|
-
"version": "7.
|
|
67
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
68
|
-
"integrity": "sha512-
|
|
66
|
+
"version": "7.29.7",
|
|
67
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
68
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
69
69
|
"license": "MIT",
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=6.9.0"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"node_modules/@babel/parser": {
|
|
75
|
-
"version": "7.29.
|
|
76
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.
|
|
77
|
-
"integrity": "sha512-
|
|
75
|
+
"version": "7.29.7",
|
|
76
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
77
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@babel/types": "^7.29.
|
|
80
|
+
"@babel/types": "^7.29.7"
|
|
81
81
|
},
|
|
82
82
|
"bin": {
|
|
83
83
|
"parser": "bin/babel-parser.js"
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"node_modules/@babel/types": {
|
|
90
|
-
"version": "7.29.
|
|
91
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.
|
|
92
|
-
"integrity": "sha512-
|
|
90
|
+
"version": "7.29.7",
|
|
91
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
92
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
93
93
|
"license": "MIT",
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@babel/helper-string-parser": "^7.
|
|
96
|
-
"@babel/helper-validator-identifier": "^7.
|
|
95
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
96
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
97
97
|
},
|
|
98
98
|
"engines": {
|
|
99
99
|
"node": ">=6.9.0"
|
|
@@ -331,9 +331,9 @@
|
|
|
331
331
|
"license": "MIT"
|
|
332
332
|
},
|
|
333
333
|
"node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
334
|
-
"version": "2.1.
|
|
335
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
336
|
-
"integrity": "sha512-
|
|
334
|
+
"version": "2.1.1",
|
|
335
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
336
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
337
337
|
"license": "MIT",
|
|
338
338
|
"dependencies": {
|
|
339
339
|
"balanced-match": "^1.0.0"
|
|
@@ -559,9 +559,9 @@
|
|
|
559
559
|
"license": "MIT"
|
|
560
560
|
},
|
|
561
561
|
"node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
562
|
-
"version": "2.1.
|
|
563
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
564
|
-
"integrity": "sha512-
|
|
562
|
+
"version": "2.1.1",
|
|
563
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
564
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
565
565
|
"license": "MIT",
|
|
566
566
|
"dependencies": {
|
|
567
567
|
"balanced-match": "^1.0.0"
|
|
@@ -1930,9 +1930,9 @@
|
|
|
1930
1930
|
}
|
|
1931
1931
|
},
|
|
1932
1932
|
"node_modules/es-object-atoms": {
|
|
1933
|
-
"version": "1.1.
|
|
1934
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.
|
|
1935
|
-
"integrity": "sha512-
|
|
1933
|
+
"version": "1.1.2",
|
|
1934
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
1935
|
+
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
|
1936
1936
|
"license": "MIT",
|
|
1937
1937
|
"dependencies": {
|
|
1938
1938
|
"es-errors": "^1.3.0"
|
|
@@ -2531,9 +2531,9 @@
|
|
|
2531
2531
|
"license": "MIT"
|
|
2532
2532
|
},
|
|
2533
2533
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
2534
|
-
"version": "2.1.
|
|
2535
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
2536
|
-
"integrity": "sha512-
|
|
2534
|
+
"version": "2.1.1",
|
|
2535
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
2536
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
2537
2537
|
"license": "MIT",
|
|
2538
2538
|
"dependencies": {
|
|
2539
2539
|
"balanced-match": "^1.0.0"
|
|
@@ -2827,9 +2827,9 @@
|
|
|
2827
2827
|
"license": "MIT"
|
|
2828
2828
|
},
|
|
2829
2829
|
"node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
2830
|
-
"version": "2.1.
|
|
2831
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
2832
|
-
"integrity": "sha512-
|
|
2830
|
+
"version": "2.1.1",
|
|
2831
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
2832
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
2833
2833
|
"license": "MIT",
|
|
2834
2834
|
"dependencies": {
|
|
2835
2835
|
"balanced-match": "^1.0.0"
|
|
@@ -3293,9 +3293,19 @@
|
|
|
3293
3293
|
}
|
|
3294
3294
|
},
|
|
3295
3295
|
"node_modules/linkify-it": {
|
|
3296
|
-
"version": "5.0.
|
|
3297
|
-
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
3298
|
-
"integrity": "sha512-
|
|
3296
|
+
"version": "5.0.1",
|
|
3297
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.1.tgz",
|
|
3298
|
+
"integrity": "sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==",
|
|
3299
|
+
"funding": [
|
|
3300
|
+
{
|
|
3301
|
+
"type": "github",
|
|
3302
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"type": "github",
|
|
3306
|
+
"url": "https://github.com/sponsors/markdown-it"
|
|
3307
|
+
}
|
|
3308
|
+
],
|
|
3299
3309
|
"license": "MIT",
|
|
3300
3310
|
"dependencies": {
|
|
3301
3311
|
"uc.micro": "^2.0.0"
|
|
@@ -3449,14 +3459,24 @@
|
|
|
3449
3459
|
}
|
|
3450
3460
|
},
|
|
3451
3461
|
"node_modules/markdown-it": {
|
|
3452
|
-
"version": "14.
|
|
3453
|
-
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.
|
|
3454
|
-
"integrity": "sha512-
|
|
3462
|
+
"version": "14.2.0",
|
|
3463
|
+
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.2.0.tgz",
|
|
3464
|
+
"integrity": "sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==",
|
|
3465
|
+
"funding": [
|
|
3466
|
+
{
|
|
3467
|
+
"type": "github",
|
|
3468
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"type": "github",
|
|
3472
|
+
"url": "https://github.com/sponsors/markdown-it"
|
|
3473
|
+
}
|
|
3474
|
+
],
|
|
3455
3475
|
"license": "MIT",
|
|
3456
3476
|
"dependencies": {
|
|
3457
3477
|
"argparse": "^2.0.1",
|
|
3458
3478
|
"entities": "^4.4.0",
|
|
3459
|
-
"linkify-it": "^5.0.
|
|
3479
|
+
"linkify-it": "^5.0.1",
|
|
3460
3480
|
"mdurl": "^2.0.0",
|
|
3461
3481
|
"punycode.js": "^2.3.1",
|
|
3462
3482
|
"uc.micro": "^2.1.0"
|
|
@@ -4618,9 +4638,9 @@
|
|
|
4618
4638
|
}
|
|
4619
4639
|
},
|
|
4620
4640
|
"node_modules/qs": {
|
|
4621
|
-
"version": "6.15.
|
|
4622
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.
|
|
4623
|
-
"integrity": "sha512-
|
|
4641
|
+
"version": "6.15.2",
|
|
4642
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
|
|
4643
|
+
"integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
|
|
4624
4644
|
"license": "BSD-3-Clause",
|
|
4625
4645
|
"dependencies": {
|
|
4626
4646
|
"side-channel": "^1.1.0"
|
|
@@ -5058,9 +5078,9 @@
|
|
|
5058
5078
|
"license": "MIT"
|
|
5059
5079
|
},
|
|
5060
5080
|
"node_modules/semver": {
|
|
5061
|
-
"version": "7.8.
|
|
5062
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
5063
|
-
"integrity": "sha512-
|
|
5081
|
+
"version": "7.8.1",
|
|
5082
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
5083
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
5064
5084
|
"license": "ISC",
|
|
5065
5085
|
"bin": {
|
|
5066
5086
|
"semver": "bin/semver.js"
|
|
@@ -5605,9 +5625,9 @@
|
|
|
5605
5625
|
}
|
|
5606
5626
|
},
|
|
5607
5627
|
"node_modules/terser": {
|
|
5608
|
-
"version": "5.
|
|
5609
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
5610
|
-
"integrity": "sha512-
|
|
5628
|
+
"version": "5.48.0",
|
|
5629
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.48.0.tgz",
|
|
5630
|
+
"integrity": "sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==",
|
|
5611
5631
|
"license": "BSD-2-Clause",
|
|
5612
5632
|
"dependencies": {
|
|
5613
5633
|
"@jridgewell/source-map": "^0.3.3",
|
|
@@ -5674,17 +5694,34 @@
|
|
|
5674
5694
|
}
|
|
5675
5695
|
},
|
|
5676
5696
|
"node_modules/type-is": {
|
|
5677
|
-
"version": "2.0
|
|
5678
|
-
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.
|
|
5679
|
-
"integrity": "sha512-
|
|
5697
|
+
"version": "2.1.0",
|
|
5698
|
+
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
|
|
5699
|
+
"integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
|
|
5680
5700
|
"license": "MIT",
|
|
5681
5701
|
"dependencies": {
|
|
5682
|
-
"content-type": "^
|
|
5702
|
+
"content-type": "^2.0.0",
|
|
5683
5703
|
"media-typer": "^1.1.0",
|
|
5684
5704
|
"mime-types": "^3.0.0"
|
|
5685
5705
|
},
|
|
5686
5706
|
"engines": {
|
|
5687
|
-
"node": ">=
|
|
5707
|
+
"node": ">= 18"
|
|
5708
|
+
},
|
|
5709
|
+
"funding": {
|
|
5710
|
+
"type": "opencollective",
|
|
5711
|
+
"url": "https://opencollective.com/express"
|
|
5712
|
+
}
|
|
5713
|
+
},
|
|
5714
|
+
"node_modules/type-is/node_modules/content-type": {
|
|
5715
|
+
"version": "2.0.0",
|
|
5716
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
5717
|
+
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
5718
|
+
"license": "MIT",
|
|
5719
|
+
"engines": {
|
|
5720
|
+
"node": ">=18"
|
|
5721
|
+
},
|
|
5722
|
+
"funding": {
|
|
5723
|
+
"type": "opencollective",
|
|
5724
|
+
"url": "https://opencollective.com/express"
|
|
5688
5725
|
}
|
|
5689
5726
|
},
|
|
5690
5727
|
"node_modules/type-is/node_modules/mime-types": {
|
|
@@ -5716,9 +5753,9 @@
|
|
|
5716
5753
|
"license": "MIT"
|
|
5717
5754
|
},
|
|
5718
5755
|
"node_modules/undici": {
|
|
5719
|
-
"version": "6.
|
|
5720
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
5721
|
-
"integrity": "sha512-
|
|
5756
|
+
"version": "6.26.0",
|
|
5757
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.26.0.tgz",
|
|
5758
|
+
"integrity": "sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==",
|
|
5722
5759
|
"license": "MIT",
|
|
5723
5760
|
"engines": {
|
|
5724
5761
|
"node": ">=18.17"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.54",
|
|
4
4
|
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"js-yaml": "^4.1.1",
|
|
129
129
|
"open": "^11.0.0",
|
|
130
130
|
"pretty-hrtime": "^1.0.3",
|
|
131
|
-
"semver": "^7.8.
|
|
131
|
+
"semver": "^7.8.1",
|
|
132
132
|
"update-notifier": "^7.3.1",
|
|
133
133
|
"yargs": "^17.7.2"
|
|
134
134
|
},
|