@ui5/cli 4.0.30 → 4.0.32

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,24 @@
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.30...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.32...HEAD).
6
+
7
+ <a name="v4.0.32"></a>
8
+ ## [v4.0.32] - 2025-10-24
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/project from 4.0.7 to 4.0.8 [`d947456`](https://github.com/SAP/ui5-cli/commit/d947456b23893b86d31b01880c7a0e7eeb3850b7)
11
+
12
+
13
+ <a name="v4.0.31"></a>
14
+ ## [v4.0.31] - 2025-10-23
15
+ ### Bug Fixes
16
+ - Link to "Local vs. Global Installation" docs [`0d1e0b2`](https://github.com/SAP/ui5-cli/commit/0d1e0b2b64f6957172b71d76d60cf5b1ada69220)
17
+
18
+ ### Dependency Updates
19
+ - Bump [@ui5](https://github.com/ui5)/server from 4.0.7 to 4.0.8 [`14fef5c`](https://github.com/SAP/ui5-cli/commit/14fef5c03368e68f1b029d34c02ec1df1418fcf4)
20
+ - Bump [@ui5](https://github.com/ui5)/project from 4.0.6 to 4.0.7 [`574677e`](https://github.com/SAP/ui5-cli/commit/574677e14789eded695782cc1282cd52f0dccdbe)
21
+ - Bump [@ui5](https://github.com/ui5)/builder from 4.0.13 to 4.1.0 [`ca9bf50`](https://github.com/SAP/ui5-cli/commit/ca9bf50ac81d56cddfd5c8137595914e863c7798)
22
+
6
23
 
7
24
  <a name="v4.0.30"></a>
8
25
  ## [v4.0.30] - 2025-10-07
@@ -1398,6 +1415,8 @@ Only Node.js v10 or higher is supported.
1398
1415
 
1399
1416
  <a name="v0.0.1"></a>
1400
1417
  ## v0.0.1 - 2018-06-06
1418
+ [v4.0.32]: https://github.com/SAP/ui5-cli/compare/v4.0.31...v4.0.32
1419
+ [v4.0.31]: https://github.com/SAP/ui5-cli/compare/v4.0.30...v4.0.31
1401
1420
  [v4.0.30]: https://github.com/SAP/ui5-cli/compare/v4.0.29...v4.0.30
1402
1421
  [v4.0.29]: https://github.com/SAP/ui5-cli/compare/v4.0.27...v4.0.29
1403
1422
  [v4.0.27]: https://github.com/SAP/ui5-cli/compare/v4.0.26...v4.0.27
package/CONTRIBUTING.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # Contributing to the UI5 CLI
2
2
 
3
- See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md) repository.
3
+ See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/v4/CONTRIBUTING.md) repository.
package/README.md CHANGED
@@ -23,11 +23,11 @@ UI5 CLI documentation can be found here: [ui5.github.io/cli](https://ui5.github.
23
23
 
24
24
  ## Contributing
25
25
 
26
- Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md).
26
+ Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/v4/CONTRIBUTING.md).
27
27
 
28
28
  ## Support
29
29
 
30
- Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
30
+ Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/v4/CONTRIBUTING.md#report-an-issue) on how to report an issue.
31
31
 
32
32
  Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
33
33
 
package/bin/ui5.cjs CHANGED
@@ -84,7 +84,7 @@ const ui5 = {
84
84
  process.stderr.write(`INFO: This project contains an individual ${pkg.name} installation which ` +
85
85
  "will be used over the global one.");
86
86
  process.stderr.write("\n");
87
- process.stderr.write("See https://github.com/SAP/ui5-cli#local-vs-global-installation for details.");
87
+ process.stderr.write("See https://ui5.github.io/cli/stable/pages/CLI/#local-vs-global-installation for details.");
88
88
  process.stderr.write("\n\n");
89
89
  } else {
90
90
  process.stdout.write(`INFO: Using local ${pkg.name} installation`);
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.30",
3
+ "version": "4.0.32",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "4.0.30",
9
+ "version": "4.0.32",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@ui5/builder": "^4.0.13",
12
+ "@ui5/builder": "^4.1.0",
13
13
  "@ui5/fs": "^4.0.3",
14
14
  "@ui5/logger": "^4.0.2",
15
- "@ui5/project": "^4.0.6",
16
- "@ui5/server": "^4.0.7",
15
+ "@ui5/project": "^4.0.8",
16
+ "@ui5/server": "^4.0.8",
17
17
  "chalk": "^5.6.2",
18
18
  "data-with-position": "^0.5.0",
19
19
  "import-local": "^3.2.0",
20
20
  "js-yaml": "^4.1.0",
21
21
  "open": "^10.2.0",
22
22
  "pretty-hrtime": "^1.0.3",
23
- "semver": "^7.7.2",
23
+ "semver": "^7.7.3",
24
24
  "update-notifier": "^7.3.1",
25
25
  "yargs": "^17.7.2"
26
26
  },
@@ -60,19 +60,19 @@
60
60
  }
61
61
  },
