@ui5/cli 4.0.37 → 4.0.39

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.37...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.39...HEAD).
6
+
7
+ <a name="v4.0.39"></a>
8
+ ## [v4.0.39] - 2026-01-02
9
+
10
+ <a name="v4.0.38"></a>
11
+ ## [v4.0.38] - 2025-12-02
12
+ ### Dependency Updates
13
+ - Bump [@ui5](https://github.com/ui5)/server from 4.0.9 to 4.0.10 [`c99d8d2`](https://github.com/SAP/ui5-cli/commit/c99d8d2a7898c507fc9aeee1f09238cc2f3fbe1b)
14
+
6
15
 
7
16
  <a name="v4.0.37"></a>
8
17
  ## [v4.0.37] - 2025-11-27
@@ -1441,6 +1450,8 @@ Only Node.js v10 or higher is supported.
1441
1450
 
1442
1451
  <a name="v0.0.1"></a>
1443
1452
  ## v0.0.1 - 2018-06-06
1453
+ [v4.0.39]: https://github.com/SAP/ui5-cli/compare/v4.0.38...v4.0.39
1454
+ [v4.0.38]: https://github.com/SAP/ui5-cli/compare/v4.0.37...v4.0.38
1444
1455
  [v4.0.37]: https://github.com/SAP/ui5-cli/compare/v4.0.36...v4.0.37
1445
1456
  [v4.0.36]: https://github.com/SAP/ui5-cli/compare/v4.0.35...v4.0.36
1446
1457
  [v4.0.35]: https://github.com/SAP/ui5-cli/compare/v4.0.34...v4.0.35
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.37",
3
+ "version": "4.0.39",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "4.0.37",
9
+ "version": "4.0.39",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^4.1.3",
13
13
  "@ui5/fs": "^4.0.3",
14
14
  "@ui5/logger": "^4.0.2",
15
15
  "@ui5/project": "^4.0.9",
16
- "@ui5/server": "^4.0.9",
16
+ "@ui5/server": "^4.0.10",
17
17
  "chalk": "^5.6.2",
18
18
  "data-with-position": "^0.5.0",
19
19
  "import-local": "^3.2.0",
@@ -657,20 +657,20 @@
657
657
  }
658
658
  },
