@ui5/cli 4.0.52 → 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 CHANGED
@@ -2,7 +2,16 @@
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.52...HEAD).
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
9
+
10
+ <a name="v4.0.53"></a>
11
+ ## [v4.0.53] - 2026-05-13
12
+ ### Dependency Updates
13
+ - Bump [@ui5](https://github.com/ui5)/project from 4.0.15 to 4.0.16 [`c033bc1`](https://github.com/SAP/ui5-cli/commit/c033bc1dccac7debc0906a6463a3b2556cd518ae)
14
+
6
15
 
7
16
  <a name="v4.0.52"></a>
8
17
  ## [v4.0.52] - 2026-04-20
@@ -1530,6 +1539,8 @@ Only Node.js v10 or higher is supported.
1530
1539
 
1531
1540
  <a name="v0.0.1"></a>
1532
1541
  ## v0.0.1 - 2018-06-06
1542
+ [v4.0.54]: https://github.com/SAP/ui5-cli/compare/v4.0.53...v4.0.54
1543
+ [v4.0.53]: https://github.com/SAP/ui5-cli/compare/v4.0.52...v4.0.53
1533
1544
  [v4.0.52]: https://github.com/SAP/ui5-cli/compare/v4.0.51...v4.0.52
1534
1545
  [v4.0.51]: https://github.com/SAP/ui5-cli/compare/v4.0.50...v4.0.51
1535
1546
  [v4.0.50]: https://github.com/SAP/ui5-cli/compare/v4.0.49...v4.0.50
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.52",
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.52",
9
+ "version": "4.0.54",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^4.1.6",
13
13
  "@ui5/fs": "^4.0.5",
14
14
  "@ui5/logger": "^4.0.2",
15
- "@ui5/project": "^4.0.15",
15
+ "@ui5/project": "^4.0.16",
16
16
  "@ui5/server": "^4.0.15",
17
17
  "chalk": "^5.6.2",
18
18
  "data-with-position": "^0.5.0",
@@ -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.7.4",
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.4.4",
38
- "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz",
39
- "integrity": "sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==",
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.0",
44
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
45
- "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
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.28.5",
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.27.1",
58
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
59
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
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.28.5",
67
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
68
- "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
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.2",
76
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
77
- "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
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.0"
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.0",
91
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
92
- "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
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.27.1",
96
- "@babel/helper-validator-identifier": "^7.28.5"
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.0",
335
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
336
- "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
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.0",
563
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
564
- "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
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"
@@ -674,15 +674,15 @@
674
674
  }
675
675
  },
676
676
  "node_modules/@ui5/project": {
677
- "version": "4.0.15",
678
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.15.tgz",
679
- "integrity": "sha512-Fo1g1t15NCLb9xKxVVJ4jD7BTGimk2CoE+4nMTg0NEA9DGv0UUWkfVygnNnmur1NJg4HV4sqK/mKO1yszFpCAQ==",
677
+ "version": "4.0.16",
678
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.16.tgz",
679
+ "integrity": "sha512-zSNY24itJqgnfg2MT5UPmzJ7805nPEFgrDvVC+EnrlafGvgWPknEQelH4+GfY3adNnUxst36MD52U76nd7nQCA==",
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": "^8.18.0",
685
+ "ajv": "^8.20.0",
686
686
  "ajv-errors": "^3.0.0",
687
687
  "chalk": "^5.6.2",
688
688
  "escape-string-regexp": "^5.0.0",
@@ -696,8 +696,8 @@
696
696
  "pretty-hrtime": "^1.0.3",
697
697
  "read-package-up": "^11.0.0",
698
698
  "read-pkg": "^9.0.1",
699
- "resolve": "^1.22.11",
700
- "semver": "^7.7.4",
699
+ "resolve": "^1.22.12",
700
+ "semver": "^7.8.0",
701
701
  "xml2js": "^0.6.2",
702
702
  "yesno": "^0.4.0"
703
703
  },
@@ -706,7 +706,7 @@
706
706
  "npm": ">= 8"
707
707
  },
708
708
  "peerDependencies": {
709
- "@ui5/builder": "^4.1.5"
709
+ "@ui5/builder": "^4.1.6"
710
710
  },
711
711
  "peerDependenciesMeta": {
712
712
  "@ui5/builder": {
@@ -860,9 +860,9 @@
860
860
  }
861
861
  },
