@ui5/cli 3.0.4 → 3.0.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,7 +2,19 @@
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.0.4...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.0.6...HEAD).
6
+
7
+ <a name="v3.0.6"></a>
8
+ ## [v3.0.6] - 2023-03-31
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.4 to 3.1.0 [`676cabf`](https://github.com/SAP/ui5-cli/commit/676cabfec7416bcb023efbedef9821ee860094c6)
11
+
12
+
13
+ <a name="v3.0.5"></a>
14
+ ## [v3.0.5] - 2023-03-16
15
+ ### Dependency Updates
16
+ - Bump [@ui5](https://github.com/ui5)/server from 3.1.0 to 3.1.1 [`c7f9be5`](https://github.com/SAP/ui5-cli/commit/c7f9be51aa42b351c81d3baca1d853d89b906b8c)
17
+
6
18
 
7
19
  <a name="v3.0.4"></a>
8
20
  ## [v3.0.4] - 2023-03-10
@@ -982,6 +994,8 @@ Only Node.js v10 or higher is supported.
982
994
 
983
995
  <a name="v0.0.1"></a>
984
996
  ## v0.0.1 - 2018-06-06
997
+ [v3.0.6]: https://github.com/SAP/ui5-cli/compare/v3.0.5...v3.0.6
998
+ [v3.0.5]: https://github.com/SAP/ui5-cli/compare/v3.0.4...v3.0.5
985
999
  [v3.0.4]: https://github.com/SAP/ui5-cli/compare/v3.0.3...v3.0.4
986
1000
  [v3.0.3]: https://github.com/SAP/ui5-cli/compare/v3.0.2...v3.0.3
987
1001
  [v3.0.2]: https://github.com/SAP/ui5-cli/compare/v3.0.1...v3.0.2
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.0.4",
9
+ "version": "3.0.6",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^3.0.1",
13
13
  "@ui5/fs": "^3.0.2",
14
14
  "@ui5/logger": "^3.0.0",
15
- "@ui5/project": "^3.0.4",
16
- "@ui5/server": "^3.1.0",
15
+ "@ui5/project": "^3.1.0",
16
+ "@ui5/server": "^3.1.1",
17
17
  "chalk": "^5.2.0",
18
18
  "data-with-position": "^0.5.0",
19
19
  "import-local": "^3.1.0",
@@ -122,9 +122,9 @@
122
122
  }
123
123
  },
124
124
  "node_modules/@babel/parser": {
125
- "version": "7.21.2",
126
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.2.tgz",
127
- "integrity": "sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==",
125
+ "version": "7.21.3",
126
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.3.tgz",
127
+ "integrity": "sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==",
128
128
  "bin": {
129
129
  "parser": "bin/babel-parser.js"
130
130
  },
@@ -190,9 +190,9 @@
190
190
  }
191
191
  },
192
192
  "node_modules/@jsdoc/salty": {
193
- "version": "0.2.4",
194
- "resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.4.tgz",
195
- "integrity": "sha512-HRBmslXHM6kpZOfGf0o41NUlGYGER0NoUBcT2Sik4rxzAN7f7+si7ad57SFSFpftvaMVnUaY7YlJuv3v5G80ZA==",
193
+ "version": "0.2.5",
194
+ "resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.5.tgz",
195
+ "integrity": "sha512-TfRP53RqunNe2HBobVBJ0VLhK1HbfvBYeTC1ahnN64PWvyYyGebmMiPkuwvD9fpw2ZbkoPb8Q7mwy0aR8Z9rvw==",
196
196
  "dependencies": {
197
197
  "lodash": "^4.17.21"
198
198
  },
@@ -244,13 +244,12 @@
244
244
  }
245
245
  },
246
246
  "node_modules/@npmcli/git": {
247
- "version": "4.0.3",
248
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-4.0.3.tgz",
249
- "integrity": "sha512-8cXNkDIbnXPVbhXMmQ7/bklCAjtmPaXfI9aEM4iH+xSuEHINLMHhlfESvVwdqmHJRJkR48vNJTSUvoF6GRPSFA==",
247
+ "version": "4.0.4",
248
+ "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-4.0.4.tgz",
249
+ "integrity": "sha512-5yZghx+u5M47LghaybLCkdSyFzV/w4OuH12d96HO389Ik9CDsLaDZJVynSGGVJOLn6gy/k7Dz5XYcplM3uxXRg==",
250
250
  "dependencies": {
251
251
  "@npmcli/promise-spawn": "^6.0.0",
252
252
  "lru-cache": "^7.4.4",
253
- "mkdirp": "^1.0.4",
254
253
  "npm-pick-manifest": "^8.0.0",
255
254
  "proc-log": "^3.0.0",
256
255
  "promise-inflight": "^1.0.1",
@@ -263,24 +262,13 @@
263
262
  }
264
263
  },
265
264
  "node_modules/@npmcli/git/node_modules/lru-cache": {
266
- "version": "7.18.1",
267
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
268
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
265
+ "version": "7.18.3",
266
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
267
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
269
268
  "engines": {
270
269
  "node": ">=12"
271
270
  }
272
271
  },
