@ui5/cli 4.0.1 → 4.0.2

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,13 @@
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.1...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.2...HEAD).
6
+
7
+ <a name="v4.0.2"></a>
8
+ ## [v4.0.2] - 2024-07-31
9
+ ### Bug Fixes
10
+ - Node.js ExperimentalWarning shown on console [`011b34e`](https://github.com/SAP/ui5-cli/commit/011b34e22081fe415ed46caa2debd9a3091f6d54)
11
+
6
12
 
7
13
  <a name="v4.0.1"></a>
8
14
  ## [v4.0.1] - 2024-07-31
@@ -1238,6 +1244,7 @@ Only Node.js v10 or higher is supported.
1238
1244
 
1239
1245
  <a name="v0.0.1"></a>
1240
1246
  ## v0.0.1 - 2018-06-06
1247
+ [v4.0.2]: https://github.com/SAP/ui5-cli/compare/v4.0.1...v4.0.2
1241
1248
  [v4.0.1]: https://github.com/SAP/ui5-cli/compare/v4.0.0...v4.0.1
1242
1249
  [v4.0.0]: https://github.com/SAP/ui5-cli/compare/v3.9.0...v4.0.0
1243
1250
  [v3.11.1]: https://github.com/SAP/ui5-cli/compare/v3.11.0...v3.11.1
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "4.0.1",
9
+ "version": "4.0.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^4.0.1",
@@ -21,7 +21,7 @@
21
21
  "open": "^10.1.0",
22
22
  "pretty-hrtime": "^1.0.3",
23
23
  "semver": "^7.6.3",
24
- "update-notifier": "^7.2.0",
24
+ "update-notifier": "7.1.0",
25
25
  "yargs": "^17.7.2"
26
26
  },
27
27
  "bin": {
@@ -891,15 +891,6 @@
891
891
  "lodash": "^4.17.14"
892
892
  }
893
893
  },
894
- "node_modules/atomically": {
895
- "version": "2.0.3",
896
- "resolved": "https://registry.npmjs.org/atomically/-/atomically-2.0.3.tgz",
897
- "integrity": "sha512-kU6FmrwZ3Lx7/7y3hPS5QnbJfaohcIul5fGqf7ok+4KklIEk9tJ0C2IQPdacSbVUWv6zVHXEBWoWd6NrVMT7Cw==",
898
- "dependencies": {
899
- "stubborn-fs": "^1.2.5",
900
- "when-exit": "^2.1.1"
901
- }
902
- },
903
894
  "node_modules/balanced-match": {
904
895
  "version": "1.0.2",
905
896
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
@@ -952,85 +943,69 @@
952
943
  "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
953
944
  },
954
945
  "node_modules/boxen": {
955
- "version": "8.0.0",
956
- "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.0.tgz",
957
- "integrity": "sha512-Mzw0gi6A0zH9bVVLSuoyaPFbae4gv3luQkkt3FmVgA1g/oeKpqxFII39OuV58AiwcN2FR+rwlZhJ2mfggjEWKw==",
946
+ "version": "7.1.1",
947
+ "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.1.1.tgz",
948
+ "integrity": "sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==",
958
949
  "dependencies": {
959
950
  "ansi-align": "^3.0.1",
960
- "camelcase": "^8.0.0",
961
- "chalk": "^5.3.0",
962
- "cli-boxes": "^4.0.0",
963
- "string-width": "^7.2.0",
964
- "type-fest": "^4.21.0",
965
- "widest-line": "^5.0.0",
966
- "wrap-ansi": "^9.0.0"
951
+ "camelcase": "^7.0.1",
952
+ "chalk": "^5.2.0",
953
+ "cli-boxes": "^3.0.0",
954
+ "string-width": "^5.1.2",
955
+ "type-fest": "^2.13.0",
956
+ "widest-line": "^4.0.1",
957
+ "wrap-ansi": "^8.1.0"
967
958
  },
968
959
  "engines": {
969
- "node": ">=18"
960
+ "node": ">=14.16"
970
961
  },
971
962
  "funding": {
972
963
  "url": "https://github.com/sponsors/sindresorhus"
973
964
  }
974
965
  },
