@ui5/cli 2.14.5 → 2.14.6

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,10 +2,16 @@
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/v2.14.5...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v2.14.6...HEAD).
6
+
7
+ <a name="v2.14.6"></a>
8
+ ## [v2.14.6] - 2022-02-21
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.3 to 2.11.4 [`f8ce36c`](https://github.com/SAP/ui5-cli/commit/f8ce36ca504c1021c3e3825a6762dda29f7ea74d)
11
+
6
12
 
7
13
  <a name="v2.14.5"></a>
8
- ## [v2.14.5] - 2022-02-13
14
+ ## [v2.14.5] - 2022-02-17
9
15
 
10
16
  <a name="v2.14.4"></a>
11
17
  ## [v2.14.4] - 2022-01-24
@@ -717,6 +723,7 @@ Only Node.js v10 or higher is supported.
717
723
  <a name="v0.0.1"></a>
718
724
  ## v0.0.1 - 2018-06-06
719
725
 
726
+ [v2.14.6]: https://github.com/SAP/ui5-cli/compare/v2.14.5...v2.14.6
720
727
  [v2.14.5]: https://github.com/SAP/ui5-cli/compare/v2.14.4...v2.14.5
721
728
  [v2.14.4]: https://github.com/SAP/ui5-cli/compare/v2.14.3...v2.14.4
722
729
  [v2.14.3]: https://github.com/SAP/ui5-cli/compare/v2.14.2...v2.14.3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "2.14.5",
3
+ "version": "2.14.6",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -79,9 +79,9 @@
79
79
  }
80
80
  },
81
81
  "@babel/parser": {
82
- "version": "7.17.0",
83
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.0.tgz",
84
- "integrity": "sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw=="
82
+ "version": "7.17.3",
83
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz",
84
+ "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA=="
85
85
  },
86
86
  "@nodelib/fs.scandir": {
87
87
  "version": "2.1.5",
@@ -144,9 +144,9 @@
144
144
  "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
145
145
  },
146
146
  "@ui5/builder": {
147
- "version": "2.11.3",
148
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-2.11.3.tgz",
149
- "integrity": "sha512-sS4mupTxmxTPXMPIReKFpiviW6aaykPVDc6d2cQuCeEb8rg+NMNAM1RWydKua6iLZg4Ur6MX+Qc/eIiYGLBE/Q==",
147
+ "version": "2.11.4",
148
+ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-2.11.4.tgz",
149
+ "integrity": "sha512-6DzeNbbSAbVBHZBPr+RvwaI0R2Ehq2+Kw4a69MJqG1kqriiqJiAzEFtTkw3gXOfLA/edw3Vq2pxKghRyzluv8Q==",
150
150
  "requires": {
151
151
  "@ui5/fs": "^2.0.6",
152
152
  "@ui5/logger": "^2.0.1",
@@ -154,9 +154,9 @@
154
154
  "escape-unicode": "^0.2.0",
155
155
  "escope": "^3.6.0",
156
156
  "espree": "^6.2.1",
157
- "globby": "^11.0.4",
158
- "graceful-fs": "^4.2.8",
159
- "jsdoc": "^3.6.7",
157
+ "globby": "^11.1.0",
158
+ "graceful-fs": "^4.2.9",
159
+ "jsdoc": "^3.6.10",
160
160
  "less-openui5": "^0.11.2",
161
161
  "make-dir": "^3.1.0",
162
162
  "pretty-data": "^0.40.0",
@@ -416,19 +416,19 @@
416
416
  "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
417
417
  },
418
418
  "body-parser": {
419
- "version": "1.19.1",
420
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.1.tgz",
421
- "integrity": "sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==",
419
+ "version": "1.19.2",
420
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz",
421
+ "integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==",
422
422
  "requires": {
423
- "bytes": "3.1.1",
423
+ "bytes": "3.1.2",
424
424
  "content-type": "~1.0.4",
425
425
  "debug": "2.6.9",
426
426
  "depd": "~1.1.2",
427
427
  "http-errors": "1.8.1",
428
428
  "iconv-lite": "0.4.24",
429
429
  "on-finished": "~2.3.0",
430
- "qs": "6.9.6",
431
- "raw-body": "2.4.2",
430
+ "qs": "6.9.7",
431
+ "raw-body": "2.4.3",
432
432
  "type-is": "~1.6.18"
433
433
  }
434
434
  },
@@ -520,9 +520,9 @@
520
520
  "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og="
521
521
  },
522
522
  "bytes": {
523
- "version": "3.1.1",
524
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
525
- "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg=="
523
+ "version": "3.1.2",
524
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
525
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
526
526
  },
527
527
  "cacache": {
528
528
  "version": "12.0.4",
@@ -1346,16 +1346,16 @@
1346
1346
  "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
1347
1347
  },