862
862
  "node_modules/ajv": {
863
- "version": "8.18.0",
864
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
865
- "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
863
+ "version": "8.20.0",
864
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
865
+ "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
866
866
  "license": "MIT",
867
867
  "dependencies": {
868
868
  "fast-deep-equal": "^3.1.3",
@@ -1080,9 +1080,9 @@
1080
1080
  }
1081
1081
  },
1082
1082
  "node_modules/brace-expansion": {
1083
- "version": "5.0.5",
1084
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
1085
- "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
1083
+ "version": "5.0.6",
1084
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
1085
+ "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
1086
1086
  "license": "MIT",
1087
1087
  "dependencies": {
1088
1088
  "balanced-match": "^4.0.2"
@@ -1930,9 +1930,9 @@
1930
1930
  }
1931
1931
  },
1932
1932
  "node_modules/es-object-atoms": {
1933
- "version": "1.1.1",
1934
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
1935
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
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"
@@ -2084,14 +2084,14 @@
2084
2084
  "license": "Apache-2.0"
2085
2085
  },
2086
2086
  "node_modules/express": {
2087
- "version": "4.22.1",
2088
- "resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz",
2089
- "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==",
2087
+ "version": "4.22.2",
2088
+ "resolved": "https://registry.npmjs.org/express/-/express-4.22.2.tgz",
2089
+ "integrity": "sha512-IuL+Elrou2ZvCFHs18/CIzy2Nzvo25nZ1/D2eIZlz7c+QUayAcYoiM2BthCjs+EBHVpjYjcuLDAiCWgeIX3X1Q==",
2090
2090
  "license": "MIT",
2091
2091
  "dependencies": {
2092
2092
  "accepts": "~1.3.8",
2093
2093
  "array-flatten": "1.1.1",
2094
- "body-parser": "~1.20.3",
2094
+ "body-parser": "~1.20.5",
2095
2095
  "content-disposition": "~0.5.4",
2096
2096
  "content-type": "~1.0.4",
2097
2097
  "cookie": "~0.7.1",
@@ -2110,7 +2110,7 @@
2110
2110
  "parseurl": "~1.3.3",
2111
2111
  "path-to-regexp": "~0.1.12",
2112
2112
  "proxy-addr": "~2.0.7",
2113
- "qs": "~6.14.0",
2113
+ "qs": "~6.15.1",
2114
2114
  "range-parser": "~1.2.1",
2115
2115
  "safe-buffer": "5.2.1",
2116
2116
  "send": "~0.19.0",
@@ -2130,9 +2130,9 @@
2130
2130
  }
2131
2131
  },
2132
2132
  "node_modules/express/node_modules/body-parser": {
2133
- "version": "1.20.4",
2134
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz",
2135
- "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==",
2133
+ "version": "1.20.5",
2134
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz",
2135
+ "integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==",
2136
2136
  "license": "MIT",
2137
2137
  "dependencies": {
2138
2138
  "bytes": "~3.1.2",
@@ -2143,7 +2143,7 @@
2143
2143
  "http-errors": "~2.0.1",
2144
2144
  "iconv-lite": "~0.4.24",
2145
2145
  "on-finished": "~2.4.1",
2146
- "qs": "~6.14.0",
2146
+ "qs": "~6.15.1",
2147
2147
  "raw-body": "~2.5.3",
2148
2148
  "type-is": "~1.6.18",
2149
2149
  "unpipe": "~1.0.0"
@@ -2189,21 +2189,6 @@
2189
2189
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
2190
2190
  "license": "MIT"
2191
2191
  },
2192
- "node_modules/express/node_modules/qs": {
2193
- "version": "6.14.2",
2194
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
2195
- "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
2196
- "license": "BSD-3-Clause",
2197
- "dependencies": {
2198
- "side-channel": "^1.1.0"
2199
- },
2200
- "engines": {
2201
- "node": ">=0.6"
2202
- },
2203
- "funding": {
2204
- "url": "https://github.com/sponsors/ljharb"
2205
- }
2206
- },
2207
2192
  "node_modules/express/node_modules/raw-body": {
2208
2193
  "version": "2.5.3",
2209
2194
  "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
@@ -2255,9 +2240,9 @@
2255
2240
  }
2256
2241
  },