62
62
  "node_modules/@babel/helper-validator-identifier": {
63
- "version": "7.27.1",
64
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
65
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
63
+ "version": "7.28.5",
64
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
65
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
66
66
  "engines": {
67
67
  "node": ">=6.9.0"
68
68
  }
69
69
  },
70
70
  "node_modules/@babel/parser": {
71
- "version": "7.28.4",
72
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
73
- "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
71
+ "version": "7.28.5",
72
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
73
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
74
74
  "dependencies": {
75
- "@babel/types": "^7.28.4"
75
+ "@babel/types": "^7.28.5"
76
76
  },
77
77
  "bin": {
78
78
  "parser": "bin/babel-parser.js"
@@ -82,12 +82,12 @@
82
82
  }
83
83
  },
84
84
  "node_modules/@babel/types": {
85
- "version": "7.28.4",
86
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
87
- "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
85
+ "version": "7.28.5",
86
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
87
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
88
88
  "dependencies": {
89
89
  "@babel/helper-string-parser": "^7.27.1",
90
- "@babel/helper-validator-identifier": "^7.27.1"
90
+ "@babel/helper-validator-identifier": "^7.28.5"
91
91
  },
92
92
  "engines": {
93
93
  "node": ">=6.9.0"
@@ -557,9 +557,9 @@
557
557
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
558
558
  },
559
559
  "node_modules/@ui5/builder": {
560
- "version": "4.0.13",
561
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.13.tgz",
562
- "integrity": "sha512-40+Qtdd39CH5SWOpRmFTAkIEXngX/eXZL9Q81i5eWVAhqpec1A8c5KyRkcCZbQwPHbMeA7wPebzWKi09q/Wp1Q==",
560
+ "version": "4.1.0",
561
+ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.1.0.tgz",
562
+ "integrity": "sha512-Niofi3Nl7BoEG/rf6mccRjAF3iQ5uB8DOlBmo2iixk1oMDPHKOOYYS+IAOW/AZQyUxDLALTHxU/iKBCAGAdOcA==",
563
563
  "dependencies": {
564
564
  "@jridgewell/sourcemap-codec": "^1.5.5",
565
565
  "@ui5/fs": "^4.0.3",
@@ -569,10 +569,10 @@
569
569
  "escope": "^4.0.0",
570
570
  "espree": "^10.4.0",
571
571
  "graceful-fs": "^4.2.11",
572
- "jsdoc": "^4.0.4",
572
+ "jsdoc": "^4.0.5",
573
573
  "less-openui5": "^0.11.6",
574
574
  "pretty-data": "^0.40.0",
575
- "semver": "^7.7.2",
575
+ "semver": "^7.7.3",
576
576
  "terser": "^5.44.0",
577
577
  "workerpool": "^9.3.4",
578
578
  "xml2js": "^0.6.2"
@@ -617,12 +617,12 @@
617
617
  }
618
618
  },
619
619
  "node_modules/@ui5/project": {
620
- "version": "4.0.6",
621
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.6.tgz",
622
- "integrity": "sha512-ryopHahdKxU9GXXfEf3RNQxodHOOdqUmzrQ1uymoa3Om83BMBcURs3FQERjOP4soDbM5RiI7wEdaXX9VRvgH4w==",
620
+ "version": "4.0.8",
621
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.8.tgz",
622
+ "integrity": "sha512-kv8tKiiwT175BvAfYdJJ8Fw038p5fNRqJNCDchipeTHMnVsvOdcyw8YVXGk8btngYEVfaX6v936RJAa2hlgf2g==",
623
623
  "dependencies": {
624
624
  "@npmcli/config": "^9.0.0",
625
- "@ui5/fs": "^4.0.2",
625
+ "@ui5/fs": "^4.0.3",
626
626
  "@ui5/logger": "^4.0.2",
627
627
  "ajv": "^6.12.6",
628
628
  "ajv-errors": "^1.0.1",
@@ -638,8 +638,8 @@
638
638
  "pretty-hrtime": "^1.0.3",
639
639
  "read-package-up": "^11.0.0",
640
640
  "read-pkg": "^9.0.1",
641
- "resolve": "^1.22.10",
642
- "semver": "^7.7.2",
641
+ "resolve": "^1.22.11",
642
+ "semver": "^7.7.3",
643
643
  "xml2js": "^0.6.2",
644
644
  "yesno": "^0.4.0"
645
645
  },
@@ -648,7 +648,7 @@
648
648
  "npm": ">= 8"
649
649
  },
650
650
  "peerDependencies": {
651
- "@ui5/builder": "^4.0.11"
651
+ "@ui5/builder": "^4.1.0"
652
652
  },
653
653
  "peerDependenciesMeta": {
654
654
  "@ui5/builder": {
@@ -657,12 +657,12 @@
657
657
  }
658
658
  },
659
659
  "node_modules/@ui5/server": {
660
- "version": "4.0.7",
661
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.7.tgz",
662
- "integrity": "sha512-bc6w/ispz8A1gnTFj3SqmA16geY6gMX8sP53enbq3YAf2HW7q5/E0/rdWj2BWlWQLW1zW/zVWCPAi6PX7lYJqQ==",
660
+ "version": "4.0.8",
661
+ "resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.8.tgz",
662
+ "integrity": "sha512-RWTjpPUYG/c1su1ttV1J5ZPqEK/r6C2qZKSMdP+jjD0K4WBfZUaNFS5XoJPliBE8jiOjIvuFbdLhJbuYFblBHg==",
663
663
  "dependencies": {
664
- "@ui5/builder": "^4.0.11",
665
- "@ui5/fs": "^4.0.2",
664
+ "@ui5/builder": "^4.1.0",
665
+ "@ui5/fs": "^4.0.3",
666
666
  "@ui5/logger": "^4.0.2",
667
667
  "body-parser": "^1.20.2",
668
668
  "compression": "^1.8.1",
@@ -905,9 +905,9 @@
905
905
  }
906
906
  },
907
907
  "node_modules/boxen/node_modules/emoji-regex": {
908
- "version": "10.5.0",
909
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz",
910
- "integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg=="
908
+ "version": "10.6.0",
909
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
910
+ "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A=="
911
911
  },
912
912
  "node_modules/boxen/node_modules/string-width": {
913
913
  "version": "7.2.0",
@@ -1842,9 +1842,9 @@
1842
1842
  }
1843
1843
  },