659
659
  "node_modules/@ui5/server": {
660
- "version": "4.0.9",
661
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.9.tgz",
662
- "integrity": "sha512-Vg9ckdmZT062UvLfaHmQr6/oKaMYsVXfBCZzr6DqWQDW+7hGrnv2QLxLIWWyIpRs3XDcPYKnFccHmdKViSaY1A==",
660
+ "version": "4.0.10",
661
+ "resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.10.tgz",
662
+ "integrity": "sha512-SWDoatiD83U9F15yQmpNZ+TIJZDSIEQ577xnkYC20rW68XP5LChslsOvEVU3NF/ejxBBsbaOfCq9tqj45Te1cw==",
663
663
  "dependencies": {
664
664
  "@ui5/builder": "^4.1.3",
665
665
  "@ui5/fs": "^4.0.3",
666
666
  "@ui5/logger": "^4.0.2",
667
- "body-parser": "^1.20.2",
667
+ "body-parser": "^1.20.4",
668
668
  "compression": "^1.8.1",
669
669
  "cors": "^2.8.5",
670
670
  "devcert-sanscache": "^0.5.1",
671
671
  "escape-html": "^1.0.3",
672
672
  "etag": "^1.8.1",
673
- "express": "^4.21.2",
673
+ "express": "^4.22.1",
674
674
  "fresh": "^0.5.2",
675
675
  "graceful-fs": "^4.2.11",
676
676
  "mime-types": "^2.1.35",
@@ -832,22 +832,22 @@
832
832
  "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
833
833
  },
834
834
  "node_modules/body-parser": {
835
- "version": "1.20.3",
836
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
837
- "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
835
+ "version": "1.20.4",
836
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz",
837
+ "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==",
838
838
  "dependencies": {
839
- "bytes": "3.1.2",
839
+ "bytes": "~3.1.2",
840
840
  "content-type": "~1.0.5",
841
841
  "debug": "2.6.9",
842
842
  "depd": "2.0.0",
843
- "destroy": "1.2.0",
844
- "http-errors": "2.0.0",
845
- "iconv-lite": "0.4.24",
846
- "on-finished": "2.4.1",
847
- "qs": "6.13.0",
848
- "raw-body": "2.5.2",
843
+ "destroy": "~1.2.0",
844
+ "http-errors": "~2.0.1",
845
+ "iconv-lite": "~0.4.24",
846
+ "on-finished": "~2.4.1",
847
+ "qs": "~6.14.0",
848
+ "raw-body": "~2.5.3",
849
849
  "type-is": "~1.6.18",
850
- "unpipe": "1.0.0"
850
+ "unpipe": "~1.0.0"
851
851
  },
852
852
  "engines": {
853
853
  "node": ">= 0.8",
@@ -1311,17 +1311,17 @@
1311
1311
  }
1312
1312
  },
1313
1313
  "node_modules/cookie": {
1314
- "version": "0.7.1",
1315
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
1316
- "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
1314
+ "version": "0.7.2",
1315
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
1316
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
1317
1317
  "engines": {
1318
1318
  "node": ">= 0.6"
1319
1319
  }
1320
1320
  },
1321
1321
  "node_modules/cookie-signature": {
1322
- "version": "1.0.6",
1323
- "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
1324
- "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
1322
+ "version": "1.0.7",
1323
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
1324
+ "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA=="
1325
1325
  },
1326
1326
  "node_modules/core-util-is": {
1327
1327
  "version": "1.0.3",
@@ -1530,6 +1530,17 @@
1530
1530
  "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
1531
1531
  }
1532
1532
  },
1533
+ "node_modules/dom-serializer/node_modules/entities": {
1534
+ "version": "4.5.0",
1535
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
1536
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
1537
+ "engines": {
1538
+ "node": ">=0.12"
1539
+ },
1540
+ "funding": {
1541
+ "url": "https://github.com/fb55/entities?sponsor=1"
1542
+ }
1543
+ },
1533
1544
  "node_modules/domelementtype": {
1534
1545
  "version": "2.3.0",
1535
1546
  "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
@@ -1673,17 +1684,6 @@
1673
1684
  "node": ">=0.10.0"
1674
1685
  }
1675
1686
  },
1676
- "node_modules/entities": {
1677
- "version": "4.5.0",
1678
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
1679
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
1680
- "engines": {
1681
- "node": ">=0.12"
1682
- },
1683
- "funding": {
1684
- "url": "https://github.com/fb55/entities?sponsor=1"
1685
- }
1686
- },
1687
1687
  "node_modules/env-paths": {
1688
1688
  "version": "2.2.1",
1689
1689
  "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
@@ -1847,38 +1847,38 @@
1847
1847
  "integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA=="
1848
1848
  },