2257
2242
  "node_modules/fast-uri": {
2258
- "version": "3.1.0",
2259
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
2260
- "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
2243
+ "version": "3.1.2",
2244
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
2245
+ "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
2261
2246
  "funding": [
2262
2247
  {
2263
2248
  "type": "github",
@@ -2446,9 +2431,9 @@
2446
2431
  }
2447
2432
  },
2448
2433
  "node_modules/get-east-asian-width": {
2449
- "version": "1.5.0",
2450
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
2451
- "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
2434
+ "version": "1.6.0",
2435
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
2436
+ "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
2452
2437
  "license": "MIT",
2453
2438
  "engines": {
2454
2439
  "node": ">=18"
@@ -2546,9 +2531,9 @@
2546
2531
  "license": "MIT"
2547
2532
  },
2548
2533
  "node_modules/glob/node_modules/brace-expansion": {
2549
- "version": "2.1.0",
2550
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
2551
- "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
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==",
2552
2537
  "license": "MIT",
2553
2538
  "dependencies": {
2554
2539
  "balanced-match": "^1.0.0"
@@ -2842,9 +2827,9 @@
2842
2827
  "license": "MIT"
2843
2828
  },
2844
2829
  "node_modules/ignore-walk/node_modules/brace-expansion": {
2845
- "version": "2.1.0",
2846
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
2847
- "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
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==",
2848
2833
  "license": "MIT",
2849
2834
  "dependencies": {
2850
2835
  "balanced-match": "^1.0.0"
@@ -2933,9 +2918,9 @@
2933
2918
  }
2934
2919
  },
2935
2920
  "node_modules/ip-address": {
2936
- "version": "10.1.0",
2937
- "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
2938
- "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
2921
+ "version": "10.2.0",
2922
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
2923
+ "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
2939
2924
  "license": "MIT",
2940
2925
  "engines": {
2941
2926
  "node": ">= 12"
@@ -2951,12 +2936,12 @@
2951
2936
  }
2952
2937
  },
2953
2938
  "node_modules/is-core-module": {
2954
- "version": "2.16.1",
2955
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
2956
- "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
2939
+ "version": "2.16.2",
2940
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
2941
+ "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
2957
2942
  "license": "MIT",
2958
2943
  "dependencies": {
2959
- "hasown": "^2.0.2"
2944
+ "hasown": "^2.0.3"
2960
2945
  },
2961
2946
  "engines": {
2962
2947
  "node": ">= 0.4"
@@ -3308,9 +3293,19 @@
3308
3293
  }
3309
3294
  },
3310
3295
  "node_modules/linkify-it": {
3311
- "version": "5.0.0",
3312
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
3313
- "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
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
+ ],
3314
3309
  "license": "MIT",
3315
3310
  "dependencies": {
3316
3311
  "uc.micro": "^2.0.0"
@@ -3464,14 +3459,24 @@
3464
3459
  }
3465
3460
  },
3466
3461
  "node_modules/markdown-it": {
3467
- "version": "14.1.1",
3468
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz",
3469
- "integrity": "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==",
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
+ ],
3470
3475
  "license": "MIT",
3471
3476
  "dependencies": {
3472
3477
  "argparse": "^2.0.1",
3473
3478
  "entities": "^4.4.0",
3474
- "linkify-it": "^5.0.0",
3479
+ "linkify-it": "^5.0.1",
3475
3480
  "mdurl": "^2.0.0",
3476
3481
  "punycode.js": "^2.3.1",
3477
3482
  "uc.micro": "^2.1.0"
@@ -4633,9 +4638,9 @@
4633
4638
  }
4634
4639
  },
4635
4640
  "node_modules/qs": {
4636
- "version": "6.15.1",
4637
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
4638
- "integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
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==",
4639
4644
  "license": "BSD-3-Clause",
4640
4645
  "dependencies": {
4641
4646
  "side-channel": "^1.1.0"
@@ -5073,9 +5078,9 @@
5073
5078
  "license": "MIT"
5074
5079
  },
5075
5080
  "node_modules/semver": {
5076
- "version": "7.7.4",
5077
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
5078
- "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
5081
+ "version": "7.8.1",
5082
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
5083
+ "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
5079
5084
  "license": "ISC",
5080
5085
  "bin": {
5081
5086
  "semver": "bin/semver.js"
@@ -5289,12 +5294,12 @@
5289
5294
  }
5290
5295
  },
5291
5296
  "node_modules/socks": {
5292
- "version": "2.8.7",
5293
- "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
5294
- "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
5297
+ "version": "2.8.9",
5298
+ "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.9.tgz",
5299
+ "integrity": "sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==",
5295
5300
  "license": "MIT",
5296
5301
  "dependencies": {
5297
- "ip-address": "^10.0.1",
5302
+ "ip-address": "^10.1.1",
5298
5303
  "smart-buffer": "^4.2.0"
5299
5304
  },
5300
5305
  "engines": {
@@ -5595,9 +5600,9 @@
5595
5600
  }
5596
5601
  },
5597
5602
  "node_modules/tar": {
5598
- "version": "7.5.13",
5599
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
5600
- "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
5603
+ "version": "7.5.15",
5604
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.15.tgz",
5605
+ "integrity": "sha512-dzGK0boVlC4W5QFuQN1EFSl3bIDYsk7Tj40U6eIBnK2k/8ml7TZ5agbI5j5+qnoVcAA+rNtBml8SEiLxZpNqRQ==",
5601
5606
  "license": "BlueOak-1.0.0",
5602
5607
  "dependencies": {
5603
5608
  "@isaacs/fs-minipass": "^4.0.0",
@@ -5620,9 +5625,9 @@
5620
5625
  }
5621
5626
  },
5622
5627
  "node_modules/terser": {
5623
- "version": "5.46.1",
5624
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz",
5625
- "integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==",
5628
+ "version": "5.48.0",
5629
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.48.0.tgz",
5630
+ "integrity": "sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==",
5626
5631
  "license": "BSD-2-Clause",
5627
5632
  "dependencies": {
5628
5633
  "@jridgewell/source-map": "^0.3.3",
@@ -5689,17 +5694,34 @@
5689
5694
  }
5690
5695
  },
5691
5696
  "node_modules/type-is": {
5692
- "version": "2.0.1",
5693
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
5694
- "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
5697
+ "version": "2.1.0",
5698
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
5699
+ "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
5695
5700
  "license": "MIT",
5696
5701
  "dependencies": {
5697
- "content-type": "^1.0.5",
5702
+ "content-type": "^2.0.0",
5698
5703
  "media-typer": "^1.1.0",
5699
5704
  "mime-types": "^3.0.0"
5700
5705
  },
5701
5706
  "engines": {
5702
- "node": ">= 0.6"
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"
5703
5725
  }
5704
5726
  },
5705
5727
  "node_modules/type-is/node_modules/mime-types": {
@@ -5731,9 +5753,9 @@
5731
5753
  "license": "MIT"
5732
5754
  },
5733
5755
  "node_modules/undici": {
5734
- "version": "6.25.0",
5735
- "resolved": "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz",
5736
- "integrity": "sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==",
5756
+ "version": "6.26.0",
5757
+ "resolved": "https://registry.npmjs.org/undici/-/undici-6.26.0.tgz",
5758
+ "integrity": "sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==",
5737
5759
  "license": "MIT",
5738
5760
  "engines": {
5739
5761
  "node": ">=18.17"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.52",
3
+ "version": "4.0.54",
4
4
  "description": "UI5 CLI - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -120,7 +120,7 @@
120
120
  "@ui5/builder": "^4.1.6",
121
121
  "@ui5/fs": "^4.0.5",
122
122
  "@ui5/logger": "^4.0.2",
123
- "@ui5/project": "^4.0.15",
123
+ "@ui5/project": "^4.0.16",
124
124
  "@ui5/server": "^4.0.15",
125
125
  "chalk": "^5.6.2",
126
126
  "data-with-position": "^0.5.0",
@@ -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.7.4",
131
+ "semver": "^7.8.1",
132
132
  "update-notifier": "^7.3.1",
133
133
  "yargs": "^17.7.2"
134
134
  },
@@ -143,9 +143,9 @@
143
143
  "eslint-config-google": "^0.14.0",
144
144
  "eslint-plugin-ava": "^15.1.0",
145
145
  "eslint-plugin-jsdoc": "61.5.0",
146
- "esmock": "^2.7.3",
146
+ "esmock": "^2.7.5",
147
147
  "execa": "^9.6.1",
148
- "globals": "^17.5.0",
148
+ "globals": "^17.6.0",
149
149
  "jsdoc": "^4.0.5",
150
150
  "knip": "^5.88.1",
151
151
  "licensee": "^11.1.1",