975
966
  "node_modules/boxen/node_modules/camelcase": {
976
- "version": "8.0.0",
977
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
978
- "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
967
+ "version": "7.0.1",
968
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz",
969
+ "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==",
979
970
  "engines": {
980
- "node": ">=16"
971
+ "node": ">=14.16"
981
972
  },
982
973
  "funding": {
983
974
  "url": "https://github.com/sponsors/sindresorhus"
984
975
  }
985
976
  },
986
977
  "node_modules/boxen/node_modules/emoji-regex": {
987
- "version": "10.3.0",
988
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
989
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw=="
978
+ "version": "9.2.2",
979
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
980
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
990
981
  },
991
982
  "node_modules/boxen/node_modules/string-width": {
992
- "version": "7.2.0",
993
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
994
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
983
+ "version": "5.1.2",
984
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
985
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
995
986
  "dependencies": {
996
- "emoji-regex": "^10.3.0",
997
- "get-east-asian-width": "^1.0.0",
998
- "strip-ansi": "^7.1.0"
987
+ "eastasianwidth": "^0.2.0",
988
+ "emoji-regex": "^9.2.2",
989
+ "strip-ansi": "^7.0.1"
999
990
  },
1000
991
  "engines": {
1001
- "node": ">=18"
992
+ "node": ">=12"
1002
993
  },
1003
994
  "funding": {
1004
995
  "url": "https://github.com/sponsors/sindresorhus"
1005
996
  }
1006
997
  },
1007
998
  "node_modules/boxen/node_modules/type-fest": {
1008
- "version": "4.23.0",
1009
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
1010
- "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
999
+ "version": "2.19.0",
1000
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
1001
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
1011
1002
  "engines": {
1012
- "node": ">=16"
1003
+ "node": ">=12.20"
1013
1004
  },
1014
1005
  "funding": {
1015
1006
  "url": "https://github.com/sponsors/sindresorhus"
1016
1007
  }
1017
1008
  },
1018
- "node_modules/boxen/node_modules/wrap-ansi": {
1019
- "version": "9.0.0",
1020
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
1021
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
1022
- "dependencies": {
1023
- "ansi-styles": "^6.2.1",
1024
- "string-width": "^7.0.0",
1025
- "strip-ansi": "^7.1.0"
1026
- },
1027
- "engines": {
1028
- "node": ">=18"
1029
- },
1030
- "funding": {
1031
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1032
- }
1033
- },
1034
1009
  "node_modules/brace-expansion": {
1035
1010
  "version": "2.0.1",
1036
1011
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
@@ -1184,11 +1159,11 @@
1184
1159
  }
1185
1160
  },