273
- "node_modules/@npmcli/git/node_modules/mkdirp": {
274
- "version": "1.0.4",
275
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
276
- "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
277
- "bin": {
278
- "mkdirp": "bin/cmd.js"
279
- },
280
- "engines": {
281
- "node": ">=10"
282
- }
283
- },
284
272
  "node_modules/@npmcli/git/node_modules/which": {
285
273
  "version": "3.0.0",
286
274
  "resolved": "https://registry.npmjs.org/which/-/which-3.0.0.tgz",
@@ -410,6 +398,14 @@
410
398
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
411
399
  }
412
400
  },
401
+ "node_modules/@pnpm/config.env-replace": {
402
+ "version": "1.0.0",
403
+ "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.0.0.tgz",
404
+ "integrity": "sha512-ZVPVDi1E8oeXlYqkGRtX0CkzLTwE2zt62bjWaWKaAvI8NZqHzlMvGeSNDpW+JB3+aKanYb4UETJOF1/CxGPemA==",
405
+ "engines": {
406
+ "node": ">=12.22.0"
407
+ }
408
+ },
413
409
  "node_modules/@pnpm/network.ca-file": {
414
410
  "version": "1.0.2",
415
411
  "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz",
@@ -421,11 +417,17 @@
421
417
  "node": ">=12.22.0"
422
418
  }
423
419
  },
420
+ "node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": {
421
+ "version": "4.2.10",
422
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
423
+ "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
424
+ },
424
425
  "node_modules/@pnpm/npm-conf": {
425
- "version": "1.0.5",
426
- "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-1.0.5.tgz",
427
- "integrity": "sha512-hD8ml183638O3R6/Txrh0L8VzGOrFXgRtRDG4qQC4tONdZ5Z1M+tlUUDUvrjYdmK6G+JTBTeaCLMna11cXzi8A==",
426
+ "version": "2.1.0",
427
+ "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.1.0.tgz",
428
+ "integrity": "sha512-Oe6ntvgsMTE3hDIqy6sajqHF+MnzJrOF06qC2QSiUEybLL7cp6tjoKUa32gpd9+KPVl4QyMs3E3nsXrx/Vdnlw==",
428
429
  "dependencies": {
430
+ "@pnpm/config.env-replace": "^1.0.0",
429
431
  "@pnpm/network.ca-file": "^1.0.1",
430
432
  "config-chain": "^1.1.11"
431
433
  },
@@ -433,6 +435,14 @@
433
435
  "node": ">=12"
434
436
  }
435
437
  },
438
+ "node_modules/@sigstore/protobuf-specs": {
439
+ "version": "0.1.0",
440
+ "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.1.0.tgz",
441
+ "integrity": "sha512-a31EnjuIDSX8IXBUib3cYLDRlPMU36AWX4xS8ysLaNu4ZzUesDiPt83pgrW2X1YLMe5L2HbDyaKK5BrL4cNKaQ==",
442
+ "engines": {
443
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
444
+ }
445
+ },
436
446
  "node_modules/@sindresorhus/is": {
437
447
  "version": "5.3.0",
438
448
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
@@ -464,30 +474,16 @@
464
474
  }
465
475
  },
466
476
  "node_modules/@tufjs/models": {
467
- "version": "1.0.0",
468
- "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-1.0.0.tgz",
469
- "integrity": "sha512-RRMu4uMxWnZlxaIBxahSb2IssFZiu188sndesZflWOe1cA/qUqtemSIoBWbuVKPvvdktapImWNnKpBcc+VrCQw==",
477
+ "version": "1.0.1",
478
+ "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-1.0.1.tgz",
479
+ "integrity": "sha512-AY0VoG/AXdlSOocuREfPoEW4SNhOPp/7fw6mpAxfVIny1uZ+0fEtMoCi7NhELSlqQIRLMu7RgfKhkxT+AJ+EXg==",
470
480
  "dependencies": {
471
- "minimatch": "^6.1.0"
481
+ "minimatch": "^7.4.2"
472
482
  },
473
483
  "engines": {
474
484
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
475
485
  }
476
486
  },
477
- "node_modules/@tufjs/models/node_modules/minimatch": {
478
- "version": "6.2.0",
479
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
480
- "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
481
- "dependencies": {
482
- "brace-expansion": "^2.0.1"
483
- },
484
- "engines": {
485
- "node": ">=10"
486
- },
487
- "funding": {
488
- "url": "https://github.com/sponsors/isaacs"
489
- }
490
- },
491
487
  "node_modules/@types/http-cache-semantics": {
492
488
  "version": "4.0.1",
493
489
  "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
@@ -579,9 +575,9 @@
579
575
  }
580
576
  },
