@ui5/cli 3.11.10 → 3.11.12

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/.reuse/dep5 CHANGED
@@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
25
25
  parties the right to use of access any SAP External Product, through API Calls.
26
26
 
27
27
  Files: *
28
- Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5 Tooling contributors
28
+ Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5 CLI contributors
29
29
  License: Apache-2.0
package/CHANGELOG.md CHANGED
@@ -2,7 +2,22 @@
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/v3.11.10...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.11.12...HEAD).
6
+
7
+ <a name="v3.11.12"></a>
8
+ ## [v3.11.12] - 2025-11-17
9
+
10
+ <a name="v3.11.11"></a>
11
+ ## [v3.11.11] - 2025-09-12
12
+ ### Bug Fixes
13
+ - Rename project to UI5 CLI [`3333b79`](https://github.com/SAP/ui5-cli/commit/3333b794d4677651656d4f3713f59f89b3da4ea9)
14
+
15
+ ### Dependency Updates
16
+ - Bump [@ui5](https://github.com/ui5)/server from 3.6.0 to 3.6.1 [`6ae7b4a`](https://github.com/SAP/ui5-cli/commit/6ae7b4a1048cff824d845bf3b7481b26419f0da1)
17
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.7.0 to 3.7.1 [`b51afb9`](https://github.com/SAP/ui5-cli/commit/b51afb9e36a8535d7f09d848b89a397521f75671)
18
+ - Bump [@ui5](https://github.com/ui5)/fs from 3.0.5 to 3.0.6 [`2acd701`](https://github.com/SAP/ui5-cli/commit/2acd701b9ce41164a7a5a1fcbce956db8ea8987b)
19
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.0 to 3.0.1 [`0485e00`](https://github.com/SAP/ui5-cli/commit/0485e00f66cb1e25df8c5404ca44733c1db3e5aa)
20
+
6
21
 
7
22
  <a name="v3.11.10"></a>
8
23
  ## [v3.11.10] - 2025-07-18
@@ -1253,6 +1268,8 @@ Only Node.js v10 or higher is supported.
1253
1268
 
1254
1269
  <a name="v0.0.1"></a>
1255
1270
  ## v0.0.1 - 2018-06-06
1271
+ [v3.11.12]: https://github.com/SAP/ui5-cli/compare/v3.11.11...v3.11.12
1272
+ [v3.11.11]: https://github.com/SAP/ui5-cli/compare/v3.11.10...v3.11.11
1256
1273
  [v3.11.10]: https://github.com/SAP/ui5-cli/compare/v3.11.9...v3.11.10
1257
1274
  [v3.11.9]: https://github.com/SAP/ui5-cli/compare/v3.11.8...v3.11.9
1258
1275
  [v3.11.8]: https://github.com/SAP/ui5-cli/compare/v3.11.7...v3.11.8
package/CONTRIBUTING.md CHANGED
@@ -1,3 +1,3 @@
1
- # Contributing to the UI5 Tooling
1
+ # Contributing to the UI5 CLI
2
2
 
3
- See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md) repository.
3
+ See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md) repository.
package/LICENSE.txt CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5 Tooling contributors
189
+ Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5 CLI contributors
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/v3/docs/images/UI5_logo_wide.png)
1
+ ![UI5 icon](https://raw.githubusercontent.com/UI5/cli/v3/docs/images/UI5_logo_wide.png)
2
2
 
3
3
  # ui5-cli
4
4
  > `ui5` Command Line Interface
5
- > Part of the [UI5 Tooling](https://github.com/SAP/ui5-tooling)
5
+ > Part of the [UI5 CLI](https://github.com/UI5/cli)
6
6
 
7
7
  [![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-cli)](https://api.reuse.software/info/github.com/SAP/ui5-cli)
8
8
  [![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-cli?branchName=v3)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=33&branchName=v3)
@@ -10,19 +10,19 @@
10
10
  [![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-cli/badge.svg)](https://coveralls.io/github/SAP/ui5-cli)
11
11
 
12
12
  ## Documentation
13
- UI5 CLI documentation can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/pages/CLI/)
13
+ UI5 CLI documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/pages/CLI/)
14
14
 
15
15
  ## Contributing
16
16
 
17
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md).
17
+ Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md).
18
18
 
19
19
  ## Support
20
20
 
21
- Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md#report-an-issue) on how to report an issue.
21
+ Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md#report-an-issue) on how to report an issue.
22
22
 
23
- Please report issues in the main [UI5 Tooling](https://github.com/SAP/ui5-tooling) repository.
23
+ Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
24
24
 
25
25
  ## Release History
26
26
 
27
27
  See [CHANGELOG.md](CHANGELOG.md).
28
- A consolidated changelog (including changes from the other UI5 Tooling modules) is available on the [Releases tab](https://github.com/SAP/ui5-cli/releases).
28
+ A consolidated changelog (including changes from the other UI5 CLI modules) is available on the [Releases tab](https://github.com/SAP/ui5-cli/releases).
package/jsdoc.json CHANGED
@@ -26,11 +26,11 @@
26
26
  }
27
27
  },
28
28
  "openGraph": {
29
- "title": "UI5 Tooling - API Reference",
29
+ "title": "UI5 CLI - API Reference",
30
30
  "type": "website",
31
- "image": "https://sap.github.io/ui5-tooling/v3/images/UI5_logo_wide.png",
32
- "site_name": "UI5 Tooling - API Reference",
33
- "url": "https://sap.github.io/ui5-tooling/"
31
+ "image": "https://ui5.github.io/cli/v3/images/UI5_logo_wide.png",
32
+ "site_name": "UI5 CLI - API Reference",
33
+ "url": "https://ui5.github.io/cli/"
34
34
  },
35
35
  "docdash": {
36
36
  "sectionOrder": [
@@ -44,8 +44,8 @@
44
44
  "Interfaces"
45
45
  ],
46
46
  "meta": {
47
- "title": "UI5 Tooling - API Reference - UI5 CLI",
48
- "description": "UI5 Tooling - API Reference - UI5 CLI",
47
+ "title": "UI5 CLI - API Reference - UI5 CLI",
48
+ "description": "UI5 CLI - API Reference - UI5 CLI",
49
49
  "keyword": "openui5 sapui5 ui5 build development tool api reference"
50
50
  },
51
51
  "search": true,
package/lib/cli/base.js CHANGED
@@ -107,9 +107,9 @@ export default function(cli) {
107
107
  console.log("");
108
108
  console.log(
109
109
  chalk.dim(
110
- `If you think this is an issue of the UI5 Tooling, you might report it using the ` +
110
+ `If you think this is an issue of the UI5 CLI, you might report it using the ` +
111
111
  `following URL: `) +
112
- chalk.dim.bold.underline(`https://github.com/SAP/ui5-tooling/issues/new/choose`));
112
+ chalk.dim.bold.underline(`https://github.com/UI5/cli/issues/new/choose`));
113
113
  } else {
114
114
  console.log("");
115
115
  console.log(chalk.dim(
@@ -5,7 +5,7 @@ import Configuration from "@ui5/project/config/Configuration";
5
5
 
6
6
  const configCommand = {
7
7
  command: "config",
8
- describe: "Get and set UI5 Tooling configuration options",
8
+ describe: "Get and set UI5 CLI configuration options",
9
9
  middlewares: [baseMiddleware],
10
10
  handler: handleConfig
11
11
  };
@@ -3,7 +3,7 @@ import baseMiddleware from "../middlewares/base.js";
3
3
 
4
4
  const initCommand = {
5
5
  command: "init",
6
- describe: "Initialize the UI5 Tooling configuration for an application or library project.",
6
+ describe: "Initialize the UI5 CLI configuration for an application or library project.",
7
7
  middlewares: [baseMiddleware]
8
8
  };
9
9
 
@@ -6,7 +6,7 @@ const require = createRequire(import.meta.url);
6
6
 
7
7
  const versions = {
8
8
  command: "versions",
9
- describe: "Shows the versions of all UI5 Tooling modules",
9
+ describe: "Shows the versions of all UI5 CLI modules",
10
10
  middlewares: [baseMiddleware]
11
11
  };
12
12
 
package/lib/init/init.js CHANGED
@@ -51,7 +51,7 @@ function getProjectType(hasWebapp, hasSrc, hasTest) {
51
51
  message += "Libraries should only have an 'src' and (optional) 'test' folder.";
52
52
  message += "\n\n";
53
53
  message += "If you are about to start a new project, please refer to:\n";
54
- message += "https://sap.github.io/ui5-tooling/v3/pages/GettingStarted/#starting-a-new-project";
54
+ message += "https://ui5.github.io/cli/v3/pages/GettingStarted/#starting-a-new-project";
55
55
  throw new Error(message);
56
56
  }
57
57
 
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.10",
3
+ "version": "3.11.12",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.11.10",
9
+ "version": "3.11.12",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@ui5/builder": "^3.7.0",
13
- "@ui5/fs": "^3.0.5",
14
- "@ui5/logger": "^3.0.0",
15
- "@ui5/project": "^3.9.4",
16
- "@ui5/server": "^3.6.0",
17
- "chalk": "^5.4.1",
12
+ "@ui5/builder": "^3.7.1",
13
+ "@ui5/fs": "^3.0.6",
14
+ "@ui5/logger": "^3.0.1",
15
+ "@ui5/project": "^3.9.5",
16
+ "@ui5/server": "^3.6.1",
17
+ "chalk": "^5.6.2",
18
18
  "data-with-position": "^0.5.0",
19
19
  "import-local": "^3.2.0",
20
- "js-yaml": "^4.1.0",
20
+ "js-yaml": "^4.1.1",
21
21
  "open": "^9.1.0",
22
22
  "pretty-hrtime": "^1.0.3",
23
- "semver": "^7.7.2",
23
+ "semver": "^7.7.3",
24
24
  "update-notifier": "^6.0.2",
25
25
  "yargs": "^17.7.2"
26
26
  },
@@ -34,9 +34,9 @@
34
34
  }
35
35
  },
36
36
  "node_modules/@adobe/css-tools": {
37
- "version": "4.4.3",
38
- "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.3.tgz",
39
- "integrity": "sha512-VQKMkwriZbaOgVCby1UDY/LDk5fIjhQicCvVPFqfe+69fWaPWydbWJ3wRt59/YzIwda1I81loas3oCoHxnqvdA=="
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=="
40
40
  },
41
41
  "node_modules/@babel/code-frame": {
42
42
  "version": "7.27.1",
@@ -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.0",
72
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
73
- "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
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.0"
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.1",
86
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.1.tgz",
87
- "integrity": "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==",
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"
@@ -131,9 +131,9 @@
131
131
  }
132
132
  },
133
133
  "node_modules/@jridgewell/gen-mapping": {
134
- "version": "0.3.12",
135
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
136
- "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
134
+ "version": "0.3.13",
135
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
136
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
137
137
  "dependencies": {
138
138
  "@jridgewell/sourcemap-codec": "^1.5.0",
139
139
  "@jridgewell/trace-mapping": "^0.3.24"
@@ -148,23 +148,23 @@
148
148
  }
149
149
  },
150
150
  "node_modules/@jridgewell/source-map": {
151
- "version": "0.3.10",
152
- "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz",
153
- "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==",
151
+ "version": "0.3.11",
152
+ "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
153
+ "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
154
154
  "dependencies": {
155
155
  "@jridgewell/gen-mapping": "^0.3.5",
156
156
  "@jridgewell/trace-mapping": "^0.3.25"
157
157
  }
158
158
  },
159
159
  "node_modules/@jridgewell/sourcemap-codec": {
160
- "version": "1.5.4",
161
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
162
- "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw=="
160
+ "version": "1.5.5",
161
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
162
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
163
163
  },
164
164
  "node_modules/@jridgewell/trace-mapping": {
165
- "version": "0.3.29",
166
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
167
- "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
165
+ "version": "0.3.31",
166
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
167
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
168
168
  "dependencies": {
169
169
  "@jridgewell/resolve-uri": "^3.1.0",
170
170
  "@jridgewell/sourcemap-codec": "^1.4.14"
@@ -553,13 +553,13 @@
553
553
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
554
554
  },
555
555
  "node_modules/@ui5/builder": {
556
- "version": "3.7.0",
557
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.7.0.tgz",
558
- "integrity": "sha512-8IwARPsoKkpqAhYPQ7NpZtn6Gux5hKyDovb+4JuuqYHBOZPocejnrLm8Bzn1s8hf8xUUNTINqNntcKpU/bQ2Tg==",
556
+ "version": "3.7.1",
557
+ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.7.1.tgz",
558
+ "integrity": "sha512-AxlnNpE5NHM9YDZx9HVlP1wMGM7UWWn/Jsx4jT5qGrPcidok3NFFbIuNuV+l5HLJw4O/BCDGoaXihlulPgKZTQ==",
559
559
  "dependencies": {
560
- "@jridgewell/sourcemap-codec": "^1.5.0",
561
- "@ui5/fs": "^3.0.5",
562
- "@ui5/logger": "^3.0.0",
560
+ "@jridgewell/sourcemap-codec": "^1.5.5",
561
+ "@ui5/fs": "^3.0.6",
562
+ "@ui5/logger": "^3.0.1",
563
563
  "cheerio": "1.0.0-rc.12",
564
564
  "escape-unicode": "^0.2.0",
565
565
  "escope": "^4.0.0",
@@ -570,7 +570,7 @@
570
570
  "pretty-data": "^0.40.0",
571
571
  "rimraf": "^5.0.10",
572
572
  "semver": "^7.7.2",
573
- "terser": "^5.41.0",
573
+ "terser": "^5.44.0",
574
574
  "workerpool": "^6.5.1",
575
575
  "xml2js": "^0.6.2"
576
576
  },
@@ -580,17 +580,17 @@
580
580
  }
581
581
  },
582
582
  "node_modules/@ui5/fs": {
583
- "version": "3.0.5",
584
- "resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-3.0.5.tgz",
585
- "integrity": "sha512-SpDoMvOGYeBR8xOTDb1cu0uxJNsC1FxrENsZiRMd6R2PfUAiR0fiWQHn4dVBspoLx+jFemAfLfTMv1DEn0m1qQ==",
583
+ "version": "3.0.6",
584
+ "resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-3.0.6.tgz",
585
+ "integrity": "sha512-q1jf7k3cUP3bbYizpjzwxh8WX7AQ1e4d03Ye9S0gvT3S3YuDBfhJ9g+53lkR0fUTCnyvUuilQ9n0cjJYQo7rCg==",
586
586
  "dependencies": {
587
- "@ui5/logger": "^3.0.0",
587
+ "@ui5/logger": "^3.0.1",
588
588
  "clone": "^2.1.2",
589
589
  "escape-string-regexp": "^5.0.0",
590
590
  "globby": "^13.2.2",
591
591
  "graceful-fs": "^4.2.11",
592
- "micromatch": "^4.0.5",
593
- "minimatch": "^9.0.3",
592
+ "micromatch": "^4.0.8",
593
+ "minimatch": "^9.0.5",
594
594
  "pretty-hrtime": "^1.0.3",
595
595
  "random-int": "^3.0.0"
596
596
  },
@@ -600,12 +600,12 @@
600
600
  }
601
601
  },
602
602
  "node_modules/@ui5/logger": {
603
- "version": "3.0.0",
604
- "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.0.tgz",
605
- "integrity": "sha512-Np9pHhr+dnyL2gDFwIx6c6Xy0yhtpBIqUQM9An8uLX/wIcRjIjBSQ/r16o3YgS9roY59I/uj5ZEbIa1cdS3Dzg==",
603
+ "version": "3.0.1",
604
+ "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.1.tgz",
605
+ "integrity": "sha512-XiTK38qx7p6v3IagKS1khbqMwQ1qe0IfZ88VQTJ5M/1mG3vaZ97KrDuP7JEEI/XuRJVQDXuCexJJAU4+e6drqw==",
606
606
  "dependencies": {
607
- "chalk": "^5.2.0",
608
- "cli-progress": "^3.11.2",
607
+ "chalk": "^5.6.0",
608
+ "cli-progress": "^3.12.0",
609
609
  "figures": "^5.0.0"
610
610
  },
611
611
  "engines": {
@@ -614,17 +614,17 @@
614
614
  }
615
615
  },
616
616
  "node_modules/@ui5/project": {
617
- "version": "3.9.4",
618
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.9.4.tgz",
619
- "integrity": "sha512-u97Rimsxej8blmxD8SyZtRCxuR90BpA0LocnEnAj7J1MTgyrIPFHttGovDD8Jk6Vs1XmctrMV/fkHelaOhxaDw==",
617
+ "version": "3.9.5",
618
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.9.5.tgz",
619
+ "integrity": "sha512-sXdn5DScFieH0p7hTLA+UT+cvvy389JwoklsruToDRmTvd9ymjuqR0Q1SkAxNIHePkh8zrZKPzxHrzbARK0uHg==",
620
620
  "dependencies": {
621
621
  "@npmcli/config": "^8.3.4",
622
- "@ui5/builder": "^3.7.0",
623
- "@ui5/fs": "^3.0.5",
624
- "@ui5/logger": "^3.0.0",
622
+ "@ui5/builder": "^3.7.1",
623
+ "@ui5/fs": "^3.0.6",
624
+ "@ui5/logger": "^3.0.1",
625
625
  "ajv": "^6.12.6",
626
626
  "ajv-errors": "^1.0.1",
627
- "chalk": "^5.4.1",
627
+ "chalk": "^5.6.2",
628
628
  "escape-string-regexp": "^5.0.0",
629
629
  "globby": "^13.2.2",
630
630
  "graceful-fs": "^4.2.11",
@@ -648,15 +648,15 @@
648
648
  }
649
649
  },
650
650
  "node_modules/@ui5/server": {
651
- "version": "3.6.0",
652
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.6.0.tgz",
653
- "integrity": "sha512-2AJ7i91f7Dj6BZeAZqBzX2FwO0dFf2isXcLHqe6IrZ46UZ8N68L7TOovtEtAPMDlpNDyBJLkYQHz3m2lM/7ORg==",
651
+ "version": "3.6.1",
652
+ "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.6.1.tgz",
653
+ "integrity": "sha512-Se4oYSY8eTv/wshiVN0Cvlh7ukJ2Ko8Bxq9Wpv35SCHPRiIVfimXMCVvcI5vaGwagnDleDG7QmUW1VdP9AVcPA==",
654
654
  "dependencies": {
655
- "@ui5/builder": "^3.7.0",
656
- "@ui5/fs": "^3.0.5",
657
- "@ui5/logger": "^3.0.0",
655
+ "@ui5/builder": "^3.7.1",
656
+ "@ui5/fs": "^3.0.6",
657
+ "@ui5/logger": "^3.0.1",
658
658
  "body-parser": "^1.20.2",
659
- "compression": "^1.8.0",
659
+ "compression": "^1.8.1",
660
660
  "cors": "^2.8.5",
661
661
  "devcert-sanscache": "^0.4.8",
662
662
  "escape-html": "^1.0.3",
@@ -764,9 +764,9 @@
764
764
  }
765
765
  },
766
766
  "node_modules/ansi-regex": {
767
- "version": "6.1.0",
768
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
769
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
767
+ "version": "6.2.2",
768
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
769
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
770
770
  "engines": {
771
771
  "node": ">=12"
772
772
  },
@@ -775,9 +775,9 @@
775
775
  }
776
776
  },
777
777
  "node_modules/ansi-styles": {
778
- "version": "6.2.1",
779
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
780
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
778
+ "version": "6.2.3",
779
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
780
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
781
781
  "engines": {
782
782
  "node": ">=12"
783
783
  },
@@ -1058,9 +1058,9 @@
1058
1058
  }
1059
1059
  },