1849
1849
  "node_modules/express": {
1850
- "version": "4.21.2",
1851
- "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
1852
- "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
1850
+ "version": "4.22.1",
1851
+ "resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz",
1852
+ "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==",
1853
1853
  "dependencies": {
1854
1854
  "accepts": "~1.3.8",
1855
1855
  "array-flatten": "1.1.1",
1856
- "body-parser": "1.20.3",
1857
- "content-disposition": "0.5.4",
1856
+ "body-parser": "~1.20.3",
1857
+ "content-disposition": "~0.5.4",
1858
1858
  "content-type": "~1.0.4",
1859
- "cookie": "0.7.1",
1860
- "cookie-signature": "1.0.6",
1859
+ "cookie": "~0.7.1",
1860
+ "cookie-signature": "~1.0.6",
1861
1861
  "debug": "2.6.9",
1862
1862
  "depd": "2.0.0",
1863
1863
  "encodeurl": "~2.0.0",
1864
1864
  "escape-html": "~1.0.3",
1865
1865
  "etag": "~1.8.1",
1866
- "finalhandler": "1.3.1",
1867
- "fresh": "0.5.2",
1868
- "http-errors": "2.0.0",
1866
+ "finalhandler": "~1.3.1",
1867
+ "fresh": "~0.5.2",
1868
+ "http-errors": "~2.0.0",
1869
1869
  "merge-descriptors": "1.0.3",
1870
1870
  "methods": "~1.1.2",
1871
- "on-finished": "2.4.1",
1871
+ "on-finished": "~2.4.1",
1872
1872
  "parseurl": "~1.3.3",
1873
- "path-to-regexp": "0.1.12",
1873
+ "path-to-regexp": "~0.1.12",
1874
1874
  "proxy-addr": "~2.0.7",
1875
- "qs": "6.13.0",
1875
+ "qs": "~6.14.0",
1876
1876
  "range-parser": "~1.2.1",
1877
1877
  "safe-buffer": "5.2.1",
1878
- "send": "0.19.0",
1879
- "serve-static": "1.16.2",
1878
+ "send": "~0.19.0",
1879
+ "serve-static": "~1.16.2",
1880
1880
  "setprototypeof": "1.2.0",
1881
- "statuses": "2.0.1",
1881
+ "statuses": "~2.0.1",
1882
1882
  "type-is": "~1.6.18",
1883
1883
  "utils-merge": "1.0.1",
1884
1884
  "vary": "~1.1.2"
@@ -1930,9 +1930,9 @@
1930
1930
  "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
1931
1931
  },
1932
1932
  "node_modules/fastq": {
1933
- "version": "1.19.1",
1934
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
1935
- "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
1933
+ "version": "1.20.1",
1934
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
1935
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
1936
1936
  "dependencies": {
1937
1937
  "reusify": "^1.0.4"
1938
1938
  }
@@ -1979,16 +1979,16 @@
1979
1979
  }
1980
1980
  },
1981
1981
  "node_modules/finalhandler": {
1982
- "version": "1.3.1",
1983
- "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
1984
- "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
1982
+ "version": "1.3.2",
1983
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
1984
+ "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
1985
1985
  "dependencies": {
1986
1986
  "debug": "2.6.9",
1987
1987
  "encodeurl": "~2.0.0",
1988
1988
  "escape-html": "~1.0.3",
1989
- "on-finished": "2.4.1",
1989
+ "on-finished": "~2.4.1",
1990
1990
  "parseurl": "~1.3.3",
1991
- "statuses": "2.0.1",
1991
+ "statuses": "~2.0.2",
1992
1992
  "unpipe": "~1.0.0"
1993
1993
  },
1994
1994
  "engines": {
@@ -2384,6 +2384,17 @@
2384
2384
  "entities": "^4.5.0"
2385
2385
  }
2386
2386
  },
2387
+ "node_modules/htmlparser2/node_modules/entities": {
2388
+ "version": "4.5.0",
2389
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
2390
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
2391
+ "engines": {
2392
+ "node": ">=0.12"
2393
+ },
2394
+ "funding": {
2395
+ "url": "https://github.com/fb55/entities?sponsor=1"
2396
+ }
2397
+ },
2387
2398
  "node_modules/http-cache-semantics": {
2388
2399
  "version": "4.2.0",
2389
2400
  "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
@@ -2395,18 +2406,22 @@
2395
2406
  "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw=="
2396
2407
  },
2397
2408
  "node_modules/http-errors": {
2398
- "version": "2.0.0",
2399
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
2400
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
2409
+ "version": "2.0.1",
2410
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
2411
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
2401
2412
  "dependencies": {
2402
- "depd": "2.0.0",
2403
- "inherits": "2.0.4",
2404
- "setprototypeof": "1.2.0",
2405
- "statuses": "2.0.1",
2406
- "toidentifier": "1.0.1"
2413
+ "depd": "~2.0.0",
2414
+ "inherits": "~2.0.4",
2415
+ "setprototypeof": "~1.2.0",
2416
+ "statuses": "~2.0.2",
2417
+ "toidentifier": "~1.0.1"
2407
2418
  },
2408
2419
  "engines": {
2409
2420
  "node": ">= 0.8"
2421
+ },
2422
+ "funding": {
2423
+ "type": "opencollective",
2424
+ "url": "https://opencollective.com/express"
2410
2425
  }
2411
2426
  },
