@ui5/cli 3.11.9 → 3.11.11

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.9...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.11.11...HEAD).
6
+
7
+ <a name="v3.11.11"></a>
8
+ ## [v3.11.11] - 2025-09-12
9
+ ### Bug Fixes
10
+ - Rename project to UI5 CLI [`3333b79`](https://github.com/SAP/ui5-cli/commit/3333b794d4677651656d4f3713f59f89b3da4ea9)
11
+
12
+ ### Dependency Updates
13
+ - Bump [@ui5](https://github.com/ui5)/server from 3.6.0 to 3.6.1 [`6ae7b4a`](https://github.com/SAP/ui5-cli/commit/6ae7b4a1048cff824d845bf3b7481b26419f0da1)
14
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.7.0 to 3.7.1 [`b51afb9`](https://github.com/SAP/ui5-cli/commit/b51afb9e36a8535d7f09d848b89a397521f75671)
15
+ - Bump [@ui5](https://github.com/ui5)/fs from 3.0.5 to 3.0.6 [`2acd701`](https://github.com/SAP/ui5-cli/commit/2acd701b9ce41164a7a5a1fcbce956db8ea8987b)
16
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.0 to 3.0.1 [`0485e00`](https://github.com/SAP/ui5-cli/commit/0485e00f66cb1e25df8c5404ca44733c1db3e5aa)
17
+
18
+
19
+ <a name="v3.11.10"></a>
20
+ ## [v3.11.10] - 2025-07-18
6
21
 
7
22
  <a name="v3.11.9"></a>
8
23
  ## [v3.11.9] - 2025-06-10
@@ -1250,6 +1265,8 @@ Only Node.js v10 or higher is supported.
1250
1265
 
1251
1266
  <a name="v0.0.1"></a>
1252
1267
  ## v0.0.1 - 2018-06-06
1268
+ [v3.11.11]: https://github.com/SAP/ui5-cli/compare/v3.11.10...v3.11.11
1269
+ [v3.11.10]: https://github.com/SAP/ui5-cli/compare/v3.11.9...v3.11.10
1253
1270
  [v3.11.9]: https://github.com/SAP/ui5-cli/compare/v3.11.8...v3.11.9
1254
1271
  [v3.11.8]: https://github.com/SAP/ui5-cli/compare/v3.11.7...v3.11.8
1255
1272
  [v3.11.7]: https://github.com/SAP/ui5-cli/compare/v3.11.6...v3.11.7
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,20 +1,20 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.9",
3
+ "version": "3.11.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.11.9",
9
+ "version": "3.11.11",
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
20
  "js-yaml": "^4.1.0",
@@ -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",
@@ -68,11 +68,11 @@
68
68
  }
69
69
  },
70
70
  "node_modules/@babel/parser": {
71
- "version": "7.27.5",
72
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz",
73
- "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
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==",
74
74
  "dependencies": {
75
- "@babel/types": "^7.27.3"
75
+ "@babel/types": "^7.28.4"
76
76
  },
77
77
  "bin": {
78
78
  "parser": "bin/babel-parser.js"
@@ -82,9 +82,9 @@
82
82
  }
83
83
  },
84
84
  "node_modules/@babel/types": {
85
- "version": "7.27.6",
86
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.6.tgz",
87
- "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
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==",
88
88
  "dependencies": {
89
89
  "@babel/helper-string-parser": "^7.27.1",
90
90
  "@babel/helper-validator-identifier": "^7.27.1"
@@ -131,16 +131,12 @@
131
131
  }
132
132
  },
133
133
  "node_modules/@jridgewell/gen-mapping": {
134
- "version": "0.3.8",
135
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
136
- "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
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
- "@jridgewell/set-array": "^1.2.1",
139
- "@jridgewell/sourcemap-codec": "^1.4.10",
138
+ "@jridgewell/sourcemap-codec": "^1.5.0",
140
139
  "@jridgewell/trace-mapping": "^0.3.24"
141
- },
142
- "engines": {
143
- "node": ">=6.0.0"
144
140
  }
145
141
  },
146
142
  "node_modules/@jridgewell/resolve-uri": {
@@ -151,32 +147,24 @@
151
147
  "node": ">=6.0.0"
152
148
  }
153
149
  },
154
- "node_modules/@jridgewell/set-array": {
155
- "version": "1.2.1",
156
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
157
- "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
158
- "engines": {
159
- "node": ">=6.0.0"
160
- }
161
- },
162
150
  "node_modules/@jridgewell/source-map": {
163
- "version": "0.3.6",
164
- "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
165
- "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
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==",
166
154
  "dependencies": {
167
155
  "@jridgewell/gen-mapping": "^0.3.5",
168
156
  "@jridgewell/trace-mapping": "^0.3.25"
169
157
  }
170
158
  },
171
159
  "node_modules/@jridgewell/sourcemap-codec": {
172
- "version": "1.5.0",
173
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
174
- "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
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=="
175
163
  },
176
164
  "node_modules/@jridgewell/trace-mapping": {
177
- "version": "0.3.25",
178
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
179
- "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
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==",
180
168
  "dependencies": {
181
169
  "@jridgewell/resolve-uri": "^3.1.0",
182
170
  "@jridgewell/sourcemap-codec": "^1.4.14"
@@ -565,13 +553,13 @@
565
553
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
566
554
  },
567
555
  "node_modules/@ui5/builder": {
568
- "version": "3.7.0",
569
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.7.0.tgz",
570
- "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==",
571
559
  "dependencies": {
572
- "@jridgewell/sourcemap-codec": "^1.5.0",
573
- "@ui5/fs": "^3.0.5",
574
- "@ui5/logger": "^3.0.0",
560
+ "@jridgewell/sourcemap-codec": "^1.5.5",
561
+ "@ui5/fs": "^3.0.6",
562
+ "@ui5/logger": "^3.0.1",
575
563
  "cheerio": "1.0.0-rc.12",
576
564
  "escape-unicode": "^0.2.0",
577
565
  "escope": "^4.0.0",
@@ -582,7 +570,7 @@
582
570
  "pretty-data": "^0.40.0",
583
571
  "rimraf": "^5.0.10",
584
572
  "semver": "^7.7.2",
585
- "terser": "^5.41.0",
573
+ "terser": "^5.44.0",
586
574
  "workerpool": "^6.5.1",
587
575
  "xml2js": "^0.6.2"
588
576
  },
@@ -592,17 +580,17 @@
592
580
  }
593
581
  },
594
582
  "node_modules/@ui5/fs": {
595
- "version": "3.0.5",
596
- "resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-3.0.5.tgz",
597
- "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==",
598
586
  "dependencies": {
599
- "@ui5/logger": "^3.0.0",
587
+ "@ui5/logger": "^3.0.1",
600
588
  "clone": "^2.1.2",
601
589
  "escape-string-regexp": "^5.0.0",
602
590
  "globby": "^13.2.2",
603
591
  "graceful-fs": "^4.2.11",
604
- "micromatch": "^4.0.5",
605
- "minimatch": "^9.0.3",
592
+ "micromatch": "^4.0.8",
593
+ "minimatch": "^9.0.5",
606
594
  "pretty-hrtime": "^1.0.3",
607
595
  "random-int": "^3.0.0"
608
596
  },
@@ -612,12 +600,12 @@
612
600
  }
613
601
  },