581
577
  "node_modules/@ui5/project": {
582
- "version": "3.0.4",
583
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.0.4.tgz",
584
- "integrity": "sha512-68OIeWRWwVAdgpBlLhMPKftL/4IdkCN8zHo35gEHzPjxAarUdfZHfQyTeIoC8C4s8nXjQvoOJyevl6Y+lRrXnQ==",
578
+ "version": "3.1.0",
579
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.1.0.tgz",
580
+ "integrity": "sha512-f0elLkurui80wE7iSzoCSvdyZOVuewC21SODaLGFHe3I+CnKiDNC3j/rg26zQinIaLfl1UjkWBaZoDlwgNcBfw==",
585
581
  "dependencies": {
586
582
  "@ui5/builder": "^3.0.1",
587
583
  "@ui5/fs": "^3.0.2",
@@ -591,7 +587,7 @@
591
587
  "chalk": "^5.2.0",
592
588
  "escape-string-regexp": "^5.0.0",
593
589
  "globby": "^13.1.3",
594
- "graceful-fs": "^4.2.10",
590
+ "graceful-fs": "^4.2.11",
595
591
  "js-yaml": "^4.1.0",
596
592
  "libnpmconfig": "^1.2.1",
597
593
  "lockfile": "^1.0.4",
@@ -600,7 +596,7 @@
600
596
  "read-pkg": "^7.1.0",
601
597
  "read-pkg-up": "^9.1.0",
602
598
  "resolve": "^1.22.1",
603
- "rimraf": "^4.3.0",
599
+ "rimraf": "^4.4.1",
604
600
  "semver": "^7.3.8",
605
601
  "xml2js": "^0.4.23"
606
602
  },
@@ -610,9 +606,9 @@
610
606
  }
611
607
  },
612
608
  "node_modules/@ui5/server": {
613
- "version": "3.1.0",
614
- "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.1.0.tgz",
615
- "integrity": "sha512-hd9ZQYSTn/lTjZfkKC5tZQucioM18tz73+VPBwV5L0Rp9GW/4AY5UGwwnb4FLPPRNY8b2HQy5D1vxImeu+m7vQ==",
609
+ "version": "3.1.1",
610
+ "resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.1.1.tgz",
611
+ "integrity": "sha512-oLFH4VDaEu6q+rPs568q0p5JuVYZOgunuiG1erWU/dxxcVi7tv/omvG0tVe4ZfPFUPRoMhoMGIIPYVelTO47og==",
616
612
  "dependencies": {
617
613
  "@ui5/builder": "^3.0.1",
618
614
  "@ui5/fs": "^3.0.2",
@@ -687,26 +683,18 @@
687
683
  }
688
684
  },
689
685
  "node_modules/agentkeepalive": {
690
- "version": "4.2.1",
691
- "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz",
692
- "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==",
686
+ "version": "4.3.0",
687
+ "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz",
688
+ "integrity": "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==",
693
689
  "dependencies": {
694
690
  "debug": "^4.1.0",
695
- "depd": "^1.1.2",
691
+ "depd": "^2.0.0",
696
692
  "humanize-ms": "^1.2.1"
697
693
  },
698
694
  "engines": {
699
695
  "node": ">= 8.0.0"
700
696
  }
701
697
  },
702
- "node_modules/agentkeepalive/node_modules/depd": {
703
- "version": "1.1.2",
704
- "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
705
- "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
706
- "engines": {
707
- "node": ">= 0.6"
708
- }
709
- },
710
698
  "node_modules/ajv": {
711
699
  "version": "6.12.6",
712
700
  "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
@@ -951,13 +939,13 @@
951
939
  }
952
940
  },
953
941
  "node_modules/cacache": {
954
- "version": "17.0.4",
955
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.0.4.tgz",
956
- "integrity": "sha512-Z/nL3gU+zTUjz5pCA5vVjYM8pmaw2kxM7JEiE0fv3w77Wj+sFbi70CrBruUWH0uNcEdvLDixFpgA2JM4F4DBjA==",
942
+ "version": "17.0.5",
943
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.0.5.tgz",
944
+ "integrity": "sha512-Y/PRQevNSsjAPWykl9aeGz8Pr+OI6BYM9fYDNMvOkuUiG9IhG4LEmaYrZZZvioMUEQ+cBCxT0v8wrnCURccyKA==",
957
945
  "dependencies": {
958
946
  "@npmcli/fs": "^3.1.0",
959
947
  "fs-minipass": "^3.0.0",
960
- "glob": "^8.0.1",
948
+ "glob": "^9.3.1",
961
949
  "lru-cache": "^7.7.1",
962
950
  "minipass": "^4.0.0",
963
951
  "minipass-collect": "^1.0.2",
@@ -994,18 +982,17 @@
994
982
  }
995
983
  },
996
984
  "node_modules/cacache/node_modules/glob": {
997
- "version": "8.1.0",
998
- "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
999
- "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
985
+ "version": "9.3.2",
986
+ "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.2.tgz",
987
+ "integrity": "sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==",
1000
988
  "dependencies": {
1001
989
  "fs.realpath": "^1.0.0",
1002
- "inflight": "^1.0.4",
1003
- "inherits": "2",
1004
- "minimatch": "^5.0.1",
1005
- "once": "^1.3.0"
990
+ "minimatch": "^7.4.1",
991
+ "minipass": "^4.2.4",
992
+ "path-scurry": "^1.6.1"
1006
993
  },
1007
994
  "engines": {
1008
- "node": ">=12"
995
+ "node": ">=16 || 14 >=14.17"
1009
996
  },
1010
997
  "funding": {
1011
998
  "url": "https://github.com/sponsors/isaacs"
@@ -1020,24 +1007,13 @@
1020
1007
  }
1021
1008
  },
1022
1009
  "node_modules/cacache/node_modules/lru-cache": {
1023
- "version": "7.18.1",
1024
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
1025
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
1010
+ "version": "7.18.3",
1011
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
1012
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
1026
1013
  "engines": {
1027
1014
  "node": ">=12"
1028
1015
  }
1029
1016
  },