1060
1060
  "node_modules/chalk": {
1061
- "version": "5.4.1",
1062
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
1063
- "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
1061
+ "version": "5.6.2",
1062
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
1063
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
1064
1064
  "engines": {
1065
1065
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
1066
1066
  },
@@ -1113,9 +1113,9 @@
1113
1113
  }
1114
1114
  },
1115
1115
  "node_modules/ci-info": {
1116
- "version": "4.3.0",
1117
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.0.tgz",
1118
- "integrity": "sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==",
1116
+ "version": "4.3.1",
1117
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz",
1118
+ "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==",
1119
1119
  "funding": [
1120
1120
  {
1121
1121
  "type": "github",
@@ -1479,9 +1479,9 @@
1479
1479
  }
1480
1480
  },
1481
1481
  "node_modules/debug": {
1482
- "version": "4.4.1",
1483
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
1484
- "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
1482
+ "version": "4.4.3",
1483
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1484
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1485
1485
  "dependencies": {
1486
1486
  "ms": "^2.1.3"
1487
1487
  },
@@ -1868,9 +1868,9 @@
1868
1868
  "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
1869
1869
  },
1870
1870
  "node_modules/error-ex": {
1871
- "version": "1.3.2",
1872
- "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
1873
- "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
1871
+ "version": "1.3.4",
1872
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
1873
+ "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
1874
1874
  "dependencies": {
1875
1875
  "is-arrayish": "^0.2.1"
1876
1876
  }
@@ -2020,9 +2020,9 @@
2020
2020
  }
2021
2021
  },