614
602
  "node_modules/@ui5/logger": {
615
- "version": "3.0.0",
616
- "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.0.tgz",
617
- "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==",
618
606
  "dependencies": {
619
- "chalk": "^5.2.0",
620
- "cli-progress": "^3.11.2",
607
+ "chalk": "^5.6.0",
608
+ "cli-progress": "^3.12.0",
621
609
  "figures": "^5.0.0"
622
610
  },
623
611
  "engines": {
@@ -626,17 +614,17 @@
626
614
  }
627
615
  },
628
616
  "node_modules/@ui5/project": {
629
- "version": "3.9.4",
630
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.9.4.tgz",
631
- "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==",
632
620
  "dependencies": {
633
621
  "@npmcli/config": "^8.3.4",
634
- "@ui5/builder": "^3.7.0",
635
- "@ui5/fs": "^3.0.5",
636
- "@ui5/logger": "^3.0.0",
622
+ "@ui5/builder": "^3.7.1",
623
+ "@ui5/fs": "^3.0.6",
624
+ "@ui5/logger": "^3.0.1",
637
625
  "ajv": "^6.12.6",
638
626
  "ajv-errors": "^1.0.1",
639
- "chalk": "^5.4.1",
627
+ "chalk": "^5.6.2",
640
628
  "escape-string-regexp": "^5.0.0",
641
629
  "globby": "^13.2.2",
642
630
  "graceful-fs": "^4.2.11",
@@ -660,15 +648,15 @@
660
648
  }
661
649
  },
662
650
  "node_modules/@ui5/server": {
663
- "version": "3.6.0",
664
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.6.0.tgz",
665
- "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==",
666
654
  "dependencies": {
667
- "@ui5/builder": "^3.7.0",
668
- "@ui5/fs": "^3.0.5",
669
- "@ui5/logger": "^3.0.0",
655
+ "@ui5/builder": "^3.7.1",
656
+ "@ui5/fs": "^3.0.6",
657
+ "@ui5/logger": "^3.0.1",
670
658
  "body-parser": "^1.20.2",
671
- "compression": "^1.8.0",
659
+ "compression": "^1.8.1",
672
660
  "cors": "^2.8.5",
673
661
  "devcert-sanscache": "^0.4.8",
674
662
  "escape-html": "^1.0.3",
@@ -737,9 +725,9 @@
737
725
  }
738
726
  },
