@ui5/cli 4.0.23 → 4.0.25
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 +20 -1
- package/CONTRIBUTING.md +2 -2
- package/README.md +7 -7
- package/jsdoc.json +6 -6
- package/lib/cli/base.js +2 -2
- package/lib/cli/commands/config.js +1 -1
- package/lib/cli/commands/init.js +1 -1
- package/lib/cli/commands/versions.js +1 -1
- package/lib/init/init.js +1 -1
- package/npm-shrinkwrap.json +140 -147
- package/package.json +12 -12
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.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.25...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.25"></a>
|
|
8
|
+
## [v4.0.25] - 2025-09-11
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
- Rename project to UI5 CLI [`4ab403c`](https://github.com/SAP/ui5-cli/commit/4ab403cc3791e1e9cb38c811f1b4fd96bc4cc8e5)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
- Bump [@ui5](https://github.com/ui5)/server from 4.0.6 to 4.0.7 [`76c5d49`](https://github.com/SAP/ui5-cli/commit/76c5d49a74dad86364afdab0a31f18cf8430af63)
|
|
14
|
+
- Bump [@ui5](https://github.com/ui5)/project from 4.0.4 to 4.0.5 [`e31e274`](https://github.com/SAP/ui5-cli/commit/e31e2745a22d9d6aa4d90f1b40cdb11abf1a15da)
|
|
15
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 4.0.10 to 4.0.11 [`741d91c`](https://github.com/SAP/ui5-cli/commit/741d91cd47289a4e73a6819892bb1ecddf32717c)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<a name="v4.0.24"></a>
|
|
19
|
+
## [v4.0.24] - 2025-09-03
|
|
20
|
+
### Dependency Updates
|
|
21
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 4.0.9 to 4.0.10 [`c4169ff`](https://github.com/SAP/ui5-cli/commit/c4169ff5eda412e133dc7996207d07fe5626447e)
|
|
22
|
+
|
|
6
23
|
|
|
7
24
|
<a name="v4.0.23"></a>
|
|
8
25
|
## [v4.0.23] - 2025-08-12
|
|
@@ -1357,6 +1374,8 @@ Only Node.js v10 or higher is supported.
|
|
|
1357
1374
|
|
|
1358
1375
|
<a name="v0.0.1"></a>
|
|
1359
1376
|
## v0.0.1 - 2018-06-06
|
|
1377
|
+
[v4.0.25]: https://github.com/SAP/ui5-cli/compare/v4.0.24...v4.0.25
|
|
1378
|
+
[v4.0.24]: https://github.com/SAP/ui5-cli/compare/v4.0.23...v4.0.24
|
|
1360
1379
|
[v4.0.23]: https://github.com/SAP/ui5-cli/compare/v4.0.22...v4.0.23
|
|
1361
1380
|
[v4.0.22]: https://github.com/SAP/ui5-cli/compare/v4.0.21...v4.0.22
|
|
1362
1381
|
[v4.0.21]: https://github.com/SAP/ui5-cli/compare/v4.0.20...v4.0.21
|
package/CONTRIBUTING.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# Contributing to the UI5
|
|
1
|
+
# Contributing to the UI5 CLI
|
|
2
2
|
|
|
3
|
-
See CONTRIBUTING.md in the [
|
|
3
|
+
See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md) repository.
|
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
# ui5-cli
|
|
4
4
|
> `ui5` Command Line Interface
|
|
5
|
-
> Part of the [UI5
|
|
5
|
+
> Part of the [UI5 CLI](https://github.com/UI5/cli)
|
|
6
6
|
|
|
7
7
|
[](https://api.reuse.software/info/github.com/SAP/ui5-cli)
|
|
8
8
|
[](https://dev.azure.com/sap/opensource/_build/latest?definitionId=33&branchName=main)
|
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
[](https://coveralls.io/github/SAP/ui5-cli)
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
13
|
-
UI5 CLI documentation can be found here: [
|
|
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/
|
|
17
|
+
Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md).
|
|
18
18
|
|
|
19
19
|
## Support
|
|
20
20
|
|
|
21
|
-
Please follow our [Contribution Guidelines](https://github.com/
|
|
21
|
+
Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
|
|
22
22
|
|
|
23
|
-
Please report issues in the main [UI5
|
|
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
|
|
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
|
|
29
|
+
"title": "UI5 CLI - API Reference",
|
|
30
30
|
"type": "website",
|
|
31
|
-
"image": "https://
|
|
32
|
-
"site_name": "UI5
|
|
33
|
-
"url": "https://
|
|
31
|
+
"image": "https://ui5.github.io/cli/v4/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
|
|
48
|
-
"description": "UI5
|
|
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
|
@@ -115,9 +115,9 @@ export default function(cli) {
|
|
|
115
115
|
}
|
|
116
116
|
process.stderr.write(
|
|
117
117
|
chalk.dim(
|
|
118
|
-
`If you think this is an issue of the UI5
|
|
118
|
+
`If you think this is an issue of the UI5 CLI, you might report it using the ` +
|
|
119
119
|
`following URL: `) +
|
|
120
|
-
chalk.dim.bold.underline(`https://github.com/
|
|
120
|
+
chalk.dim.bold.underline(`https://github.com/UI5/cli/issues/new/choose`));
|
|
121
121
|
process.stderr.write("\n");
|
|
122
122
|
} else {
|
|
123
123
|
process.stderr.write("\n\n");
|
|
@@ -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
|
|
8
|
+
describe: "Get and set UI5 CLI configuration options",
|
|
9
9
|
middlewares: [baseMiddleware],
|
|
10
10
|
handler: handleConfig
|
|
11
11
|
};
|
package/lib/cli/commands/init.js
CHANGED
|
@@ -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
|
|
6
|
+
describe: "Initialize the UI5 CLI configuration for an application or library project.",
|
|
7
7
|
middlewares: [baseMiddleware]
|
|
8
8
|
};
|
|
9
9
|
|
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://
|
|
54
|
+
message += "https://ui5.github.io/cli/v4/pages/GettingStarted/#starting-a-new-project";
|
|
55
55
|
throw new Error(message);
|
|
56
56
|
}
|
|
57
57
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.25",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.25",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ui5/builder": "^4.0.
|
|
13
|
-
"@ui5/fs": "^4.0.
|
|
14
|
-
"@ui5/logger": "^4.0.
|
|
15
|
-
"@ui5/project": "^4.0.
|
|
16
|
-
"@ui5/server": "^4.0.
|
|
17
|
-
"chalk": "^5.
|
|
12
|
+
"@ui5/builder": "^4.0.11",
|
|
13
|
+
"@ui5/fs": "^4.0.2",
|
|
14
|
+
"@ui5/logger": "^4.0.2",
|
|
15
|
+
"@ui5/project": "^4.0.5",
|
|
16
|
+
"@ui5/server": "^4.0.7",
|
|
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.
|
|
38
|
-
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.
|
|
39
|
-
"integrity": "sha512-
|
|
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.28.
|
|
72
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
73
|
-
"integrity": "sha512-
|
|
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.28.
|
|
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.28.
|
|
86
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.
|
|
87
|
-
"integrity": "sha512-
|
|
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"
|
|
@@ -192,9 +192,9 @@
|
|
|
192
192
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
|
|
193
193
|
},
|
|
194
194
|
"node_modules/@jridgewell/trace-mapping": {
|
|
195
|
-
"version": "0.3.
|
|
196
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
197
|
-
"integrity": "sha512-
|
|
195
|
+
"version": "0.3.31",
|
|
196
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
197
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
198
198
|
"dependencies": {
|
|
199
199
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
200
200
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
@@ -366,9 +366,9 @@
|
|
|
366
366
|
}
|
|
367
367
|
},
|
|
368
368
|
"node_modules/@npmcli/promise-spawn": {
|
|
369
|
-
"version": "8.0.
|
|
370
|
-
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-8.0.
|
|
371
|
-
"integrity": "sha512
|
|
369
|
+
"version": "8.0.3",
|
|
370
|
+
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-8.0.3.tgz",
|
|
371
|
+
"integrity": "sha512-Yb00SWaL4F8w+K8YGhQ55+xE4RUNdMHV43WZGsiTM92gS+lC0mGsn7I4hLug7pbao035S6bj3Y3w0cUNGLfmkg==",
|
|
372
372
|
"dependencies": {
|
|
373
373
|
"which": "^5.0.0"
|
|
374
374
|
},
|
|
@@ -557,14 +557,14 @@
|
|
|
557
557
|
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
|
|
558
558
|
},
|
|
559
559
|
"node_modules/@ui5/builder": {
|
|
560
|
-
"version": "4.0.
|
|
561
|
-
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.
|
|
562
|
-
"integrity": "sha512-
|
|
563
|
-
"dependencies": {
|
|
564
|
-
"@jridgewell/sourcemap-codec": "^1.5.
|
|
565
|
-
"@ui5/fs": "^4.0.
|
|
566
|
-
"@ui5/logger": "^4.0.
|
|
567
|
-
"cheerio": "1.
|
|
560
|
+
"version": "4.0.11",
|
|
561
|
+
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.0.11.tgz",
|
|
562
|
+
"integrity": "sha512-6CsTCau0aP2NaXk9cZZ5dyINgKAoHL/n6l/O+d9ZTeHAKEyPM2+7WXXCLlMO/Z/SD+eEShztnsg1aCKyAzS5dQ==",
|
|
563
|
+
"dependencies": {
|
|
564
|
+
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
565
|
+
"@ui5/fs": "^4.0.2",
|
|
566
|
+
"@ui5/logger": "^4.0.2",
|
|
567
|
+
"cheerio": "1.0.0",
|
|
568
568
|
"escape-unicode": "^0.2.0",
|
|
569
569
|
"escope": "^4.0.0",
|
|
570
570
|
"espree": "^10.4.0",
|
|
@@ -573,8 +573,8 @@
|
|
|
573
573
|
"less-openui5": "^0.11.6",
|
|
574
574
|
"pretty-data": "^0.40.0",
|
|
575
575
|
"semver": "^7.7.2",
|
|
576
|
-
"terser": "^5.
|
|
577
|
-
"workerpool": "^9.3.
|
|
576
|
+
"terser": "^5.44.0",
|
|
577
|
+
"workerpool": "^9.3.4",
|
|
578
578
|
"xml2js": "^0.6.2"
|
|
579
579
|
},
|
|
580
580
|
"engines": {
|
|
@@ -583,17 +583,17 @@
|
|
|
583
583
|
}
|
|
584
584
|
},
|
|
585
585
|
"node_modules/@ui5/fs": {
|
|
586
|
-
"version": "4.0.
|
|
587
|
-
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.
|
|
588
|
-
"integrity": "sha512-
|
|
586
|
+
"version": "4.0.2",
|
|
587
|
+
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.2.tgz",
|
|
588
|
+
"integrity": "sha512-0R7eb9xEMswvkN2wIiyYJtQY83evQJ7LQhTnRf5Ms0o2R29twGLP4XewqH+IoGWyT3T4SuDNTWmUU2UaTRY4zg==",
|
|
589
589
|
"dependencies": {
|
|
590
590
|
"@ui5/logger": "^4.0.1",
|
|
591
591
|
"clone": "^2.1.2",
|
|
592
592
|
"escape-string-regexp": "^5.0.0",
|
|
593
|
-
"globby": "^14.0
|
|
593
|
+
"globby": "^14.1.0",
|
|
594
594
|
"graceful-fs": "^4.2.11",
|
|
595
595
|
"micromatch": "^4.0.8",
|
|
596
|
-
"minimatch": "^10.0.
|
|
596
|
+
"minimatch": "^10.0.3",
|
|
597
597
|
"pretty-hrtime": "^1.0.3",
|
|
598
598
|
"random-int": "^3.0.0"
|
|
599
599
|
},
|
|
@@ -603,11 +603,11 @@
|
|
|
603
603
|
}
|
|
604
604
|
},
|
|
605
605
|
"node_modules/@ui5/logger": {
|
|
606
|
-
"version": "4.0.
|
|
607
|
-
"resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-4.0.
|
|
608
|
-
"integrity": "sha512-
|
|
606
|
+
"version": "4.0.2",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-4.0.2.tgz",
|
|
608
|
+
"integrity": "sha512-uscDCQyHFeenh4r2RbYuffTMn6IQdcNC1tXrQ4BF+apAFjmDGP11IHdAwVCKwxgyPrIC17HT2gub3ZugGM8kpQ==",
|
|
609
609
|
"dependencies": {
|
|
610
|
-
"chalk": "^5.
|
|
610
|
+
"chalk": "^5.6.0",
|
|
611
611
|
"cli-progress": "^3.12.0",
|
|
612
612
|
"figures": "^6.1.0"
|
|
613
613
|
},
|
|
@@ -617,18 +617,18 @@
|
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
619
|
"node_modules/@ui5/project": {
|
|
620
|
-
"version": "4.0.
|
|
621
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.
|
|
622
|
-
"integrity": "sha512-
|
|
620
|
+
"version": "4.0.5",
|
|
621
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.5.tgz",
|
|
622
|
+
"integrity": "sha512-EGY4YqvPc218Ldc08prYkEc+h9eXjfJp1lBOWjAM5ee22NYBPo2wF9W6r7C5J+BovXiPlh26c7+jIhR1wHlh2Q==",
|
|
623
623
|
"dependencies": {
|
|
624
624
|
"@npmcli/config": "^9.0.0",
|
|
625
|
-
"@ui5/fs": "^4.0.
|
|
626
|
-
"@ui5/logger": "^4.0.
|
|
625
|
+
"@ui5/fs": "^4.0.2",
|
|
626
|
+
"@ui5/logger": "^4.0.2",
|
|
627
627
|
"ajv": "^6.12.6",
|
|
628
628
|
"ajv-errors": "^1.0.1",
|
|
629
|
-
"chalk": "^5.
|
|
629
|
+
"chalk": "^5.6.2",
|
|
630
630
|
"escape-string-regexp": "^5.0.0",
|
|
631
|
-
"globby": "^14.0
|
|
631
|
+
"globby": "^14.1.0",
|
|
632
632
|
"graceful-fs": "^4.2.11",
|
|
633
633
|
"js-yaml": "^4.1.0",
|
|
634
634
|
"lockfile": "^1.0.4",
|
|
@@ -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.
|
|
642
|
-
"semver": "^7.
|
|
641
|
+
"resolve": "^1.22.10",
|
|
642
|
+
"semver": "^7.7.2",
|
|
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.
|
|
651
|
+
"@ui5/builder": "^4.0.11"
|
|
652
652
|
},
|
|
653
653
|
"peerDependenciesMeta": {
|
|
654
654
|
"@ui5/builder": {
|
|
@@ -657,15 +657,15 @@
|
|
|
657
657
|
}
|
|
658
658
|
},
|
|
659
659
|
"node_modules/@ui5/server": {
|
|
660
|
-
"version": "4.0.
|
|
661
|
-
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-4.0.
|
|
662
|
-
"integrity": "sha512
|
|
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==",
|
|
663
663
|
"dependencies": {
|
|
664
|
-
"@ui5/builder": "^4.0.
|
|
665
|
-
"@ui5/fs": "^4.0.
|
|
666
|
-
"@ui5/logger": "^4.0.
|
|
664
|
+
"@ui5/builder": "^4.0.11",
|
|
665
|
+
"@ui5/fs": "^4.0.2",
|
|
666
|
+
"@ui5/logger": "^4.0.2",
|
|
667
667
|
"body-parser": "^1.20.2",
|
|
668
|
-
"compression": "^1.8.
|
|
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",
|
|
@@ -773,9 +773,9 @@
|
|
|
773
773
|
}
|
|
774
774
|
},
|
|
775
775
|
"node_modules/ansi-regex": {
|
|
776
|
-
"version": "6.
|
|
777
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
778
|
-
"integrity": "sha512-
|
|
776
|
+
"version": "6.2.2",
|
|
777
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
778
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
779
779
|
"engines": {
|
|
780
780
|
"node": ">=12"
|
|
781
781
|
},
|
|
@@ -784,9 +784,9 @@
|
|
|
784
784
|
}
|
|
785
785
|
},
|
|
786
786
|
"node_modules/ansi-styles": {
|
|
787
|
-
"version": "6.2.
|
|
788
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
789
|
-
"integrity": "sha512-
|
|
787
|
+
"version": "6.2.3",
|
|
788
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
789
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
790
790
|
"engines": {
|
|
791
791
|
"node": ">=12"
|
|
792
792
|
},
|
|
@@ -905,9 +905,9 @@
|
|
|
905
905
|
}
|
|
906
906
|
},
|
|
907
907
|
"node_modules/boxen/node_modules/emoji-regex": {
|
|
908
|
-
"version": "10.
|
|
909
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
910
|
-
"integrity": "sha512-
|
|
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=="
|
|
911
911
|
},
|
|
912
912
|
"node_modules/boxen/node_modules/string-width": {
|
|
913
913
|
"version": "7.2.0",
|
|
@@ -937,9 +937,9 @@
|
|
|
937
937
|
}
|
|
938
938
|
},
|
|
939
939
|
"node_modules/boxen/node_modules/wrap-ansi": {
|
|
940
|
-
"version": "9.0.
|
|
941
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.
|
|
942
|
-
"integrity": "sha512-
|
|
940
|
+
"version": "9.0.2",
|
|
941
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
942
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
943
943
|
"dependencies": {
|
|
944
944
|
"ansi-styles": "^6.2.1",
|
|
945
945
|
"string-width": "^7.0.0",
|
|
@@ -1029,9 +1029,9 @@
|
|
|
1029
1029
|
}
|
|
1030
1030
|
},
|
|
1031
1031
|
"node_modules/chalk": {
|
|
1032
|
-
"version": "5.
|
|
1033
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.
|
|
1034
|
-
"integrity": "sha512-
|
|
1032
|
+
"version": "5.6.2",
|
|
1033
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
1034
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
1035
1035
|
"engines": {
|
|
1036
1036
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
1037
1037
|
},
|
|
@@ -1040,20 +1040,20 @@
|
|
|
1040
1040
|
}
|
|
1041
1041
|
},
|
|
1042
1042
|
"node_modules/cheerio": {
|
|
1043
|
-
"version": "1.
|
|
1044
|
-
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.
|
|
1045
|
-
"integrity": "sha512
|
|
1043
|
+
"version": "1.0.0",
|
|
1044
|
+
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0.tgz",
|
|
1045
|
+
"integrity": "sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==",
|
|
1046
1046
|
"dependencies": {
|
|
1047
1047
|
"cheerio-select": "^2.1.0",
|
|
1048
1048
|
"dom-serializer": "^2.0.0",
|
|
1049
1049
|
"domhandler": "^5.0.3",
|
|
1050
|
-
"domutils": "^3.
|
|
1050
|
+
"domutils": "^3.1.0",
|
|
1051
1051
|
"encoding-sniffer": "^0.2.0",
|
|
1052
|
-
"htmlparser2": "^
|
|
1053
|
-
"parse5": "^7.
|
|
1054
|
-
"parse5-htmlparser2-tree-adapter": "^7.
|
|
1052
|
+
"htmlparser2": "^9.1.0",
|
|
1053
|
+
"parse5": "^7.1.2",
|
|
1054
|
+
"parse5-htmlparser2-tree-adapter": "^7.0.0",
|
|
1055
1055
|
"parse5-parser-stream": "^7.1.2",
|
|
1056
|
-
"undici": "^
|
|
1056
|
+
"undici": "^6.19.5",
|
|
1057
1057
|
"whatwg-mimetype": "^4.0.0"
|
|
1058
1058
|
},
|
|
1059
1059
|
"engines": {
|
|
@@ -1938,9 +1938,12 @@
|
|
|
1938
1938
|
}
|
|
1939
1939
|
},
|
|
1940
1940
|
"node_modules/fdir": {
|
|
1941
|
-
"version": "6.
|
|
1942
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.
|
|
1943
|
-
"integrity": "sha512-
|
|
1941
|
+
"version": "6.5.0",
|
|
1942
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
1943
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
1944
|
+
"engines": {
|
|
1945
|
+
"node": ">=12.0.0"
|
|
1946
|
+
},
|
|
1944
1947
|
"peerDependencies": {
|
|
1945
1948
|
"picomatch": "^3 || ^4"
|
|
1946
1949
|
},
|
|
@@ -2087,9 +2090,9 @@
|
|
|
2087
2090
|
}
|
|
2088
2091
|
},
|
|
2089
2092
|
"node_modules/get-east-asian-width": {
|
|
2090
|
-
"version": "1.
|
|
2091
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
2092
|
-
"integrity": "sha512-
|
|
2093
|
+
"version": "1.4.0",
|
|
2094
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
|
2095
|
+
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
|
2093
2096
|
"engines": {
|
|
2094
2097
|
"node": ">=18"
|
|
2095
2098
|
},
|
|
@@ -2364,9 +2367,9 @@
|
|
|
2364
2367
|
}
|
|
2365
2368
|
},
|
|
2366
2369
|
"node_modules/htmlparser2": {
|
|
2367
|
-
"version": "
|
|
2368
|
-
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-
|
|
2369
|
-
"integrity": "sha512-
|
|
2370
|
+
"version": "9.1.0",
|
|
2371
|
+
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz",
|
|
2372
|
+
"integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==",
|
|
2370
2373
|
"funding": [
|
|
2371
2374
|
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
2372
2375
|
{
|
|
@@ -2377,19 +2380,8 @@
|
|
|
2377
2380
|
"dependencies": {
|
|
2378
2381
|
"domelementtype": "^2.3.0",
|
|
2379
2382
|
"domhandler": "^5.0.3",
|
|
2380
|
-
"domutils": "^3.
|
|
2381
|
-
"entities": "^
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
"node_modules/htmlparser2/node_modules/entities": {
|
|
2385
|
-
"version": "6.0.1",
|
|
2386
|
-
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
2387
|
-
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
2388
|
-
"engines": {
|
|
2389
|
-
"node": ">=0.12"
|
|
2390
|
-
},
|
|
2391
|
-
"funding": {
|
|
2392
|
-
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
2383
|
+
"domutils": "^3.1.0",
|
|
2384
|
+
"entities": "^4.5.0"
|
|
2393
2385
|
}
|
|
2394
2386
|
},
|
|
2395
2387
|
"node_modules/http-cache-semantics": {
|
|
@@ -2656,9 +2648,9 @@
|
|
|
2656
2648
|
}
|
|
2657
2649
|
},
|
|
2658
2650
|
"node_modules/is-npm": {
|
|
2659
|
-
"version": "6.
|
|
2660
|
-
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.
|
|
2661
|
-
"integrity": "sha512-
|
|
2651
|
+
"version": "6.1.0",
|
|
2652
|
+
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.1.0.tgz",
|
|
2653
|
+
"integrity": "sha512-O2z4/kNgyjhQwVR1Wpkbfc19JIhggF97NZNCpWTnjH7kVcZMUrnut9XSN7txI7VdyIYk5ZatOq3zvSuWpU8hoA==",
|
|
2662
2654
|
"engines": {
|
|
2663
2655
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2664
2656
|
},
|
|
@@ -2840,9 +2832,9 @@
|
|
|
2840
2832
|
}
|
|
2841
2833
|
},
|
|
2842
2834
|
"node_modules/ky": {
|
|
2843
|
-
"version": "1.
|
|
2844
|
-
"resolved": "https://registry.npmjs.org/ky/-/ky-1.
|
|
2845
|
-
"integrity": "sha512-
|
|
2835
|
+
"version": "1.10.0",
|
|
2836
|
+
"resolved": "https://registry.npmjs.org/ky/-/ky-1.10.0.tgz",
|
|
2837
|
+
"integrity": "sha512-YRPCzHEWZffbfvmRrfwa+5nwBHwZuYiTrfDX0wuhGBPV0pA/zCqcOq93MDssON/baIkpYbvehIX5aLpMxrRhaA==",
|
|
2846
2838
|
"engines": {
|
|
2847
2839
|
"node": ">=18"
|
|
2848
2840
|
},
|
|
@@ -3421,9 +3413,9 @@
|
|
|
3421
3413
|
}
|
|
3422
3414
|
},
|
|
3423
3415
|
"node_modules/npm-pick-manifest/node_modules/npm-install-checks": {
|
|
3424
|
-
"version": "7.1.
|
|
3425
|
-
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-7.1.
|
|
3426
|
-
"integrity": "sha512-
|
|
3416
|
+
"version": "7.1.2",
|
|
3417
|
+
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-7.1.2.tgz",
|
|
3418
|
+
"integrity": "sha512-z9HJBCYw9Zr8BqXcllKIs5nI+QggAImbBdHphOzVYrz2CB4iQ6FzWyKmlqDZua+51nAu7FcemlbTc9VgQN5XDQ==",
|
|
3427
3419
|
"dependencies": {
|
|
3428
3420
|
"semver": "^7.1.1"
|
|
3429
3421
|
},
|
|
@@ -3752,9 +3744,9 @@
|
|
|
3752
3744
|
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
3753
3745
|
},
|
|
3754
3746
|
"node_modules/pacote/node_modules/node-gyp": {
|
|
3755
|
-
"version": "11.
|
|
3756
|
-
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.
|
|
3757
|
-
"integrity": "sha512-
|
|
3747
|
+
"version": "11.4.2",
|
|
3748
|
+
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.4.2.tgz",
|
|
3749
|
+
"integrity": "sha512-3gD+6zsrLQH7DyYOUIutaauuXrcyxeTPyQuZQCQoNPZMHMMS5m4y0xclNpvYzoK3VNzuyxT6eF4mkIL4WSZ1eQ==",
|
|
3758
3750
|
"dependencies": {
|
|
3759
3751
|
"env-paths": "^2.2.0",
|
|
3760
3752
|
"exponential-backoff": "^3.1.1",
|
|
@@ -4535,17 +4527,18 @@
|
|
|
4535
4527
|
}
|
|
4536
4528
|
},
|
|
4537
4529
|
"node_modules/router/node_modules/path-to-regexp": {
|
|
4538
|
-
"version": "8.
|
|
4539
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
4540
|
-
"integrity": "sha512-
|
|
4541
|
-
"
|
|
4542
|
-
"
|
|
4530
|
+
"version": "8.3.0",
|
|
4531
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
|
|
4532
|
+
"integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
|
|
4533
|
+
"funding": {
|
|
4534
|
+
"type": "opencollective",
|
|
4535
|
+
"url": "https://opencollective.com/express"
|
|
4543
4536
|
}
|
|
4544
4537
|
},
|
|
4545
4538
|
"node_modules/run-applescript": {
|
|
4546
|
-
"version": "7.
|
|
4547
|
-
"resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.
|
|
4548
|
-
"integrity": "sha512-
|
|
4539
|
+
"version": "7.1.0",
|
|
4540
|
+
"resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
|
|
4541
|
+
"integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
|
|
4549
4542
|
"engines": {
|
|
4550
4543
|
"node": ">=18"
|
|
4551
4544
|
},
|
|
@@ -5027,9 +5020,9 @@
|
|
|
5027
5020
|
}
|
|
5028
5021
|
},
|
|
5029
5022
|
"node_modules/strip-ansi": {
|
|
5030
|
-
"version": "7.1.
|
|
5031
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
5032
|
-
"integrity": "sha512-
|
|
5023
|
+
"version": "7.1.2",
|
|
5024
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
5025
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
5033
5026
|
"dependencies": {
|
|
5034
5027
|
"ansi-regex": "^6.0.1"
|
|
5035
5028
|
},
|
|
@@ -5126,12 +5119,12 @@
|
|
|
5126
5119
|
}
|
|
5127
5120
|
},
|
|
5128
5121
|
"node_modules/terser": {
|
|
5129
|
-
"version": "5.
|
|
5130
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
5131
|
-
"integrity": "sha512
|
|
5122
|
+
"version": "5.44.0",
|
|
5123
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
|
|
5124
|
+
"integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
|
|
5132
5125
|
"dependencies": {
|
|
5133
5126
|
"@jridgewell/source-map": "^0.3.3",
|
|
5134
|
-
"acorn": "^8.
|
|
5127
|
+
"acorn": "^8.15.0",
|
|
5135
5128
|
"commander": "^2.20.0",
|
|
5136
5129
|
"source-map-support": "~0.5.20"
|
|
5137
5130
|
},
|
|
@@ -5143,12 +5136,12 @@
|
|
|
5143
5136
|
}
|
|
5144
5137
|
},
|
|
5145
5138
|
"node_modules/tinyglobby": {
|
|
5146
|
-
"version": "0.2.
|
|
5147
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
5148
|
-
"integrity": "sha512-
|
|
5139
|
+
"version": "0.2.15",
|
|
5140
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
5141
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
5149
5142
|
"dependencies": {
|
|
5150
|
-
"fdir": "^6.
|
|
5151
|
-
"picomatch": "^4.0.
|
|
5143
|
+
"fdir": "^6.5.0",
|
|
5144
|
+
"picomatch": "^4.0.3"
|
|
5152
5145
|
},
|
|
5153
5146
|
"engines": {
|
|
5154
5147
|
"node": ">=12.0.0"
|
|
@@ -5212,11 +5205,11 @@
|
|
|
5212
5205
|
"integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g=="
|
|
5213
5206
|
},
|
|
5214
5207
|
"node_modules/undici": {
|
|
5215
|
-
"version": "
|
|
5216
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-
|
|
5217
|
-
"integrity": "sha512-
|
|
5208
|
+
"version": "6.21.3",
|
|
5209
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.21.3.tgz",
|
|
5210
|
+
"integrity": "sha512-gBLkYIlEnSp8pFbT64yFgGE6UIB9tAkhukC23PmMDCe5Nd+cRqKxSjw5y54MK2AZMgZfJWMaNE4nYUHgi1XEOw==",
|
|
5218
5211
|
"engines": {
|
|
5219
|
-
"node": ">=
|
|
5212
|
+
"node": ">=18.17"
|
|
5220
5213
|
}
|
|
5221
5214
|
},
|
|
5222
5215
|
"node_modules/unicorn-magic": {
|
|
@@ -5385,9 +5378,9 @@
|
|
|
5385
5378
|
}
|
|
5386
5379
|
},
|
|
5387
5380
|
"node_modules/widest-line/node_modules/emoji-regex": {
|
|
5388
|
-
"version": "10.
|
|
5389
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
5390
|
-
"integrity": "sha512-
|
|
5381
|
+
"version": "10.5.0",
|
|
5382
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz",
|
|
5383
|
+
"integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg=="
|
|
5391
5384
|
},
|
|
5392
5385
|
"node_modules/widest-line/node_modules/string-width": {
|
|
5393
5386
|
"version": "7.2.0",
|
|
@@ -5406,9 +5399,9 @@
|
|
|
5406
5399
|
}
|
|
5407
5400
|
},
|
|
5408
5401
|
"node_modules/workerpool": {
|
|
5409
|
-
"version": "9.3.
|
|
5410
|
-
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.3.
|
|
5411
|
-
"integrity": "sha512-
|
|
5402
|
+
"version": "9.3.4",
|
|
5403
|
+
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.3.4.tgz",
|
|
5404
|
+
"integrity": "sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg=="
|
|
5412
5405
|
},
|
|
5413
5406
|
"node_modules/wrap-ansi": {
|
|
5414
5407
|
"version": "8.1.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "UI5
|
|
3
|
+
"version": "4.0.25",
|
|
4
|
+
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
7
7
|
"email": "openui5@sap.com",
|
|
@@ -116,12 +116,12 @@
|
|
|
116
116
|
"url": "git@github.com:SAP/ui5-cli.git"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@ui5/builder": "^4.0.
|
|
120
|
-
"@ui5/fs": "^4.0.
|
|
121
|
-
"@ui5/logger": "^4.0.
|
|
122
|
-
"@ui5/project": "^4.0.
|
|
123
|
-
"@ui5/server": "^4.0.
|
|
124
|
-
"chalk": "^5.
|
|
119
|
+
"@ui5/builder": "^4.0.11",
|
|
120
|
+
"@ui5/fs": "^4.0.2",
|
|
121
|
+
"@ui5/logger": "^4.0.2",
|
|
122
|
+
"@ui5/project": "^4.0.5",
|
|
123
|
+
"@ui5/server": "^4.0.7",
|
|
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",
|
|
@@ -139,20 +139,20 @@
|
|
|
139
139
|
"cross-env": "^7.0.3",
|
|
140
140
|
"depcheck": "^1.4.7",
|
|
141
141
|
"docdash": "^2.0.2",
|
|
142
|
-
"eslint": "^9.
|
|
142
|
+
"eslint": "^9.35.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
|
-
"esmock": "^2.7.
|
|
146
|
+
"esmock": "^2.7.2",
|
|
147
147
|
"execa": "^9.6.0",
|
|
148
|
-
"globals": "^16.
|
|
148
|
+
"globals": "^16.4.0",
|
|
149
149
|
"jsdoc": "^4.0.4",
|
|
150
150
|
"licensee": "^11.1.1",
|
|
151
151
|
"nyc": "^17.1.0",
|
|
152
152
|
"open-cli": "^8.0.0",
|
|
153
153
|
"rimraf": "^6.0.1",
|
|
154
154
|
"sinon": "^21.0.0",
|
|
155
|
-
"strip-ansi": "^7.1.
|
|
155
|
+
"strip-ansi": "^7.1.2",
|
|
156
156
|
"tap-xunit": "^2.4.1",
|
|
157
157
|
"testdouble": "^3.20.2"
|
|
158
158
|
}
|