2022
2022
  "node_modules/exponential-backoff": {
2023
- "version": "3.1.2",
2024
- "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.2.tgz",
2025
- "integrity": "sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA=="
2023
+ "version": "3.1.3",
2024
+ "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz",
2025
+ "integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA=="
2026
2026
  },
2027
2027
  "node_modules/express": {
2028
2028
  "version": "4.21.2",
@@ -2699,13 +2699,9 @@
2699
2699
  }
2700
2700
  },
2701
2701
  "node_modules/ip-address": {
2702
- "version": "9.0.5",
2703
- "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
2704
- "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
2705
- "dependencies": {
2706
- "jsbn": "1.1.0",
2707
- "sprintf-js": "^1.1.3"
2708
- },
2702
+ "version": "10.1.0",
2703
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
2704
+ "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
2709
2705
  "engines": {
2710
2706
  "node": ">= 12"
2711
2707
  }
@@ -2833,9 +2829,9 @@
2833
2829
  "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ=="
2834
2830
  },
2835
2831
  "node_modules/is-npm": {
2836
- "version": "6.0.0",
2837
- "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz",
2838
- "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==",
2832
+ "version": "6.1.0",
2833
+ "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.1.0.tgz",
2834
+ "integrity": "sha512-O2z4/kNgyjhQwVR1Wpkbfc19JIhggF97NZNCpWTnjH7kVcZMUrnut9XSN7txI7VdyIYk5ZatOq3zvSuWpU8hoA==",
2839
2835
  "engines": {
2840
2836
  "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2841
2837
  },
@@ -2973,9 +2969,9 @@
2973
2969
  "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
2974
2970
  },