739
727
  "node_modules/agent-base": {
740
- "version": "7.1.3",
741
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
742
- "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
728
+ "version": "7.1.4",
729
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
730
+ "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
743
731
  "engines": {
744
732
  "node": ">= 14"
745
733
  }
@@ -776,9 +764,9 @@
776
764
  }
777
765
  },
778
766
  "node_modules/ansi-regex": {
779
- "version": "6.1.0",
780
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
781
- "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==",
782
770
  "engines": {
783
771
  "node": ">=12"
784
772
  },
@@ -787,9 +775,9 @@
787
775
  }
788
776
  },
789
777
  "node_modules/ansi-styles": {
790
- "version": "6.2.1",
791
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
792
- "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==",
793
781
  "engines": {
794
782
  "node": ">=12"
795
783
  },
@@ -950,9 +938,9 @@
950
938
  }
951
939
  },
952
940
  "node_modules/brace-expansion": {
953
- "version": "2.0.1",
954
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
955
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
941
+ "version": "2.0.2",
942
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
943
+ "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
956
944
  "dependencies": {
957
945
  "balanced-match": "^1.0.0"
958
946
  }
@@ -1070,9 +1058,9 @@
1070
1058
  }
1071
1059
  },
1072
1060
  "node_modules/chalk": {
1073
- "version": "5.4.1",
1074
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
1075
- "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==",
1076
1064
  "engines": {
1077
1065
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
1078
1066
  },
@@ -1125,9 +1113,9 @@
1125
1113
  }
1126
1114
  },
1127
1115
  "node_modules/ci-info": {
1128
- "version": "4.2.0",
1129
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.2.0.tgz",
1130
- "integrity": "sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==",
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==",
1131
1119
  "funding": [
1132
1120
  {
1133
1121
  "type": "github",
@@ -1268,15 +1256,15 @@
1268
1256
  }
1269
1257
  },
1270
1258
  "node_modules/compression": {
1271
- "version": "1.8.0",
1272
- "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz",
1273
- "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==",
1259
+ "version": "1.8.1",
1260
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz",
1261
+ "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
1274
1262
  "dependencies": {
1275
1263
  "bytes": "3.1.2",
1276
1264
  "compressible": "~2.0.18",
1277
1265
  "debug": "2.6.9",
1278
1266
  "negotiator": "~0.6.4",
1279
- "on-headers": "~1.0.2",
1267
+ "on-headers": "~1.1.0",
1280
1268
  "safe-buffer": "5.2.1",
1281
1269
  "vary": "~1.1.2"
1282
1270
  },
@@ -1457,9 +1445,9 @@
1457
1445
  }
1458
1446
  },
1459
1447
  "node_modules/css-select": {
1460
- "version": "5.1.0",
1461
- "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
1462
- "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
1448
+ "version": "5.2.2",
1449
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
1450
+ "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
1463
1451
  "dependencies": {
1464
1452
  "boolbase": "^1.0.0",
1465
1453
  "css-what": "^6.1.0",
@@ -1472,9 +1460,9 @@
1472
1460
  }
1473
1461
  },
1474
1462
  "node_modules/css-what": {
1475
- "version": "6.1.0",
1476
- "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
1477
- "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
1463
+ "version": "6.2.2",
1464
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
1465
+ "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
1478
1466
  "engines": {
1479
1467
  "node": ">= 6"
1480
1468
  },
@@ -1671,9 +1659,9 @@
1671
1659
  }
1672
1660
  },
1673
1661
  "node_modules/devcert-sanscache/node_modules/brace-expansion": {
1674
- "version": "1.1.11",
1675
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
1676
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
1662
+ "version": "1.1.12",
1663
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
1664
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1677
1665
  "dependencies": {
1678
1666
  "balanced-match": "^1.0.0",
1679
1667
  "concat-map": "0.0.1"
@@ -2711,13 +2699,9 @@
2711
2699
  }
2712
2700
  },
2713
2701
  "node_modules/ip-address": {
2714
- "version": "9.0.5",
2715
- "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
2716
- "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
2717
- "dependencies": {
2718
- "jsbn": "1.1.0",
2719
- "sprintf-js": "^1.1.3"
2720
- },
2702
+ "version": "10.0.1",
2703
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz",
2704
+ "integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==",
2721
2705
  "engines": {
2722
2706
  "node": ">= 12"
2723
2707
  }
@@ -2845,9 +2829,9 @@
2845
2829
  "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ=="
2846
2830
  },