2412
2427
  "node_modules/http-proxy-agent": {
@@ -2832,9 +2847,9 @@
2832
2847
  }
2833
2848
  },
2834
2849
  "node_modules/ky": {
2835
- "version": "1.14.0",
2836
- "resolved": "https://registry.npmjs.org/ky/-/ky-1.14.0.tgz",
2837
- "integrity": "sha512-Rczb6FMM6JT0lvrOlP5WUOCB7s9XKxzwgErzhKlKde1bEV90FXplV1o87fpt4PU/asJFiqjYJxAJyzJhcrxOsQ==",
2850
+ "version": "1.14.2",
2851
+ "resolved": "https://registry.npmjs.org/ky/-/ky-1.14.2.tgz",
2852
+ "integrity": "sha512-q3RBbsO5A5zrPhB6CaCS8ZUv+NWCXv6JJT4Em0i264G9W0fdPB8YRfnnEi7Dm7X7omAkBIPojzYJ2D1oHTHqug==",
2838
2853
  "engines": {
2839
2854
  "node": ">=18"
2840
2855
  },
@@ -3037,6 +3052,17 @@
3037
3052
  "markdown-it": "*"
3038
3053
  }
3039
3054
  },
3055
+ "node_modules/markdown-it/node_modules/entities": {
3056
+ "version": "4.5.0",
3057
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
3058
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
3059
+ "engines": {
3060
+ "node": ">=0.12"
3061
+ },
3062
+ "funding": {
3063
+ "url": "https://github.com/fb55/entities?sponsor=1"
3064
+ }
3065
+ },
3040
3066
  "node_modules/marked": {
3041
3067
  "version": "4.3.0",
3042
3068
  "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
@@ -4165,11 +4191,11 @@
4165
4191
  }
4166
4192
  },
4167
4193
  "node_modules/qs": {
4168
- "version": "6.13.0",
4169
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
4170
- "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
4194
+ "version": "6.14.1",
4195
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
4196
+ "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
4171
4197
  "dependencies": {
4172
- "side-channel": "^1.0.6"
4198
+ "side-channel": "^1.1.0"
4173
4199
  },
4174
4200
  "engines": {
4175
4201
  "node": ">=0.6"
@@ -4217,14 +4243,14 @@
4217
4243
  }
4218
4244
  },
4219
4245
  "node_modules/raw-body": {
4220
- "version": "2.5.2",
4221
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
4222
- "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
4246
+ "version": "2.5.3",
4247
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
4248
+ "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
4223
4249
  "dependencies": {
4224
- "bytes": "3.1.2",
4225
- "http-errors": "2.0.0",
4226
- "iconv-lite": "0.4.24",
4227
- "unpipe": "1.0.0"
4250
+ "bytes": "~3.1.2",
4251
+ "http-errors": "~2.0.1",
4252
+ "iconv-lite": "~0.4.24",
4253
+ "unpipe": "~1.0.0"
4228
4254
  },
4229
4255
  "engines": {
4230
4256
  "node": ">= 0.8"
@@ -4584,23 +4610,23 @@
4584
4610
  }
4585
4611
  },