1030
- "node_modules/cacache/node_modules/minimatch": {
1031
- "version": "5.1.6",
1032
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
1033
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
1034
- "dependencies": {
1035
- "brace-expansion": "^2.0.1"
1036
- },
1037
- "engines": {
1038
- "node": ">=10"
1039
- }
1040
- },
1041
1017
  "node_modules/cacache/node_modules/p-map": {
1042
1018
  "version": "4.0.0",
1043
1019
  "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
@@ -1061,9 +1037,9 @@
1061
1037
  }
1062
1038
  },
1063
1039
  "node_modules/cacheable-request": {
1064
- "version": "10.2.8",
1065
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.8.tgz",
1066
- "integrity": "sha512-IDVO5MJ4LItE6HKFQTqT2ocAQsisOoCTUDu1ddCmnhyiwFQjXNPp4081Xj23N4tO+AFEFNzGuNEf/c8Gwwt15A==",
1040
+ "version": "10.2.9",
1041
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.9.tgz",
1042
+ "integrity": "sha512-CaAMr53AS1Tb9evO1BIWFnZjSr8A4pbXofpsNVWPMDZZj3ZQKHwsQG9BrTqQ4x5ZYJXz1T2b8LLtTZODxSpzbg==",
1067
1043
  "dependencies": {
1068
1044
  "@types/http-cache-semantics": "^4.0.1",
1069
1045
  "get-stream": "^6.0.1",
@@ -1868,9 +1844,9 @@
1868
1844
  }
1869
1845
  },
1870
1846
  "node_modules/espree": {
1871
- "version": "9.4.1",
1872
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz",
1873
- "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==",
1847
+ "version": "9.5.0",
1848
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.0.tgz",
1849
+ "integrity": "sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==",
1874
1850
  "dependencies": {
1875
1851
  "acorn": "^8.8.0",
1876
1852
  "acorn-jsx": "^5.3.2",
@@ -2382,9 +2358,9 @@
2382
2358
  }
2383
2359
  },
2384
2360
  "node_modules/graceful-fs": {
2385
- "version": "4.2.10",
2386
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
2387
- "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
2361
+ "version": "4.2.11",
2362
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2363
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
2388
2364
  },
2389
2365
  "node_modules/handle-thing": {
2390
2366
  "version": "2.0.1",
@@ -2429,33 +2405,6 @@
2429
2405
  "url": "https://github.com/sponsors/sindresorhus"
2430
2406
  }
2431
2407
  },
2432
- "node_modules/hosted-git-info": {
2433
- "version": "4.1.0",
2434
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
2435
- "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
2436
- "dependencies": {
2437
- "lru-cache": "^6.0.0"
2438
- },
2439
- "engines": {
2440
- "node": ">=10"
2441
- }
2442
- },
2443
- "node_modules/hosted-git-info/node_modules/lru-cache": {
2444
- "version": "6.0.0",
2445
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
2446
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
2447
- "dependencies": {
2448
- "yallist": "^4.0.0"
2449
- },
2450
- "engines": {
2451
- "node": ">=10"
2452
- }
2453
- },
2454
- "node_modules/hosted-git-info/node_modules/yallist": {
2455
- "version": "4.0.0",
2456
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
2457
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
2458
- },
2459
2408
  "node_modules/hpack.js": {
2460
2409
  "version": "2.1.6",
2461
2410
  "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
@@ -2490,9 +2439,9 @@
2490
2439
  }
2491
2440
  },
2492
2441
  "node_modules/htmlparser2": {
2493
- "version": "8.0.1",
2494
- "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.1.tgz",
2495
- "integrity": "sha512-4lVbmc1diZC7GUJQtRQ5yBAeUCL1exyMwmForWkRLnwyzWBFxN633SALPMGYaWZvKe9j1pRZJpauvmxENSp/EA==",
2442
+ "version": "8.0.2",
2443
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz",
2444
+ "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==",
2496
2445
  "funding": [
2497
2446
  "https://github.com/fb55/htmlparser2?sponsor=1",
2498
2447
  {
@@ -2502,9 +2451,9 @@
2502
2451
  ],
2503
2452
  "dependencies": {
2504
2453
  "domelementtype": "^2.3.0",
2505
- "domhandler": "^5.0.2",
2454
+ "domhandler": "^5.0.3",
2506
2455
  "domutils": "^3.0.1",
2507
- "entities": "^4.3.0"
2456
+ "entities": "^4.4.0"
2508
2457
  }
2509
2458
  },
2510
2459
  "node_modules/http-cache-semantics": {
@@ -2557,6 +2506,17 @@
2557
2506
  "node": ">=10.19.0"
2558
2507
  }
2559
2508
  },
2509
+ "node_modules/http2-wrapper/node_modules/quick-lru": {
2510
+ "version": "5.1.1",
2511
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
2512
+ "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
2513
+ "engines": {
2514
+ "node": ">=10"
2515
+ },
2516
+ "funding": {
2517
+ "url": "https://github.com/sponsors/sindresorhus"
2518
+ }
2519
+ },
2560
2520
  "node_modules/https-proxy-agent": {
2561
2521
  "version": "5.0.1",
2562
2522
  "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
@@ -2597,30 +2557,16 @@
2597
2557
  }
2598
2558
  },