1844
1844
  "node_modules/exponential-backoff": {
1845
- "version": "3.1.2",
1846
- "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.2.tgz",
1847
- "integrity": "sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA=="
1845
+ "version": "3.1.3",
1846
+ "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz",
1847
+ "integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA=="
1848
1848
  },
1849
1849
  "node_modules/express": {
1850
1850
  "version": "4.21.2",
@@ -2767,9 +2767,9 @@
2767
2767
  }
2768
2768
  },
2769
2769
  "node_modules/jsdoc": {
2770
- "version": "4.0.4",
2771
- "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.4.tgz",
2772
- "integrity": "sha512-zeFezwyXeG4syyYHbvh1A967IAqq/67yXtXvuL5wnqCkFZe8I0vKfm+EO+YEvLguo6w9CDUbrAXVtJSHh2E8rw==",
2770
+ "version": "4.0.5",
2771
+ "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.5.tgz",
2772
+ "integrity": "sha512-P4C6MWP9yIlMiK8nwoZvxN84vb6MsnXcHuy7XzVOvQoCizWX5JFCBsWIIWKXBltpoRZXddUOVQmCTOZt9yDj9g==",
2773
2773
  "dependencies": {
2774
2774
  "@babel/parser": "^7.20.15",
2775
2775
  "@jsdoc/salty": "^0.2.1",
@@ -2832,9 +2832,9 @@
2832
2832
  }
2833
2833
  },
2834
2834
  "node_modules/ky": {
2835
- "version": "1.11.0",
2836
- "resolved": "https://registry.npmjs.org/ky/-/ky-1.11.0.tgz",
2837
- "integrity": "sha512-NEyo0ICpS0cqSuyoJFMCnHOZJILqXsKhIZlHJGDYaH8OB5IFrGzuBpEwyoMZG6gUKMPrazH30Ax5XKaujvD8ag==",
2835
+ "version": "1.13.0",
2836
+ "resolved": "https://registry.npmjs.org/ky/-/ky-1.13.0.tgz",
2837
+ "integrity": "sha512-JeNNGs44hVUp2XxO3FY9WV28ymG7LgO4wju4HL/dCq1A8eKDcFgVrdCn1ssn+3Q/5OQilv5aYsL0DMt5mmAV9w==",
2838
2838
  "engines": {
2839
2839
  "node": ">=18"
2840
2840
  },
@@ -3729,9 +3729,9 @@
3729
3729
  "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
3730
3730
  },
