@ui5/cli 4.0.41 → 4.0.42
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 +8 -1
- package/npm-shrinkwrap.json +5 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
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.42...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.42"></a>
|
|
8
|
+
## [v4.0.42] - 2026-01-29
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump tar from 7.5.6 to 7.5.7 ([#824](https://github.com/SAP/ui5-cli/issues/824)) [`9155859`](https://github.com/SAP/ui5-cli/commit/91558598425423bf47252263d9b921762dbdaa5e)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v4.0.41"></a>
|
|
8
14
|
## [v4.0.41] - 2026-01-23
|
|
@@ -1466,6 +1472,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1466
1472
|
|
|
1467
1473
|
<a name="v0.0.1"></a>
|
|
1468
1474
|
## v0.0.1 - 2018-06-06
|
|
1475
|
+
[v4.0.42]: https://github.com/SAP/ui5-cli/compare/v4.0.41...v4.0.42
|
|
1469
1476
|
[v4.0.41]: https://github.com/SAP/ui5-cli/compare/v4.0.40...v4.0.41
|
|
1470
1477
|
[v4.0.40]: https://github.com/SAP/ui5-cli/compare/v4.0.39...v4.0.40
|
|
1471
1478
|
[v4.0.39]: https://github.com/SAP/ui5-cli/compare/v4.0.38...v4.0.39
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.42",
|
|
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.42",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.1.3",
|
|
@@ -5414,9 +5414,9 @@
|
|
|
5414
5414
|
}
|
|
5415
5415
|
},
|
|
5416
5416
|
"node_modules/tar": {
|
|
5417
|
-
"version": "7.5.
|
|
5418
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
5419
|
-
"integrity": "sha512-
|
|
5417
|
+
"version": "7.5.7",
|
|
5418
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz",
|
|
5419
|
+
"integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
|
|
5420
5420
|
"license": "BlueOak-1.0.0",
|
|
5421
5421
|
"dependencies": {
|
|
5422
5422
|
"@isaacs/fs-minipass": "^4.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.42",
|
|
4
4
|
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -158,13 +158,13 @@
|
|
|
158
158
|
},
|
|
159
159
|
"overrides": {
|
|
160
160
|
"pacote@<=20": {
|
|
161
|
-
"tar": "^7.5.
|
|
161
|
+
"tar": "^7.5.7"
|
|
162
162
|
},
|
|
163
163
|
"cacache@18": {
|
|
164
|
-
"tar": "^7.5.
|
|
164
|
+
"tar": "^7.5.7"
|
|
165
165
|
},
|
|
166
166
|
"node-gyp@10": {
|
|
167
|
-
"tar": "^7.5.
|
|
167
|
+
"tar": "^7.5.7"
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
}
|