@ui5/cli 3.11.12 → 3.11.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,10 @@
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.12...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.11.13...HEAD).
6
+
7
+ <a name="v3.11.13"></a>
8
+ ## [v3.11.13] - 2025-11-20
6
9
 
7
10
  <a name="v3.11.12"></a>
8
11
  ## [v3.11.12] - 2025-11-17
@@ -1268,6 +1271,7 @@ Only Node.js v10 or higher is supported.
1268
1271
 
1269
1272
  <a name="v0.0.1"></a>
1270
1273
  ## v0.0.1 - 2018-06-06
1274
+ [v3.11.13]: https://github.com/SAP/ui5-cli/compare/v3.11.12...v3.11.13
1271
1275
  [v3.11.12]: https://github.com/SAP/ui5-cli/compare/v3.11.11...v3.11.12
1272
1276
  [v3.11.11]: https://github.com/SAP/ui5-cli/compare/v3.11.10...v3.11.11
1273
1277
  [v3.11.10]: https://github.com/SAP/ui5-cli/compare/v3.11.9...v3.11.10
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.12",
3
+ "version": "3.11.13",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.11.12",
9
+ "version": "3.11.13",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^3.7.1",
@@ -2298,9 +2298,9 @@
2298
2298
  }
2299
2299
  },
2300
2300
  "node_modules/glob": {
2301
- "version": "10.4.5",
2302
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
2303
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
2301
+ "version": "10.5.0",
2302
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
2303
+ "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
2304
2304
  "dependencies": {
2305
2305
  "foreground-child": "^3.1.0",
2306
2306
  "jackspeak": "^3.1.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.12",
3
+ "version": "3.11.13",
4
4
  "description": "UI5 CLI - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",