2599
2559
  "node_modules/ignore-walk": {
2600
- "version": "6.0.1",
2601
- "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.1.tgz",
2602
- "integrity": "sha512-/c8MxUAqpRccq+LyDOecwF+9KqajueJHh8fz7g3YqjMZt+NSfJzx05zrKiXwa2sKwFCzaiZ5qUVfRj0pmxixEA==",
2560
+ "version": "6.0.2",
2561
+ "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.2.tgz",
2562
+ "integrity": "sha512-ezmQ1Dg2b3jVZh2Dh+ar6Eu2MqNSTkyb32HU2MAQQQX9tKM3q/UQ/9lf03lQ5hW+fOeoMnwxwkleZ0xcNp0/qg==",
2603
2563
  "dependencies": {
2604
- "minimatch": "^6.1.6"
2564
+ "minimatch": "^7.4.2"
2605
2565
  },
2606
2566
  "engines": {
2607
2567
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2608
2568
  }
2609
2569
  },
2610
- "node_modules/ignore-walk/node_modules/minimatch": {
2611
- "version": "6.2.0",
2612
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
2613
- "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
2614
- "dependencies": {
2615
- "brace-expansion": "^2.0.1"
2616
- },
2617
- "engines": {
2618
- "node": ">=10"
2619
- },
2620
- "funding": {
2621
- "url": "https://github.com/sponsors/isaacs"
2622
- }
2623
- },
2624
2570
  "node_modules/import-lazy": {
2625
2571
  "version": "4.0.0",
2626
2572
  "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz",
@@ -3239,9 +3185,9 @@
3239
3185
  }
3240
3186
  },
3241
3187
  "node_modules/make-fetch-happen/node_modules/lru-cache": {
3242
- "version": "7.18.1",
3243
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
3244
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
3188
+ "version": "7.18.3",
3189
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
3190
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
3245
3191
  "engines": {
3246
3192
  "node": ">=12"
3247
3193
  }
@@ -3417,9 +3363,9 @@
3417
3363
  }
3418
3364
  },
3419
3365
  "node_modules/marked": {
3420
- "version": "4.2.12",
3421
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz",
3422
- "integrity": "sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==",
3366
+ "version": "4.3.0",
3367
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
3368
+ "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
3423
3369
  "bin": {
3424
3370
  "marked": "bin/marked.js"
3425
3371
  },
@@ -3520,9 +3466,9 @@
3520
3466
  "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
3521
3467
  },
3522
3468
  "node_modules/minimatch": {
3523
- "version": "7.4.2",
3524
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
3525
- "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
3469
+ "version": "7.4.3",
3470
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz",
3471
+ "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==",
3526
3472
  "dependencies": {
3527
3473
  "brace-expansion": "^2.0.1"
3528
3474
  },
@@ -3542,9 +3488,9 @@
3542
3488
  }
3543
3489
  },
3544
3490
  "node_modules/minipass": {
3545
- "version": "4.2.4",
3546
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.4.tgz",
3547
- "integrity": "sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==",
3491
+ "version": "4.2.5",
3492
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
3493
+ "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
3548
3494
  "engines": {
3549
3495
  "node": ">=8"
3550
3496
  }
@@ -3817,20 +3763,6 @@
3817
3763
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
3818
3764
  }
3819
3765
  },
3820
- "node_modules/normalize-package-data": {
3821
- "version": "3.0.3",
3822
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
3823
- "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
3824
- "dependencies": {
3825
- "hosted-git-info": "^4.0.1",
3826
- "is-core-module": "^2.5.0",
3827
- "semver": "^7.3.4",
3828
- "validate-npm-package-license": "^3.0.1"
3829
- },
3830
- "engines": {
3831
- "node": ">=10"
3832
- }
3833
- },
3834
3766
  "node_modules/normalize-url": {
3835
3767
  "version": "8.0.0",
3836
3768
  "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
@@ -3854,9 +3786,9 @@
3854
3786
  }
3855
3787
  },
3856
3788
  "node_modules/npm-install-checks": {
3857
- "version": "6.0.0",
3858
- "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.0.0.tgz",
3859
- "integrity": "sha512-SBU9oFglRVZnfElwAtF14NivyulDqF1VKqqwNsFW9HDcbHMAPHpRSsVFgKuwFGq/hVvWZExz62Th0kvxn/XE7Q==",
3789
+ "version": "6.1.0",
3790
+ "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.1.0.tgz",
3791
+ "integrity": "sha512-udSGENih/5xKh3Ex+L0PtZcOt0Pa+6ppDLnpG5D49/EhMja3LupaY9E/DtJTxyFBwE09ot7Fc+H4DywnZNWTVA==",
3860
3792
  "dependencies": {
3861
3793
  "semver": "^7.1.1"
3862
3794
  },
@@ -3898,9 +3830,9 @@
3898
3830
  }
3899
3831
  },
3900
3832
  "node_modules/npm-package-arg/node_modules/lru-cache": {
3901
- "version": "7.18.1",
3902
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
3903
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
3833
+ "version": "7.18.3",
3834
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
3835
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
3904
3836
  "engines": {
3905
3837
  "node": ">=12"
3906
3838
  }
@@ -3948,9 +3880,9 @@
3948
3880
  }
3949
3881
  },