2975
2971
  "node_modules/js-yaml": {
2976
- "version": "4.1.0",
2977
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2978
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2972
+ "version": "4.1.1",
2973
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
2974
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
2979
2975
  "dependencies": {
2980
2976
  "argparse": "^2.0.1"
2981
2977
  },
@@ -2991,15 +2987,10 @@
2991
2987
  "xmlcreate": "^2.0.4"
2992
2988
  }
2993
2989
  },
2994
- "node_modules/jsbn": {
2995
- "version": "1.1.0",
2996
- "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
2997
- "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
2998
- },
2999
2990
  "node_modules/jsdoc": {
3000
- "version": "4.0.4",
3001
- "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.4.tgz",
3002
- "integrity": "sha512-zeFezwyXeG4syyYHbvh1A967IAqq/67yXtXvuL5wnqCkFZe8I0vKfm+EO+YEvLguo6w9CDUbrAXVtJSHh2E8rw==",
2991
+ "version": "4.0.5",
2992
+ "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.5.tgz",
2993
+ "integrity": "sha512-P4C6MWP9yIlMiK8nwoZvxN84vb6MsnXcHuy7XzVOvQoCizWX5JFCBsWIIWKXBltpoRZXddUOVQmCTOZt9yDj9g==",
3003
2994
  "dependencies": {
3004
2995
  "@babel/parser": "^7.20.15",
3005
2996
  "@jsdoc/salty": "^0.2.1",
@@ -3650,9 +3641,9 @@
3650
3641
  }
3651
3642
  },