3731
3731
  "node_modules/pacote/node_modules/node-gyp": {
3732
- "version": "11.4.2",
3733
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.4.2.tgz",
3734
- "integrity": "sha512-3gD+6zsrLQH7DyYOUIutaauuXrcyxeTPyQuZQCQoNPZMHMMS5m4y0xclNpvYzoK3VNzuyxT6eF4mkIL4WSZ1eQ==",
3732
+ "version": "11.5.0",
3733
+ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.5.0.tgz",
3734
+ "integrity": "sha512-ra7Kvlhxn5V9Slyus0ygMa2h+UqExPqUIkfk7Pc8QTLT956JLSy51uWFwHtIYy0vI8cB4BDhc/S03+880My/LQ==",
3735
3735
  "dependencies": {
3736
3736
  "env-paths": "^2.2.0",
3737
3737
  "exponential-backoff": "^3.1.1",
@@ -4427,11 +4427,11 @@
4427
4427
  }
4428
4428
  },
4429
4429
  "node_modules/resolve": {
4430
- "version": "1.22.10",
4431
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
4432
- "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
4430
+ "version": "1.22.11",
4431
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
4432
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
4433
4433
  "dependencies": {
4434
- "is-core-module": "^2.16.0",
4434
+ "is-core-module": "^2.16.1",
4435
4435
  "path-parse": "^1.0.7",
4436
4436
  "supports-preserve-symlinks-flag": "^1.0.0"
4437
4437
  },
@@ -4573,9 +4573,9 @@
4573
4573
  "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
4574
4574
  },
4575
4575
  "node_modules/semver": {
4576
- "version": "7.7.2",
4577
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
4578
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
4576
+ "version": "7.7.3",
4577
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
4578
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
4579
4579
  "bin": {
4580
4580
  "semver": "bin/semver.js"
4581
4581
  },
@@ -5333,9 +5333,9 @@
5333
5333
  }
5334
5334
  },
5335
5335
  "node_modules/widest-line/node_modules/emoji-regex": {
5336
- "version": "10.5.0",
5337
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz",
5338
- "integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg=="
5336
+ "version": "10.6.0",
5337
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
5338
+ "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A=="
5339
5339
  },
5340
5340
  "node_modules/widest-line/node_modules/string-width": {
5341
5341
  "version": "7.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.30",
3
+ "version": "4.0.32",
4
4
  "description": "UI5 CLI - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -116,18 +116,18 @@
116
116
  "url": "git@github.com:SAP/ui5-cli.git"
117
117
  },
118
118
  "dependencies": {
119
- "@ui5/builder": "^4.0.13",
119
+ "@ui5/builder": "^4.1.0",
120
120
  "@ui5/fs": "^4.0.3",
121
121
  "@ui5/logger": "^4.0.2",
122
- "@ui5/project": "^4.0.6",
123
- "@ui5/server": "^4.0.7",
122
+ "@ui5/project": "^4.0.8",
123
+ "@ui5/server": "^4.0.8",
124
124
  "chalk": "^5.6.2",
125
125
  "data-with-position": "^0.5.0",
126
126
  "import-local": "^3.2.0",
127
127
  "js-yaml": "^4.1.0",
128
128
  "open": "^10.2.0",
129
129
  "pretty-hrtime": "^1.0.3",
130
- "semver": "^7.7.2",
130
+ "semver": "^7.7.3",
131
131
  "update-notifier": "^7.3.1",
132
132
  "yargs": "^17.7.2"
133
133
  },
@@ -139,14 +139,14 @@
139
139
  "cross-env": "^7.0.3",
140
140
  "depcheck": "^1.4.7",
141
141
  "docdash": "^2.0.2",
142
- "eslint": "^9.37.0",
142
+ "eslint": "^9.38.0",
143
143
  "eslint-config-google": "^0.14.0",
144
144
  "eslint-plugin-ava": "^15.1.0",
145
145
  "eslint-plugin-jsdoc": "^52.0.4",
146
146
  "esmock": "^2.7.3",
147
147
  "execa": "^9.6.0",
148
148
  "globals": "^16.4.0",
149
- "jsdoc": "^4.0.4",
149
+ "jsdoc": "^4.0.5",
150
150
  "licensee": "^11.1.1",
151
151
  "nyc": "^17.1.0",
152
152
  "open-cli": "^8.0.0",