3950
3882
  "node_modules/npm-registry-fetch/node_modules/lru-cache": {
3951
- "version": "7.18.1",
3952
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
3953
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
3883
+ "version": "7.18.3",
3884
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
3885
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
3954
3886
  "engines": {
3955
3887
  "node": ">=12"
3956
3888
  }
@@ -4244,24 +4176,24 @@
4244
4176
  "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
4245
4177
  },
4246
4178
  "node_modules/path-scurry": {
4247
- "version": "1.6.1",
4248
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz",
4249
- "integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==",
4179
+ "version": "1.6.3",
4180
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.3.tgz",
4181
+ "integrity": "sha512-RAmB+n30SlN+HnNx6EbcpoDy9nwdpcGPnEKrJnu6GZoDWBdIjo1UQMVtW2ybtC7LC2oKLcMq8y5g8WnKLiod9g==",
4250
4182
  "dependencies": {
4251
4183
  "lru-cache": "^7.14.1",
4252
4184
  "minipass": "^4.0.2"
4253
4185
  },
4254
4186
  "engines": {
4255
- "node": ">=14"
4187
+ "node": ">=16 || 14 >=14.17"
4256
4188
  },
4257
4189
  "funding": {
4258
4190
  "url": "https://github.com/sponsors/isaacs"
4259
4191
  }
4260
4192
  },
4261
4193
  "node_modules/path-scurry/node_modules/lru-cache": {
4262
- "version": "7.18.1",
4263
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
4264
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
4194
+ "version": "7.18.3",
4195
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
4196
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
4265
4197
  "engines": {
4266
4198
  "node": ">=12"
4267
4199
  }
@@ -4421,17 +4353,6 @@
4421
4353
  }
4422
4354
  ]
4423
4355
  },
4424
- "node_modules/quick-lru": {
4425
- "version": "5.1.1",
4426
- "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
4427
- "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
4428
- "engines": {
4429
- "node": ">=10"
4430
- },
4431
- "funding": {
4432
- "url": "https://github.com/sponsors/sindresorhus"
4433
- }
4434
- },
4435
4356
  "node_modules/random-int": {
4436
4357
  "version": "3.0.0",
4437
4358
  "resolved": "https://registry.npmjs.org/random-int/-/random-int-3.0.0.tgz",
@@ -4488,11 +4409,11 @@
4488
4409
  }
4489
4410
  },
4490
4411
  "node_modules/read-package-json": {
4491
- "version": "6.0.0",
4492
- "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.0.tgz",
4493
- "integrity": "sha512-b/9jxWJ8EwogJPpv99ma+QwtqB7FSl3+V6UXS7Aaay8/5VwMY50oIFooY1UKXMWpfNCM6T/PoGqa5GD1g9xf9w==",
4412
+ "version": "6.0.1",
4413
+ "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.1.tgz",
4414
+ "integrity": "sha512-AaHqXxfAVa+fNL07x8iAghfKOds/XXsu7zoouIVsbm7PEbQ3nMWXlvjcbrNLjElnUHWQtAo4QEa0RXuvD4XlpA==",
4494
4415
  "dependencies": {
4495
- "glob": "^8.0.1",
4416
+ "glob": "^9.3.0",
4496
4417
  "json-parse-even-better-errors": "^3.0.0",
4497
4418
  "normalize-package-data": "^5.0.0",
4498
4419
  "npm-normalize-package-bin": "^3.0.0"
@@ -4522,18 +4443,17 @@
4522
4443
  }
4523
4444
  },
4524
4445
  "node_modules/read-package-json/node_modules/glob": {
4525
- "version": "8.1.0",
4526
- "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
4527
- "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
4446
+ "version": "9.3.2",
4447
+ "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.2.tgz",
4448
+ "integrity": "sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==",
4528
4449
  "dependencies": {
4529
4450
  "fs.realpath": "^1.0.0",
4530
- "inflight": "^1.0.4",
4531
- "inherits": "2",
4532
- "minimatch": "^5.0.1",
4533
- "once": "^1.3.0"
4451
+ "minimatch": "^7.4.1",
4452
+ "minipass": "^4.2.4",
4453
+ "path-scurry": "^1.6.1"
4534
4454
  },
4535
4455
  "engines": {
4536
- "node": ">=12"
4456
+ "node": ">=16 || 14 >=14.17"
4537
4457
  },
4538
4458
  "funding": {
4539
4459
  "url": "https://github.com/sponsors/isaacs"
@@ -4559,24 +4479,13 @@
4559
4479
  }
4560
4480
  },
4561
4481
  "node_modules/read-package-json/node_modules/lru-cache": {
4562
- "version": "7.18.1",
4563
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
4564
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
4482
+ "version": "7.18.3",
4483
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
4484
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
4565
4485
  "engines": {
4566
4486
  "node": ">=12"
4567
4487
  }
4568
4488
  },
4569
- "node_modules/read-package-json/node_modules/minimatch": {
4570
- "version": "5.1.6",
4571
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
4572
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
4573
- "dependencies": {
4574
- "brace-expansion": "^2.0.1"
4575
- },
4576
- "engines": {
4577
- "node": ">=10"
4578
- }
4579
- },
4580
4489
  "node_modules/read-package-json/node_modules/normalize-package-data": {
4581
4490
  "version": "5.0.0",
4582
4491
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz",
@@ -4711,6 +4620,42 @@
4711
4620
  "url": "https://github.com/sponsors/sindresorhus"
4712
4621
  }