3652
3643
  "node_modules/normalize-url": {
3653
- "version": "8.0.2",
3654
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.2.tgz",
3655
- "integrity": "sha512-Ee/R3SyN4BuynXcnTaekmaVdbDAEiNrHqjQIA37mHU8G9pf7aaAD4ZX3XjBLo6rsdcxA/gtkcNYZLt30ACgynw==",
3644
+ "version": "8.1.0",
3645
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.0.tgz",
3646
+ "integrity": "sha512-X06Mfd/5aKsRHc0O0J5CUedwnPmnDtLF2+nq+KN9KSDlJHkPuh0JUviWjEWMe0SW/9TDdSLVPuk7L5gGTIA1/w==",
3656
3647
  "engines": {
3657
3648
  "node": ">=14.16"
3658
3649
  },
@@ -4304,9 +4295,9 @@
4304
4295
  }
4305
4296
  },
4306
4297
  "node_modules/pupa": {
4307
- "version": "3.1.0",
4308
- "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz",
4309
- "integrity": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==",
4298
+ "version": "3.3.0",
4299
+ "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.3.0.tgz",
4300
+ "integrity": "sha512-LjgDO2zPtoXP2wJpDjZrGdojii1uqO0cnwKoIoUzkfS98HDmbeiGmYiXo3lXeFlq2xvne1QFQhwYXSUCLKtEuA==",
4310
4301
  "dependencies": {
4311
4302
  "escape-goat": "^4.0.0"
4312
4303
  },
@@ -4351,9 +4342,9 @@
4351
4342
  ]