1186
1161
  "node_modules/cli-boxes": {
1187
- "version": "4.0.0",
1188
- "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-4.0.0.tgz",
1189
- "integrity": "sha512-RU4tOq6V6/HggQwAumv7c8O2tuvg0gElkQ5FEdWULl4itMhvgqy1kWXq5oy3FbKOF65Ml8J4lxWbHDZcKaWLQA==",
1162
+ "version": "3.0.0",
1163
+ "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
1164
+ "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
1190
1165
  "engines": {
1191
- "node": ">=18.20"
1166
+ "node": ">=10"
1192
1167
  },
1193
1168
  "funding": {
1194
1169
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1383,22 +1358,39 @@
1383
1358
  "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
1384
1359
  },
1385
1360
  "node_modules/configstore": {
1386
- "version": "7.0.0",
1387
- "resolved": "https://registry.npmjs.org/configstore/-/configstore-7.0.0.tgz",
1388
- "integrity": "sha512-yk7/5PN5im4qwz0WFZW3PXnzHgPu9mX29Y8uZ3aefe2lBPC1FYttWZRcaW9fKkT0pBCJyuQ2HfbmPVaODi9jcQ==",
1361
+ "version": "6.0.0",
1362
+ "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz",
1363
+ "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==",
1389
1364
  "dependencies": {
1390
- "atomically": "^2.0.3",
1391
- "dot-prop": "^9.0.0",
1392
- "graceful-fs": "^4.2.11",
1393
- "xdg-basedir": "^5.1.0"
1365
+ "dot-prop": "^6.0.1",
1366
+ "graceful-fs": "^4.2.6",
1367
+ "unique-string": "^3.0.0",
1368
+ "write-file-atomic": "^3.0.3",
1369
+ "xdg-basedir": "^5.0.1"
1394
1370
  },
1395
1371
  "engines": {
1396
- "node": ">=18"
1372
+ "node": ">=12"
1397
1373
  },
1398
1374
  "funding": {
1399
1375
  "url": "https://github.com/yeoman/configstore?sponsor=1"
1400
1376
  }
1401
1377
  },
1378
+ "node_modules/configstore/node_modules/signal-exit": {
1379
+ "version": "3.0.7",
1380
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
1381
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
1382
+ },
1383
+ "node_modules/configstore/node_modules/write-file-atomic": {
1384
+ "version": "3.0.3",
1385
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
1386
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
1387
+ "dependencies": {
1388
+ "imurmurhash": "^0.1.4",
1389
+ "is-typedarray": "^1.0.0",
1390
+ "signal-exit": "^3.0.2",
1391
+ "typedarray-to-buffer": "^3.1.5"
1392
+ }
1393
+ },
1402
1394
  "node_modules/content-disposition": {
1403
1395
  "version": "0.5.4",
1404
1396
  "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
@@ -1499,6 +1491,31 @@
1499
1491
  "node": ">= 8"
1500
1492
  }
1501
1493
  },
1494
+ "node_modules/crypto-random-string": {
1495
+ "version": "4.0.0",
1496
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
1497
+ "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
1498
+ "dependencies": {
1499
+ "type-fest": "^1.0.1"
1500
+ },
1501
+ "engines": {
1502
+ "node": ">=12"
1503
+ },
1504
+ "funding": {
1505
+ "url": "https://github.com/sponsors/sindresorhus"
1506
+ }
1507
+ },
1508
+ "node_modules/crypto-random-string/node_modules/type-fest": {
1509
+ "version": "1.4.0",
1510
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
1511
+ "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
1512
+ "engines": {
1513
+ "node": ">=10"
1514
+ },
1515
+ "funding": {
1516
+ "url": "https://github.com/sponsors/sindresorhus"
1517
+ }
1518
+ },
1502
1519
  "node_modules/css-select": {
1503
1520
  "version": "5.1.0",
1504
1521
  "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
@@ -1753,25 +1770,14 @@
1753
1770
  }
1754
1771
  },
1755
1772
  "node_modules/dot-prop": {
1756
- "version": "9.0.0",
1757
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-9.0.0.tgz",
1758
- "integrity": "sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==",
1773
+ "version": "6.0.1",
1774
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz",
1775
+ "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
1759
1776
  "dependencies": {
1760
- "type-fest": "^4.18.2"
1761
- },
1762
- "engines": {
1763
- "node": ">=18"
1777
+ "is-obj": "^2.0.0"
1764
1778
  },
1765
- "funding": {
1766
- "url": "https://github.com/sponsors/sindresorhus"
1767
- }
1768
- },
1769
- "node_modules/dot-prop/node_modules/type-fest": {
1770
- "version": "4.23.0",
1771
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
1772
- "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
1773
1779
  "engines": {
1774
- "node": ">=16"
1780
+ "node": ">=10"
1775
1781
  },
1776
1782
  "funding": {
1777
1783
  "url": "https://github.com/sponsors/sindresorhus"
@@ -2233,17 +2239,6 @@
2233
2239
  "node": "6.* || 8.* || >= 10.*"
2234
2240
  }
2235
2241
  },