4713
4622
  },
4623
+ "node_modules/read-pkg/node_modules/hosted-git-info": {
4624
+ "version": "4.1.0",
4625
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
4626
+ "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
4627
+ "dependencies": {
4628
+ "lru-cache": "^6.0.0"
4629
+ },
4630
+ "engines": {
4631
+ "node": ">=10"
4632
+ }
4633
+ },
4634
+ "node_modules/read-pkg/node_modules/lru-cache": {
4635
+ "version": "6.0.0",
4636
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
4637
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
4638
+ "dependencies": {
4639
+ "yallist": "^4.0.0"
4640
+ },
4641
+ "engines": {
4642
+ "node": ">=10"
4643
+ }
4644
+ },
4645
+ "node_modules/read-pkg/node_modules/normalize-package-data": {
4646
+ "version": "3.0.3",
4647
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
4648
+ "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
4649
+ "dependencies": {
4650
+ "hosted-git-info": "^4.0.1",
4651
+ "is-core-module": "^2.5.0",
4652
+ "semver": "^7.3.4",
4653
+ "validate-npm-package-license": "^3.0.1"
4654
+ },
4655
+ "engines": {
4656
+ "node": ">=10"
4657
+ }
4658
+ },
4714
4659
  "node_modules/read-pkg/node_modules/type-fest": {
4715
4660
  "version": "2.19.0",
4716
4661
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
@@ -4722,10 +4667,15 @@
4722
4667
  "url": "https://github.com/sponsors/sindresorhus"
4723
4668
  }
4724
4669
  },
4670
+ "node_modules/read-pkg/node_modules/yallist": {
4671
+ "version": "4.0.0",
4672
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
4673
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
4674
+ },
4725
4675
  "node_modules/readable-stream": {
4726
- "version": "3.6.1",
4727
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.1.tgz",
4728
- "integrity": "sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ==",
4676
+ "version": "3.6.2",
4677
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
4678
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
4729
4679
  "dependencies": {
4730
4680
  "inherits": "^2.0.3",
4731
4681
  "string_decoder": "^1.1.1",
@@ -4736,11 +4686,11 @@
4736
4686
  }
4737
4687
  },
4738
4688
  "node_modules/registry-auth-token": {
4739
- "version": "5.0.1",
4740
- "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.1.tgz",
4741
- "integrity": "sha512-UfxVOj8seK1yaIOiieV4FIP01vfBDLsY0H9sQzi9EbbUdJiuuBjJgLa1DpImXMNPnVkBD4eVxTEXcrZA6kfpJA==",
4689
+ "version": "5.0.2",
4690
+ "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz",
4691
+ "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==",
4742
4692
  "dependencies": {
4743
- "@pnpm/npm-conf": "^1.0.4"
4693
+ "@pnpm/npm-conf": "^2.1.0"
4744
4694
  },
4745
4695
  "engines": {
4746
4696
  "node": ">=14"
@@ -4888,9 +4838,9 @@
4888
4838
  }
4889
4839
  },
4890
4840
  "node_modules/rimraf": {
4891
- "version": "4.3.0",
4892
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.3.0.tgz",
4893
- "integrity": "sha512-5qVDXPbByA1qSJEWMv1qAwKsoS22vVpsL2QyxCKBw4gf6XiFo1K3uRLY6uSOOBFDwnqAZtnbILqWKKlzh8bkGg==",
4841
+ "version": "4.4.1",
4842
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz",
4843
+ "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==",
4894
4844
  "dependencies": {
4895
4845
  "glob": "^9.2.0"
4896
4846
  },
@@ -4905,9 +4855,9 @@
4905
4855
  }
4906
4856
  },
4907
4857
  "node_modules/rimraf/node_modules/glob": {
4908
- "version": "9.2.1",
4909
- "resolved": "https://registry.npmjs.org/glob/-/glob-9.2.1.tgz",
4910
- "integrity": "sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==",
4858
+ "version": "9.3.2",
4859
+ "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.2.tgz",
4860
+ "integrity": "sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==",
4911
4861
  "dependencies": {
4912
4862
  "fs.realpath": "^1.0.0",
4913
4863
  "minimatch": "^7.4.1",
@@ -5121,10 +5071,11 @@
5121
5071
  "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
5122
5072
  },
5123
5073
  "node_modules/sigstore": {
5124
- "version": "1.0.0",
5125
- "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.0.0.tgz",
5126
- "integrity": "sha512-e+qfbn/zf1+rCza/BhIA//Awmf0v1pa5HQS8Xk8iXrn9bgytytVLqYD0P7NSqZ6IELTgq+tcDvLPkQjNHyWLNg==",
5074
+ "version": "1.2.0",
5075
+ "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.2.0.tgz",
5076
+ "integrity": "sha512-Fr9+W1nkBSIZCkJQR7jDn/zI0UXNsVpp+7mDQkCnZOIxG9p6yNXBx9xntHsfUyYHE55XDkkVV3+rYbrkzAeesA==",
5127
5077
  "dependencies": {
5078
+ "@sigstore/protobuf-specs": "^0.1.0",
5128
5079
  "make-fetch-happen": "^11.0.1",
5129
5080
  "tuf-js": "^1.0.0"
5130
5081
  },
@@ -5136,9 +5087,9 @@
5136
5087
  }
5137
5088
  },