4352
4343
  },
4353
4344
  "node_modules/random-int": {
4354
- "version": "3.0.0",
4355
- "resolved": "https://registry.npmjs.org/random-int/-/random-int-3.0.0.tgz",
4356
- "integrity": "sha512-QvewnOwigesW2WFyTHiQzR6XUUcSQO/BqmfgRz5N5GpGrKQnTf7ebMz8UtuwaET8IfO1n0wLx8/fHsI8E0Jpow==",
4345
+ "version": "3.1.0",
4346
+ "resolved": "https://registry.npmjs.org/random-int/-/random-int-3.1.0.tgz",
4347
+ "integrity": "sha512-h8CRz8cpvzj0hC/iH/1Gapgcl2TQ6xtnCpyOI5WvWfXf/yrDx2DOU+tD9rX23j36IF11xg1KqB9W11Z18JPMdw==",
4357
4348
  "engines": {
4358
4349
  "node": ">=12"
4359
4350
  },
@@ -4532,9 +4523,9 @@
4532
4523
  }
4533
4524
  },
4534
4525
  "node_modules/read-pkg-up/node_modules/yocto-queue": {
4535
- "version": "1.2.1",
4536
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz",
4537
- "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==",
4526
+ "version": "1.2.2",
4527
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
4528
+ "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
4538
4529
  "engines": {
4539
4530
  "node": ">=12.20"
4540
4531
  },
@@ -4677,11 +4668,11 @@
4677
4668
  }