1348
1348
  "express": {
1349
- "version": "4.17.2",
1350
- "resolved": "https://registry.npmjs.org/express/-/express-4.17.2.tgz",
1351
- "integrity": "sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg==",
1349
+ "version": "4.17.3",
1350
+ "resolved": "https://registry.npmjs.org/express/-/express-4.17.3.tgz",
1351
+ "integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==",
1352
1352
  "requires": {
1353
- "accepts": "~1.3.7",
1353
+ "accepts": "~1.3.8",
1354
1354
  "array-flatten": "1.1.1",
1355
- "body-parser": "1.19.1",
1355
+ "body-parser": "1.19.2",
1356
1356
  "content-disposition": "0.5.4",
1357
1357
  "content-type": "~1.0.4",
1358
- "cookie": "0.4.1",
1358
+ "cookie": "0.4.2",
1359
1359
  "cookie-signature": "1.0.6",
1360
1360
  "debug": "2.6.9",
1361
1361
  "depd": "~1.1.2",
@@ -1370,7 +1370,7 @@
1370
1370
  "parseurl": "~1.3.3",
1371
1371
  "path-to-regexp": "0.1.7",
1372
1372
  "proxy-addr": "~2.0.7",
1373
- "qs": "6.9.6",
1373
+ "qs": "6.9.7",
1374
1374
  "range-parser": "~1.2.1",
1375
1375
  "safe-buffer": "5.2.1",
1376
1376
  "send": "0.17.2",
@@ -1382,11 +1382,6 @@
1382
1382
  "vary": "~1.1.2"
1383
1383
  },
1384
1384
  "dependencies": {
1385
- "cookie": {
1386
- "version": "0.4.1",
1387
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
1388
- "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA=="
1389
- },
1390
1385
  "safe-buffer": {
1391
1386
  "version": "5.2.1",
1392
1387
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -1489,9 +1484,9 @@
1489
1484
  }
1490
1485
  },
1491
1486
  "follow-redirects": {
1492
- "version": "1.14.8",
1493
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
1494
- "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA=="
1487
+ "version": "1.14.9",
1488
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
1489
+ "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w=="
1495
1490
  },
1496
1491
  "forwarded": {
1497
1492
  "version": "0.2.0",
@@ -2286,9 +2281,9 @@
2286
2281
  "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
2287
2282
  },
2288
2283
  "minimatch": {
2289
- "version": "3.1.0",
2290
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.0.tgz",
2291
- "integrity": "sha512-vgmUyWyt2qidcJXdF6e+kf4DgJha4vzf3ctWJ0uGjfvqEgoX2V4GXQt0eZwM2FJWKANfS8VmzpvPKbWYibkHZA==",
2284
+ "version": "3.1.2",
2285
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2286
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2292
2287
  "requires": {
2293
2288
  "brace-expansion": "^1.1.7"
2294
2289
  }
@@ -2938,9 +2933,9 @@
2938
2933
  }
2939
2934
  },
2940
2935
  "qs": {
2941
- "version": "6.9.6",
2942
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz",
2943
- "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ=="
2936
+ "version": "6.9.7",
2937
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz",
2938
+ "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw=="
2944
2939
  },
2945
2940
  "queue-microtask": {
2946
2941
  "version": "1.2.3",
@@ -2958,11 +2953,11 @@
2958
2953
  "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
2959
2954
  },
2960
2955
  "raw-body": {
2961
- "version": "2.4.2",
2962
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz",
2963
- "integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==",
2956
+ "version": "2.4.3",
2957
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz",
2958
+ "integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==",
2964
2959
  "requires": {
2965
- "bytes": "3.1.1",
2960
+ "bytes": "3.1.2",
2966
2961
  "http-errors": "1.8.1",
2967
2962
  "iconv-lite": "0.4.24",
2968
2963
  "unpipe": "1.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "2.14.5",
3
+ "version": "2.14.6",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -107,7 +107,7 @@
107
107
  "url": "git@github.com:SAP/ui5-cli.git"
108
108
  },
109
109
  "dependencies": {
110
- "@ui5/builder": "^2.11.3",
110
+ "@ui5/builder": "^2.11.4",
111
111
  "@ui5/fs": "^2.0.6",
112
112
  "@ui5/logger": "^2.0.1",
113
113
  "@ui5/project": "^2.6.0",
@@ -130,7 +130,7 @@
130
130
  "docdash": "^1.2.0",
131
131
  "eslint": "^7.32.0",
132
132
  "eslint-config-google": "^0.14.0",
133
- "eslint-plugin-jsdoc": "^37.9.1",
133
+ "eslint-plugin-jsdoc": "^37.9.4",
134
134
  "execa": "^5.1.1",
135
135
  "jsdoc": "^3.6.10",
136
136
  "mock-require": "^3.0.3",