4586
4612
  "node_modules/send": {
4587
- "version": "0.19.0",
4588
- "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
4589
- "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
4613
+ "version": "0.19.2",
4614
+ "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
4615
+ "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
4590
4616
  "dependencies": {
4591
4617
  "debug": "2.6.9",
4592
4618
  "depd": "2.0.0",
4593
4619
  "destroy": "1.2.0",
4594
- "encodeurl": "~1.0.2",
4620
+ "encodeurl": "~2.0.0",
4595
4621
  "escape-html": "~1.0.3",
4596
4622
  "etag": "~1.8.1",
4597
- "fresh": "0.5.2",
4598
- "http-errors": "2.0.0",
4623
+ "fresh": "~0.5.2",
4624
+ "http-errors": "~2.0.1",
4599
4625
  "mime": "1.6.0",
4600
4626
  "ms": "2.1.3",
4601
- "on-finished": "2.4.1",
4627
+ "on-finished": "~2.4.1",
4602
4628
  "range-parser": "~1.2.1",
4603
- "statuses": "2.0.1"
4629
+ "statuses": "~2.0.2"
4604
4630
  },
4605
4631
  "engines": {
4606
4632
  "node": ">= 0.8.0"
@@ -4619,23 +4645,15 @@
4619
4645
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
4620
4646
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
4621
4647
  },
4622
- "node_modules/send/node_modules/encodeurl": {
4623
- "version": "1.0.2",
4624
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
4625
- "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
4626
- "engines": {
4627
- "node": ">= 0.8"
4628
- }
4629
- },
4630
4648
  "node_modules/serve-static": {
4631
- "version": "1.16.2",
4632
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
4633
- "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
4649
+ "version": "1.16.3",
4650
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
4651
+ "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
4634
4652
  "dependencies": {
4635
4653
  "encodeurl": "~2.0.0",
4636
4654
  "escape-html": "~1.0.3",
4637
4655
  "parseurl": "~1.3.3",
4638
- "send": "0.19.0"
4656
+ "send": "~0.19.1"
4639
4657
  },
4640
4658
  "engines": {
4641
4659
  "node": ">= 0.8.0"
@@ -4893,9 +4911,9 @@
4893
4911
  }
4894
4912
  },
4895
4913
  "node_modules/statuses": {
4896
- "version": "2.0.1",
4897
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
4898
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
4914
+ "version": "2.0.2",
4915
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
4916
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
4899
4917
  "engines": {
4900
4918
  "node": ">= 0.8"
4901
4919
  }
@@ -5281,6 +5299,7 @@
5281
5299
  "version": "3.1.1",
5282
5300
  "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
5283
5301
  "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
5302
+ "deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation",
5284
5303
  "dependencies": {
5285
5304
  "iconv-lite": "0.6.3"
5286
5305
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.37",
3
+ "version": "4.0.39",
4
4
  "description": "UI5 CLI - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -120,7 +120,7 @@
120
120
  "@ui5/fs": "^4.0.3",
121
121
  "@ui5/logger": "^4.0.2",
122
122
  "@ui5/project": "^4.0.9",
123
- "@ui5/server": "^4.0.9",
123
+ "@ui5/server": "^4.0.10",
124
124
  "chalk": "^5.6.2",
125
125
  "data-with-position": "^0.5.0",
126
126
  "import-local": "^3.2.0",
@@ -139,19 +139,19 @@
139
139
  "cross-env": "^7.0.3",
140
140
  "depcheck": "^1.4.7",
141
141
  "docdash": "^2.0.2",
142
- "eslint": "^9.39.1",
142
+ "eslint": "^9.39.2",
143
143
  "eslint-config-google": "^0.14.0",
144
144
  "eslint-plugin-ava": "^15.1.0",
145
- "eslint-plugin-jsdoc": "^61.4.1",
145
+ "eslint-plugin-jsdoc": "^61.5.0",
146
146
  "esmock": "^2.7.3",
147
- "execa": "^9.6.0",
147
+ "execa": "^9.6.1",
148
148
  "globals": "^16.5.0",
149
149
  "jsdoc": "^4.0.5",
150
150
  "licensee": "^11.1.1",
151
151
  "nyc": "^17.1.0",
152
152
  "open-cli": "^8.0.0",
153
153
  "rimraf": "^6.1.2",
154
- "sinon": "^21.0.0",
154
+ "sinon": "^21.0.1",
155
155
  "strip-ansi": "^7.1.2",
156
156
  "tap-xunit": "^2.4.1",
157
157
  "testdouble": "^3.20.2"