4678
4669
  },
4679
4670
  "node_modules/resolve": {
4680
- "version": "1.22.10",
4681
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
4682
- "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
4671
+ "version": "1.22.11",
4672
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
4673
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
4683
4674
  "dependencies": {
4684
- "is-core-module": "^2.16.0",
4675
+ "is-core-module": "^2.16.1",
4685
4676
  "path-parse": "^1.0.7",
4686
4677
  "supports-preserve-symlinks-flag": "^1.0.0"
4687
4678
  },
@@ -4780,11 +4771,12 @@
4780
4771
  }
4781
4772
  },
4782
4773
  "node_modules/router/node_modules/path-to-regexp": {
4783
- "version": "8.2.0",
4784
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
4785
- "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
4786
- "engines": {
4787
- "node": ">=16"
4774
+ "version": "8.3.0",
4775
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
4776
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
4777
+ "funding": {
4778
+ "type": "opencollective",
4779
+ "url": "https://opencollective.com/express"
4788
4780
  }
4789
4781
  },
4790
4782
  "node_modules/run-applescript": {
@@ -4946,9 +4938,9 @@
4946
4938
  "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
4947
4939
  },
4948
4940
  "node_modules/sax": {
4949
- "version": "1.4.1",
4950
- "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz",
4951
- "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
4941
+ "version": "1.4.3",
4942
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
4943
+ "integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ=="
4952
4944
  },
4953
4945
  "node_modules/select-hose": {
4954
4946
  "version": "2.0.0",
@@ -4956,9 +4948,9 @@
4956
4948
  "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
4957
4949
  },
4958
4950
  "node_modules/semver": {
4959
- "version": "7.7.2",
4960
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
4961
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
4951
+ "version": "7.7.3",
4952
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
4953
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
4962
4954
  "bin": {
4963
4955
  "semver": "bin/semver.js"
4964
4956
  },
@@ -5178,11 +5170,11 @@
5178
5170
  }
5179
5171
  },