2236
- "node_modules/get-east-asian-width": {
2237
- "version": "1.2.0",
2238
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
2239
- "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
2240
- "engines": {
2241
- "node": ">=18"
2242
- },
2243
- "funding": {
2244
- "url": "https://github.com/sponsors/sindresorhus"
2245
- }
2246
- },
2247
2242
  "node_modules/get-intrinsic": {
2248
2243
  "version": "1.2.4",
2249
2244
  "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
@@ -2748,9 +2743,9 @@
2748
2743
  }
2749
2744
  },
2750
2745
  "node_modules/is-in-ci": {
2751
- "version": "1.0.0",
2752
- "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
2753
- "integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
2746
+ "version": "0.1.0",
2747
+ "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz",
2748
+ "integrity": "sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==",
2754
2749
  "bin": {
2755
2750
  "is-in-ci": "cli.js"
2756
2751
  },
@@ -2836,6 +2831,19 @@
2836
2831
  "lodash.isfinite": "^3.3.2"
2837
2832
  }
2838
2833
  },
2834
+ "node_modules/is-obj": {
2835
+ "version": "2.0.0",
2836
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
2837
+ "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
2838
+ "engines": {
2839
+ "node": ">=8"
2840
+ }
2841
+ },
2842
+ "node_modules/is-typedarray": {
2843
+ "version": "1.0.0",
2844
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
2845
+ "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
2846
+ },
2839
2847
  "node_modules/is-unicode-supported": {
2840
2848
  "version": "2.0.0",
2841
2849
  "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz",
@@ -5011,11 +5019,6 @@
5011
5019
  "url": "https://github.com/sponsors/sindresorhus"
5012
5020
  }
5013
5021
  },
5014
- "node_modules/stubborn-fs": {
5015
- "version": "1.2.5",
5016
- "resolved": "https://registry.npmjs.org/stubborn-fs/-/stubborn-fs-1.2.5.tgz",
5017
- "integrity": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g=="
5018
- },
5019
5022
  "node_modules/supports-preserve-symlinks-flag": {
5020
5023
  "version": "1.0.0",
5021
5024
  "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
@@ -5150,6 +5153,14 @@
5150
5153
  "node": ">= 0.6"
5151
5154
  }
5152
5155
  },
5156
+ "node_modules/typedarray-to-buffer": {
5157
+ "version": "3.1.5",
5158
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
5159
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
5160
+ "dependencies": {
5161
+ "is-typedarray": "^1.0.0"
5162
+ }
5163
+ },
5153
5164
  "node_modules/uc.micro": {
5154
5165
  "version": "2.1.0",
5155
5166
  "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
@@ -5193,6 +5204,20 @@
5193
5204
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
5194
5205
  }
5195
5206
  },
5207
+ "node_modules/unique-string": {
5208
+ "version": "3.0.0",
5209
+ "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
5210
+ "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==",
5211
+ "dependencies": {
5212
+ "crypto-random-string": "^4.0.0"
5213
+ },
5214
+ "engines": {
5215
+ "node": ">=12"
5216
+ },
5217
+ "funding": {
5218
+ "url": "https://github.com/sponsors/sindresorhus"
5219
+ }
5220
+ },
5196
5221
  "node_modules/unpipe": {
5197
5222
  "version": "1.0.0",
5198
5223
  "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
@@ -5202,20 +5227,20 @@
5202
5227
  }
5203
5228
  },