2847
2831
  "node_modules/is-npm": {
2848
- "version": "6.0.0",
2849
- "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz",
2850
- "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==",
2851
2835
  "engines": {
2852
2836
  "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2853
2837
  },
@@ -3003,11 +2987,6 @@
3003
2987
  "xmlcreate": "^2.0.4"
3004
2988
  }
3005
2989
  },
3006
- "node_modules/jsbn": {
3007
- "version": "1.1.0",
3008
- "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
3009
- "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
3010
- },
3011
2990
  "node_modules/jsdoc": {
3012
2991
  "version": "4.0.4",
3013
2992
  "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.4.tgz",
@@ -3662,9 +3641,9 @@
3662
3641
  }
3663
3642
  },
3664
3643
  "node_modules/normalize-url": {
3665
- "version": "8.0.2",
3666
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.2.tgz",
3667
- "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==",
3668
3647
  "engines": {
3669
3648
  "node": ">=14.16"
3670
3649
  },
@@ -3813,9 +3792,9 @@
3813
3792
  }
3814
3793
  },
3815
3794
  "node_modules/on-headers": {
3816
- "version": "1.0.2",
3817
- "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
3818
- "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
3795
+ "version": "1.1.0",
3796
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
3797
+ "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
3819
3798
  "engines": {
3820
3799
  "node": ">= 0.8"
3821
3800
  }
@@ -4792,11 +4771,12 @@
4792
4771
  }
4793
4772
  },
4794
4773
  "node_modules/router/node_modules/path-to-regexp": {
4795
- "version": "8.2.0",
4796
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
4797
- "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
4798
- "engines": {
4799
- "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"
4800
4780
  }
4801
4781
  },
4802
4782
  "node_modules/run-applescript": {
@@ -5190,11 +5170,11 @@
5190
5170
  }
5191
5171
  },
5192
5172
  "node_modules/socks": {
5193
- "version": "2.8.5",
5194
- "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.5.tgz",
5195
- "integrity": "sha512-iF+tNDQla22geJdTyJB1wM/qrX9DMRwWrciEPwWLPRWAUEM8sQiyxgckLxWT1f7+9VabJS0jTGGr4QgBuvi6Ww==",
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==",
5196
5176
  "dependencies": {
5197
- "ip-address": "^9.0.5",
5177
+ "ip-address": "^10.0.1",
5198
5178
  "smart-buffer": "^4.2.0"
5199
5179
  },
5200
5180
  "engines": {
@@ -5256,9 +5236,9 @@
5256
5236
  "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
5257
5237
  },
5258
5238
  "node_modules/spdx-license-ids": {
5259
- "version": "3.0.21",
5260
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz",
5261
- "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=="
5262
5242
  },
5263
5243
  "node_modules/spdy": {
5264
5244
  "version": "4.0.2",
@@ -5301,11 +5281,6 @@
5301
5281
  "node": ">= 6"
5302
5282
  }
5303
5283
  },
5304
- "node_modules/sprintf-js": {
5305
- "version": "1.1.3",
5306
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
5307
- "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
5308
- },
5309
5284
  "node_modules/ssri": {
5310
5285
  "version": "10.0.6",
5311
5286
  "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
@@ -5415,9 +5390,9 @@
5415
5390
  }
5416
5391
  },
5417
5392
  "node_modules/strip-ansi": {
5418
- "version": "7.1.0",
5419
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5420
- "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==",
5421
5396
  "dependencies": {
5422
5397
  "ansi-regex": "^6.0.1"
5423
5398
  },
@@ -5544,12 +5519,12 @@
5544
5519
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
5545
5520
  },
5546
5521
  "node_modules/terser": {
5547
- "version": "5.42.0",
5548
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.42.0.tgz",
5549
- "integrity": "sha512-UYCvU9YQW2f/Vwl+P0GfhxJxbUGLwd+5QrrGgLajzWAtC/23AX0vcise32kkP7Eu0Wu9VlzzHAXkLObgjQfFlQ==",
5522
+ "version": "5.44.0",
5523
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
5524
+ "integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
5550
5525
  "dependencies": {
5551
5526
  "@jridgewell/source-map": "^0.3.3",
5552
- "acorn": "^8.14.0",
5527
+ "acorn": "^8.15.0",
5553
5528
  "commander": "^2.20.0",
5554
5529
  "source-map-support": "~0.5.20"
5555
5530
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.9",
4
- "description": "UI5 Tooling - CLI",
3
+ "version": "3.11.11",
4
+ "description": "UI5 CLI - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
7
7
  "email": "openui5@sap.com",
@@ -117,12 +117,12 @@
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
128
  "js-yaml": "^4.1.0",
@@ -143,7 +143,7 @@
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.0",
146
+ "esmock": "^2.7.3",
147
147
  "execa": "^8.0.1",
148
148
  "jsdoc": "^4.0.4",
149
149
  "licensee": "^10.0.1",
@@ -151,7 +151,7 @@
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
  }