5180
5172
  "node_modules/socks": {
5181
- "version": "2.8.6",
5182
- "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.6.tgz",
5183
- "integrity": "sha512-pe4Y2yzru68lXCb38aAqRf5gvN8YdjP1lok5o0J7BOHljkyCGKVz7H3vpVIXKD27rj2giOJ7DwVyk/GWrPHDWA==",
5173
+ "version": "2.8.7",
5174
+ "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
5175
+ "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
5184
5176
  "dependencies": {
5185
- "ip-address": "^9.0.5",
5177
+ "ip-address": "^10.0.1",
5186
5178
  "smart-buffer": "^4.2.0"
5187
5179
  },
5188
5180
  "engines": {
@@ -5244,9 +5236,9 @@
5244
5236
  "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
5245
5237
  },
5246
5238
  "node_modules/spdx-license-ids": {
5247
- "version": "3.0.21",
5248
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz",
5249
- "integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg=="
5239
+ "version": "3.0.22",
5240
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz",
5241
+ "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ=="
5250
5242
  },
5251
5243
  "node_modules/spdy": {
5252
5244
  "version": "4.0.2",
@@ -5289,11 +5281,6 @@
5289
5281
  "node": ">= 6"
5290
5282
  }
5291
5283
  },
5292
- "node_modules/sprintf-js": {
5293
- "version": "1.1.3",
5294
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
5295
- "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
5296
- },
5297
5284
  "node_modules/ssri": {
5298
5285
  "version": "10.0.6",
5299
5286
  "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
@@ -5403,9 +5390,9 @@
5403
5390
  }
5404
5391
  },
5405
5392
  "node_modules/strip-ansi": {
5406
- "version": "7.1.0",
5407
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5408
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
5393
+ "version": "7.1.2",
5394
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
5395
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
5409
5396
  "dependencies": {
5410
5397
  "ansi-regex": "^6.0.1"
5411
5398
  },
@@ -5532,12 +5519,12 @@
5532
5519
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
5533
5520
  },
5534
5521
  "node_modules/terser": {
5535
- "version": "5.43.1",
5536
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz",
5537
- "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==",
5522
+ "version": "5.44.1",
5523
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.1.tgz",
5524
+ "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
5538
5525
  "dependencies": {
5539
5526
  "@jridgewell/source-map": "^0.3.3",
5540
- "acorn": "^8.14.0",
5527
+ "acorn": "^8.15.0",
5541
5528
  "commander": "^2.20.0",
5542
5529
  "source-map-support": "~0.5.20"
5543
5530
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.10",
4
- "description": "UI5 Tooling - CLI",
3
+ "version": "3.11.12",
4
+ "description": "UI5 CLI - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
7
7
  "email": "openui5@sap.com",
@@ -117,18 +117,18 @@
117
117
  "url": "git@github.com:SAP/ui5-cli.git"
118
118
  },
119
119
  "dependencies": {
120
- "@ui5/builder": "^3.7.0",
121
- "@ui5/fs": "^3.0.5",
122
- "@ui5/logger": "^3.0.0",
123
- "@ui5/project": "^3.9.4",
124
- "@ui5/server": "^3.6.0",
125
- "chalk": "^5.4.1",
120
+ "@ui5/builder": "^3.7.1",
121
+ "@ui5/fs": "^3.0.6",
122
+ "@ui5/logger": "^3.0.1",
123
+ "@ui5/project": "^3.9.5",
124
+ "@ui5/server": "^3.6.1",
125
+ "chalk": "^5.6.2",
126
126
  "data-with-position": "^0.5.0",
127
127
  "import-local": "^3.2.0",
128
- "js-yaml": "^4.1.0",
128
+ "js-yaml": "^4.1.1",
129
129
  "open": "^9.1.0",
130
130
  "pretty-hrtime": "^1.0.3",
131
- "semver": "^7.7.2",
131
+ "semver": "^7.7.3",
132
132
  "update-notifier": "^6.0.2",
133
133
  "yargs": "^17.7.2"
134
134
  },
@@ -143,15 +143,15 @@
143
143
  "eslint-config-google": "^0.14.0",
144
144
  "eslint-plugin-ava": "^14.0.0",
145
145
  "eslint-plugin-jsdoc": "^46.10.1",
146
- "esmock": "^2.7.1",
146
+ "esmock": "^2.7.3",
147
147
  "execa": "^8.0.1",
148
- "jsdoc": "^4.0.4",
148
+ "jsdoc": "^4.0.5",
149
149
  "licensee": "^10.0.1",
150
150
  "nyc": "^15.1.0",
151
151
  "open-cli": "^7.2.0",
152
152
  "rimraf": "^5.0.10",
153
153
  "sinon": "^16.1.3",
154
- "strip-ansi": "^7.1.0",
154
+ "strip-ansi": "^7.1.2",
155
155
  "tap-xunit": "^2.4.1",
156
156
  "testdouble": "^3.20.2"
157
157
  }