5204
5229
  "node_modules/update-notifier": {
5205
- "version": "7.2.0",
5206
- "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.2.0.tgz",
5207
- "integrity": "sha512-GoBCFKIbF88latQyk8HpHUoJHqZUzYSPI6BySAjs5TWd/TCTMynAsIfGfJ6Ep2DAx6O5YExYGPs3Hdnt2TWdzQ==",
5230
+ "version": "7.1.0",
5231
+ "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.1.0.tgz",
5232
+ "integrity": "sha512-8SV3rIqVY6EFC1WxH6L0j55s0MO79MFBS1pivmInRJg3pCEDgWHBj1Q6XByTtCLOZIFA0f6zoG9ZWf2Ks9lvTA==",
5208
5233
  "dependencies": {
5209
- "boxen": "^8.0.0",
5234
+ "boxen": "^7.1.1",
5210
5235
  "chalk": "^5.3.0",
5211
- "configstore": "^7.0.0",
5236
+ "configstore": "^6.0.0",
5212
5237
  "import-lazy": "^4.0.0",
5213
- "is-in-ci": "^1.0.0",
5238
+ "is-in-ci": "^0.1.0",
5214
5239
  "is-installed-globally": "^1.0.0",
5215
5240
  "is-npm": "^6.0.0",
5216
5241
  "latest-version": "^9.0.0",
5217
5242
  "pupa": "^3.1.0",
5218
- "semver": "^7.6.3",
5243
+ "semver": "^7.6.2",
5219
5244
  "semver-diff": "^4.0.0",
5220
5245
  "xdg-basedir": "^5.1.0"
5221
5246
  },
@@ -5294,11 +5319,6 @@
5294
5319
  "minimalistic-assert": "^1.0.0"
5295
5320
  }
5296
5321
  },
5297
- "node_modules/when-exit": {
5298
- "version": "2.1.3",
5299
- "resolved": "https://registry.npmjs.org/when-exit/-/when-exit-2.1.3.tgz",
5300
- "integrity": "sha512-uVieSTccFIr/SFQdFWN/fFaQYmV37OKtuaGphMAzi4DmmUlrvRBJW5WSLkHyjNQY/ePJMz3LoiX9R3yy1Su6Hw=="
5301
- },
5302
5322
  "node_modules/which": {
5303
5323
  "version": "4.0.0",
5304
5324
  "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
@@ -5314,35 +5334,35 @@
5314
5334
  }
5315
5335
  },
5316
5336
  "node_modules/widest-line": {
5317
- "version": "5.0.0",
5318
- "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
5319
- "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
5337
+ "version": "4.0.1",
5338
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz",
5339
+ "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==",
5320
5340
  "dependencies": {
5321
- "string-width": "^7.0.0"
5341
+ "string-width": "^5.0.1"
5322
5342
  },
5323
5343
  "engines": {
5324
- "node": ">=18"
5344
+ "node": ">=12"
5325
5345
  },
5326
5346
  "funding": {
5327
5347
  "url": "https://github.com/sponsors/sindresorhus"
5328
5348
  }
5329
5349
  },
5330
5350
  "node_modules/widest-line/node_modules/emoji-regex": {
5331
- "version": "10.3.0",
5332
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
5333
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw=="
5351
+ "version": "9.2.2",
5352
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
5353
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
5334
5354
  },
5335
5355
  "node_modules/widest-line/node_modules/string-width": {
5336
- "version": "7.2.0",
5337
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
5338
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
5356
+ "version": "5.1.2",
5357
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
5358
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
5339
5359
  "dependencies": {
5340
- "emoji-regex": "^10.3.0",
5341
- "get-east-asian-width": "^1.0.0",
5342
- "strip-ansi": "^7.1.0"
5360
+ "eastasianwidth": "^0.2.0",
5361
+ "emoji-regex": "^9.2.2",
5362
+ "strip-ansi": "^7.0.1"
5343
5363
  },
5344
5364
  "engines": {
5345
- "node": ">=18"
5365
+ "node": ">=12"
5346
5366
  },
5347
5367
  "funding": {
5348
5368
  "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.1",
3
+ "version": "4.0.2",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -129,7 +129,7 @@
129
129
  "open": "^10.1.0",
130
130
  "pretty-hrtime": "^1.0.3",
131
131
  "semver": "^7.6.3",
132
- "update-notifier": "^7.2.0",
132
+ "update-notifier": "7.1.0",
133
133
  "yargs": "^17.7.2"
134
134
  },
135
135
  "devDependencies": {