5138
5089
  "node_modules/sigstore/node_modules/lru-cache": {
5139
- "version": "7.18.1",
5140
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
5141
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
5090
+ "version": "7.18.3",
5091
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
5092
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
5142
5093
  "engines": {
5143
5094
  "node": ">=12"
5144
5095
  }
@@ -5237,9 +5188,9 @@
5237
5188
  }
5238
5189
  },
5239
5190
  "node_modules/spdx-correct": {
5240
- "version": "3.1.1",
5241
- "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
5242
- "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
5191
+ "version": "3.2.0",
5192
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
5193
+ "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
5243
5194
  "dependencies": {
5244
5195
  "spdx-expression-parse": "^3.0.0",
5245
5196
  "spdx-license-ids": "^3.0.0"
@@ -5260,9 +5211,9 @@
5260
5211
  }
5261
5212
  },
5262
5213
  "node_modules/spdx-license-ids": {
5263
- "version": "3.0.12",
5264
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz",
5265
- "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA=="
5214
+ "version": "3.0.13",
5215
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz",
5216
+ "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w=="
5266
5217
  },
5267
5218
  "node_modules/spdy": {
5268
5219
  "version": "4.0.2",
@@ -5469,9 +5420,9 @@
5469
5420
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
5470
5421
  },
5471
5422
  "node_modules/terser": {
5472
- "version": "5.16.5",
5473
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.5.tgz",
5474
- "integrity": "sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==",
5423
+ "version": "5.16.8",
5424
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.8.tgz",
5425
+ "integrity": "sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==",
5475
5426
  "dependencies": {
5476
5427
  "@jridgewell/source-map": "^0.3.2",
5477
5428
  "acorn": "^8.5.0",
@@ -5505,11 +5456,11 @@
5505
5456
  }
5506
5457
  },
5507
5458
  "node_modules/tuf-js": {
5508
- "version": "1.1.1",
5509
- "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.1.tgz",
5510
- "integrity": "sha512-WTp382/PR96k0dI4GD5RdiRhgOU0rAC7+lnoih/5pZg3cyb3aNMqDozleEEWwyfT3+FOg7Qz9JU3n6A44tLSHw==",
5459
+ "version": "1.1.2",
5460
+ "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.2.tgz",
5461
+ "integrity": "sha512-gBfbnS6khluxjvoFCpRV0fhWT265xNfpiNXOcBX0Ze6HGbPhe93UG5V5DdKcgm/aXsMadnY76l/h6j63GmJS5g==",
5511
5462
  "dependencies": {
5512
- "@tufjs/models": "1.0.0",
5463
+ "@tufjs/models": "1.0.1",
5513
5464
  "make-fetch-happen": "^11.0.1"
5514
5465
  },
5515
5466
  "engines": {
@@ -5517,9 +5468,9 @@
5517
5468
  }
5518
5469
  },
5519
5470
  "node_modules/tuf-js/node_modules/lru-cache": {
5520
- "version": "7.18.1",
5521
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
5522
- "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
5471
+ "version": "7.18.3",
5472
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
5473
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
5523
5474
  "engines": {
5524
5475
  "node": ">=12"
5525
5476
  }
@@ -5893,7 +5844,7 @@
5893
5844
  "node": ">=12"
5894
5845
  }
5895
5846
  },
5896
- "node_modules/yargs/node_modules/yargs-parser": {
5847
+ "node_modules/yargs-parser": {
5897
5848
  "version": "21.1.1",
5898
5849
  "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
5899
5850
  "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -118,8 +118,8 @@
118
118
  "@ui5/builder": "^3.0.1",
119
119
  "@ui5/fs": "^3.0.2",
120
120
  "@ui5/logger": "^3.0.0",
121
- "@ui5/project": "^3.0.4",
122
- "@ui5/server": "^3.1.0",
121
+ "@ui5/project": "^3.1.0",
122
+ "@ui5/server": "^3.1.1",
123
123
  "chalk": "^5.2.0",
124
124
  "data-with-position": "^0.5.0",
125
125
  "import-local": "^3.1.0",
@@ -137,17 +137,17 @@
137
137
  "cross-env": "^7.0.3",
138
138
  "depcheck": "^1.4.3",
139
139
  "docdash": "^2.0.1",
140
- "eslint": "^8.35.0",
140
+ "eslint": "^8.36.0",
141
141
  "eslint-config-google": "^0.14.0",
142
142
  "eslint-plugin-ava": "^14.0.0",
143
- "eslint-plugin-jsdoc": "^40.0.1",
144
- "esmock": "^2.1.0",
145
- "execa": "^7.0.0",
143
+ "eslint-plugin-jsdoc": "^40.1.0",
144
+ "esmock": "^2.2.0",
145
+ "execa": "^7.1.1",
146
146
  "jsdoc": "^4.0.2",
147
147
  "nyc": "^15.1.0",
148
- "open-cli": "^7.1.0",
149
- "rimraf": "^4.3.0",
150
- "sinon": "^15.0.1",
148
+ "open-cli": "^7.2.0",
149
+ "rimraf": "^4.4.1",
150
+ "sinon": "^15.0.2",
151
151
  "strip-ansi": "^7.0.1",
152
152
  "tap-xunit": "^2.4.1"
153
153
  }