@ui5/cli 4.0.41 → 4.0.43

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,19 @@
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.41...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.43...HEAD).
6
+
7
+ <a name="v4.0.43"></a>
8
+ ## [v4.0.43] - 2026-02-05
9
+ ### Dependency Updates
10
+ - Bump open from 10.2.0 to 11.0.0 ([#808](https://github.com/SAP/ui5-cli/issues/808)) [`3124e3e`](https://github.com/SAP/ui5-cli/commit/3124e3e22be9e1622a4827634ec3682d9ffbb4fa)
11
+
12
+
13
+ <a name="v4.0.42"></a>
14
+ ## [v4.0.42] - 2026-01-29
15
+ ### Dependency Updates
16
+ - Bump tar from 7.5.6 to 7.5.7 ([#824](https://github.com/SAP/ui5-cli/issues/824)) [`9155859`](https://github.com/SAP/ui5-cli/commit/91558598425423bf47252263d9b921762dbdaa5e)
17
+
6
18
 
7
19
  <a name="v4.0.41"></a>
8
20
  ## [v4.0.41] - 2026-01-23
@@ -1466,6 +1478,8 @@ Only Node.js v10 or higher is supported.
1466
1478
 
1467
1479
  <a name="v0.0.1"></a>
1468
1480
  ## v0.0.1 - 2018-06-06
1481
+ [v4.0.43]: https://github.com/SAP/ui5-cli/compare/v4.0.42...v4.0.43
1482
+ [v4.0.42]: https://github.com/SAP/ui5-cli/compare/v4.0.41...v4.0.42
1469
1483
  [v4.0.41]: https://github.com/SAP/ui5-cli/compare/v4.0.40...v4.0.41
1470
1484
  [v4.0.40]: https://github.com/SAP/ui5-cli/compare/v4.0.39...v4.0.40
1471
1485
  [v4.0.39]: https://github.com/SAP/ui5-cli/compare/v4.0.38...v4.0.39
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.41",
3
+ "version": "4.0.43",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "4.0.41",
9
+ "version": "4.0.43",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^4.1.3",
@@ -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.1",
21
- "open": "^10.2.0",
21
+ "open": "^11.0.0",
22
22
  "pretty-hrtime": "^1.0.3",
23
23
  "semver": "^7.7.3",
24
24
  "update-notifier": "^7.3.1",
@@ -40,9 +40,9 @@
40
40
  "license": "MIT"
41
41
  },
42
42
  "node_modules/@babel/code-frame": {
43
- "version": "7.28.6",
44
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
45
- "integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
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==",
46
46
  "license": "MIT",
47
47
  "dependencies": {
48
48
  "@babel/helper-validator-identifier": "^7.28.5",
@@ -72,12 +72,12 @@
72
72
  }
73
73
  },
74
74
  "node_modules/@babel/parser": {
75
- "version": "7.28.6",
76
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz",
77
- "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
75
+ "version": "7.29.0",
76
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
77
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
78
78
  "license": "MIT",
79
79
  "dependencies": {
80
- "@babel/types": "^7.28.6"
80
+ "@babel/types": "^7.29.0"
81
81
  },
82
82
  "bin": {
83
83
  "parser": "bin/babel-parser.js"
@@ -87,9 +87,9 @@
87
87
  }
88
88
  },
89
89
  "node_modules/@babel/types": {
90
- "version": "7.28.6",
91
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
92
- "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
90
+ "version": "7.29.0",
91
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
92
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
93
93
  "license": "MIT",
94
94
  "dependencies": {
95
95
  "@babel/helper-string-parser": "^7.27.1",
@@ -109,9 +109,9 @@
109
109
  }
110
110
  },
111
111
  "node_modules/@isaacs/brace-expansion": {
112
- "version": "5.0.0",
113
- "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
114
- "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
112
+ "version": "5.0.1",
113
+ "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz",
114
+ "integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
115
115
  "license": "MIT",
116
116
  "dependencies": {
117
117
  "@isaacs/balanced-match": "^4.0.1"
@@ -1182,9 +1182,9 @@
1182
1182
  }
1183
1183
  },
1184
1184
  "node_modules/ci-info": {
1185
- "version": "4.3.1",
1186
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz",
1187
- "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==",
1185
+ "version": "4.4.0",
1186
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
1187
+ "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
1188
1188
  "funding": [
1189
1189
  {
1190
1190
  "type": "github",
@@ -1563,9 +1563,9 @@
1563
1563
  }
1564
1564
  },
1565
1565
  "node_modules/default-browser": {
1566
- "version": "5.4.0",
1567
- "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.4.0.tgz",
1568
- "integrity": "sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==",
1566
+ "version": "5.5.0",
1567
+ "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
1568
+ "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
1569
1569
  "license": "MIT",
1570
1570
  "dependencies": {
1571
1571
  "bundle-name": "^4.1.0",
@@ -2349,6 +2349,7 @@
2349
2349
  "version": "10.5.0",
2350
2350
  "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
2351
2351
  "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
2352
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
2352
2353
  "license": "ISC",
2353
2354
  "dependencies": {
2354
2355
  "foreground-child": "^3.1.0",
@@ -2874,6 +2875,18 @@
2874
2875
  "url": "https://github.com/sponsors/sindresorhus"
2875
2876
  }
2876
2877
  },
2878
+ "node_modules/is-in-ssh": {
2879
+ "version": "1.0.0",
2880
+ "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
2881
+ "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
2882
+ "license": "MIT",
2883
+ "engines": {
2884
+ "node": ">=20"
2885
+ },
2886
+ "funding": {
2887
+ "url": "https://github.com/sponsors/sindresorhus"
2888
+ }
2889
+ },
2877
2890
  "node_modules/is-inside-container": {
2878
2891
  "version": "1.0.0",
2879
2892
  "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
@@ -3112,9 +3125,9 @@
3112
3125
  }
3113
3126
  },
3114
3127
  "node_modules/ky": {
3115
- "version": "1.14.2",
3116
- "resolved": "https://registry.npmjs.org/ky/-/ky-1.14.2.tgz",
3117
- "integrity": "sha512-q3RBbsO5A5zrPhB6CaCS8ZUv+NWCXv6JJT4Em0i264G9W0fdPB8YRfnnEi7Dm7X7omAkBIPojzYJ2D1oHTHqug==",
3128
+ "version": "1.14.3",
3129
+ "resolved": "https://registry.npmjs.org/ky/-/ky-1.14.3.tgz",
3130
+ "integrity": "sha512-9zy9lkjac+TR1c2tG+mkNSVlyOpInnWdSMiue4F+kq8TwJSgv6o8jhLRg8Ho6SnZ9wOYUq/yozts9qQCfk7bIw==",
3118
3131
  "license": "MIT",
3119
3132
  "engines": {
3120
3133
  "node": ">=18"
@@ -3485,12 +3498,12 @@
3485
3498
  "license": "ISC"
3486
3499
  },
3487
3500
  "node_modules/minimatch": {
3488
- "version": "10.1.1",
3489
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
3490
- "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
3501
+ "version": "10.1.2",
3502
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.2.tgz",
3503
+ "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==",
3491
3504
  "license": "BlueOak-1.0.0",
3492
3505
  "dependencies": {
3493
- "@isaacs/brace-expansion": "^5.0.0"
3506
+ "@isaacs/brace-expansion": "^5.0.1"
3494
3507
  },
3495
3508
  "engines": {
3496
3509
  "node": "20 || >=22"
@@ -3868,18 +3881,20 @@
3868
3881
  }
3869
3882
  },
3870
3883
  "node_modules/open": {
3871
- "version": "10.2.0",
3872
- "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
3873
- "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
3884
+ "version": "11.0.0",
3885
+ "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
3886
+ "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
3874
3887
  "license": "MIT",
3875
3888
  "dependencies": {
3876
- "default-browser": "^5.2.1",
3889
+ "default-browser": "^5.4.0",
3877
3890
  "define-lazy-prop": "^3.0.0",
3891
+ "is-in-ssh": "^1.0.0",
3878
3892
  "is-inside-container": "^1.0.0",
3879
- "wsl-utils": "^0.1.0"
3893
+ "powershell-utils": "^0.1.0",
3894
+ "wsl-utils": "^0.3.0"
3880
3895
  },
3881
3896
  "engines": {
3882
- "node": ">=18"
3897
+ "node": ">=20"
3883
3898
  },
3884
3899
  "funding": {
3885
3900
  "url": "https://github.com/sponsors/sindresorhus"
@@ -4346,6 +4361,18 @@
4346
4361
  "npm": ">=1.0.0"
4347
4362
  }
4348
4363
  },
4364
+ "node_modules/powershell-utils": {
4365
+ "version": "0.1.0",
4366
+ "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
4367
+ "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
4368
+ "license": "MIT",
4369
+ "engines": {
4370
+ "node": ">=20"
4371
+ },
4372
+ "funding": {
4373
+ "url": "https://github.com/sponsors/sindresorhus"
4374
+ }
4375
+ },
4349
4376
  "node_modules/pretty-data": {
4350
4377
  "version": "0.40.0",
4351
4378
  "resolved": "https://registry.npmjs.org/pretty-data/-/pretty-data-0.40.0.tgz",
@@ -5414,9 +5441,9 @@
5414
5441
  }
5415
5442
  },
5416
5443
  "node_modules/tar": {
5417
- "version": "7.5.6",
5418
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
5419
- "integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
5444
+ "version": "7.5.7",
5445
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz",
5446
+ "integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
5420
5447
  "license": "BlueOak-1.0.0",
5421
5448
  "dependencies": {
5422
5449
  "@isaacs/fs-minipass": "^4.0.0",
@@ -5866,15 +5893,16 @@
5866
5893
  }
5867
5894
  },
5868
5895
  "node_modules/wsl-utils": {
5869
- "version": "0.1.0",
5870
- "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
5871
- "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
5896
+ "version": "0.3.1",
5897
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
5898
+ "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
5872
5899
  "license": "MIT",
5873
5900
  "dependencies": {
5874
- "is-wsl": "^3.1.0"
5901
+ "is-wsl": "^3.1.0",
5902
+ "powershell-utils": "^0.1.0"
5875
5903
  },
5876
5904
  "engines": {
5877
- "node": ">=18"
5905
+ "node": ">=20"
5878
5906
  },
5879
5907
  "funding": {
5880
5908
  "url": "https://github.com/sponsors/sindresorhus"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.41",
3
+ "version": "4.0.43",
4
4
  "description": "UI5 CLI - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -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.1",
128
- "open": "^10.2.0",
128
+ "open": "^11.0.0",
129
129
  "pretty-hrtime": "^1.0.3",
130
130
  "semver": "^7.7.3",
131
131
  "update-notifier": "^7.3.1",
@@ -145,7 +145,7 @@
145
145
  "eslint-plugin-jsdoc": "61.5.0",
146
146
  "esmock": "^2.7.3",
147
147
  "execa": "^9.6.1",
148
- "globals": "^16.5.0",
148
+ "globals": "^17.3.0",
149
149
  "jsdoc": "^4.0.5",
150
150
  "licensee": "^11.1.1",
151
151
  "nyc": "^17.1.0",
@@ -158,13 +158,13 @@
158
158
  },
159
159
  "overrides": {
160
160
  "pacote@<=20": {
161
- "tar": "^7.5.6"
161
+ "tar": "^7.5.7"
162
162
  },
163
163
  "cacache@18": {
164
- "tar": "^7.5.6"
164
+ "tar": "^7.5.7"
165
165
  },
166
166
  "node-gyp@10": {
167
- "tar": "^7.5.6"
167
+ "tar": "^7.5.7"
168
168
  }
169
169
  }
170
170
  }