@forge/cli 13.0.0 → 13.1.0-next.14

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.
Files changed (61) hide show
  1. package/CHANGELOG.md +156 -0
  2. package/npm-shrinkwrap.json +713 -540
  3. package/out/autocomplete/autocomplete-config.json +6 -0
  4. package/out/command-line/command.d.ts +4 -1
  5. package/out/command-line/command.d.ts.map +1 -1
  6. package/out/command-line/command.js +3 -3
  7. package/out/command-line/command.js.map +1 -1
  8. package/out/command-line/controller/install-controller.d.ts +2 -1
  9. package/out/command-line/controller/install-controller.d.ts.map +1 -1
  10. package/out/command-line/controller/install-controller.js +25 -20
  11. package/out/command-line/controller/install-controller.js.map +1 -1
  12. package/out/command-line/controller/module-add-controller.d.ts +1 -0
  13. package/out/command-line/controller/module-add-controller.d.ts.map +1 -1
  14. package/out/command-line/controller/module-add-controller.js +67 -3
  15. package/out/command-line/controller/module-add-controller.js.map +1 -1
  16. package/out/command-line/register-app-commands.d.ts.map +1 -1
  17. package/out/command-line/register-app-commands.js +65 -55
  18. package/out/command-line/register-app-commands.js.map +1 -1
  19. package/out/command-line/register-installation-commands.d.ts.map +1 -1
  20. package/out/command-line/register-installation-commands.js +16 -15
  21. package/out/command-line/register-installation-commands.js.map +1 -1
  22. package/out/command-line/register-module-commands.d.ts.map +1 -1
  23. package/out/command-line/register-module-commands.js +2 -0
  24. package/out/command-line/register-module-commands.js.map +1 -1
  25. package/out/command-line/uninstall-command-helpers.d.ts +2 -2
  26. package/out/command-line/uninstall-command-helpers.d.ts.map +1 -1
  27. package/out/command-line/uninstall-command-helpers.js +5 -5
  28. package/out/command-line/uninstall-command-helpers.js.map +1 -1
  29. package/out/deploy/packager/archiver.d.ts +4 -3
  30. package/out/deploy/packager/archiver.d.ts.map +1 -1
  31. package/out/deploy/packager/archiver.js +9 -5
  32. package/out/deploy/packager/archiver.js.map +1 -1
  33. package/out/deploy/packager/runtime-bundler.d.ts +1 -1
  34. package/out/deploy/packager/runtime-bundler.d.ts.map +1 -1
  35. package/out/deploy/packager/runtime-bundler.js +1 -1
  36. package/out/deploy/packager/runtime-bundler.js.map +1 -1
  37. package/out/installations/install-app-site.d.ts +2 -1
  38. package/out/installations/install-app-site.d.ts.map +1 -1
  39. package/out/installations/install-app-site.js +2 -2
  40. package/out/installations/install-app-site.js.map +1 -1
  41. package/out/installations/uninstall-app.d.ts +2 -2
  42. package/out/installations/uninstall-app.d.ts.map +1 -1
  43. package/out/installations/uninstall-app.js +4 -4
  44. package/out/installations/uninstall-app.js.map +1 -1
  45. package/out/module-add/manifest-merger.d.ts.map +1 -1
  46. package/out/module-add/manifest-merger.js +181 -74
  47. package/out/module-add/manifest-merger.js.map +1 -1
  48. package/out/service/installation-service.d.ts +4 -4
  49. package/out/service/installation-service.d.ts.map +1 -1
  50. package/out/service/installation-service.js +8 -8
  51. package/out/service/installation-service.js.map +1 -1
  52. package/out/service/module-file-service.js +2 -2
  53. package/out/service/module-file-service.js.map +1 -1
  54. package/out/service/module-service.d.ts +2 -1
  55. package/out/service/module-service.d.ts.map +1 -1
  56. package/out/service/module-service.js.map +1 -1
  57. package/out/service/resource-packaging-service.d.ts +1 -1
  58. package/out/service/resource-packaging-service.d.ts.map +1 -1
  59. package/out/service/resource-packaging-service.js +1 -1
  60. package/out/service/resource-packaging-service.js.map +1 -1
  61. package/package.json +13 -10
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@forge/cli",
3
- "version": "13.0.0",
3
+ "version": "13.1.0-next.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@forge/cli",
9
- "version": "13.0.0",
9
+ "version": "13.1.0-next.14",
10
10
  "hasInstallScript": true,
11
11
  "license": "SEE LICENSE IN LICENSE.txt",
12
12
  "dependencies": {
13
- "@forge/bundler": "7.0.0",
14
- "@forge/cli-shared": "9.0.0",
13
+ "@forge/bundler": "7.0.1-next.11",
14
+ "@forge/cli-shared": "9.1.0-next.10",
15
15
  "@forge/egress": "3.0.0",
16
16
  "@forge/i18n": "1.0.0",
17
- "@forge/lint": "6.0.0",
18
- "@forge/manifest": "13.0.0",
17
+ "@forge/lint": "6.0.1-next.11",
18
+ "@forge/manifest": "13.1.0-next.6",
19
19
  "@forge/runtime": "7.0.0",
20
- "@forge/tunnel": "7.0.0",
20
+ "@forge/tunnel": "7.0.1-next.12",
21
21
  "@forge/util": "3.0.0",
22
22
  "@sentry/node": "7.106.0",
23
23
  "ajv": "^8.18.0",
24
- "archiver": "^7.0.1",
24
+ "archiver": "^8.0.0",
25
25
  "case": "^1.6.3",
26
26
  "chalk": "^4.1.2",
27
27
  "cheerio": "^1.2.0",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/adm-zip": "^0.5.5",
60
- "@types/archiver": "^6.0.3",
60
+ "@types/archiver": "^8.0.0",
61
61
  "@types/command-exists": "^1.2.3",
62
62
  "@types/cross-spawn": "^6.0.6",
63
63
  "@types/didyoumean": "^1.2.3",
@@ -75,7 +75,6 @@
75
75
  "adm-zip": "^0.5.10",
76
76
  "chokidar": "^3.6.0",
77
77
  "jest": "^29.7.0",
78
- "jest-fixtures": "^0.6.0",
79
78
  "jest-matcher-specific-error": "^1.0.0",
80
79
  "jest-when": "^3.6.0",
81
80
  "json-schema-to-typescript": "^10.1.5",
@@ -87,7 +86,7 @@
87
86
  "yaml": "^2.3.4"
88
87
  },
89
88
  "engines": {
90
- "node": ">=20.18.1"
89
+ "node": ">=20.18.1 <22.23.1 || >22.23.1 <24.17.0 || >24.17.0"
91
90
  },
92
91
  "peerDependenciesMeta": {
93
92
  "typescript": {
@@ -556,9 +555,9 @@
556
555
  }
557
556
  },
558
557
  "node_modules/@forge/bundler": {
559
- "version": "7.0.0",
560
- "resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-7.0.0.tgz",
561
- "integrity": "sha512-tjDMt6zOPNUETUO5Nm2blo+EnqDWp2W5YxETIHgmtReg6crCcfn2GVzgesRUyXnD3dSnzRMxYLHhnzUHM9N3ow==",
558
+ "version": "7.0.1-next.11",
559
+ "resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-7.0.1-next.11.tgz",
560
+ "integrity": "sha512-OocLuUsmL16ngwkXFJzIL1xvoFQtTauvVVkbsiJqkSL1rqFtII5rqRzi03yJCxeCaeBbxN1Gn0L3l0LuFIuzjw==",
562
561
  "license": "SEE LICENSE IN LICENSE.txt",
563
562
  "dependencies": {
564
563
  "@babel/core": "^7.24.0",
@@ -570,10 +569,10 @@
570
569
  "@babel/plugin-transform-react-jsx": "^7.23.4",
571
570
  "@babel/traverse": "^7.24.0",
572
571
  "@babel/types": "^7.24.0",
573
- "@forge/cli-shared": "9.0.0",
572
+ "@forge/cli-shared": "9.1.0-next.10",
574
573
  "@forge/i18n": "1.0.0",
575
- "@forge/lint": "6.0.0",
576
- "@forge/manifest": "13.0.0",
574
+ "@forge/lint": "6.0.1-next.11",
575
+ "@forge/manifest": "13.1.0-next.6",
577
576
  "babel-loader": "^8.3.0",
578
577
  "cheerio": "^1.2.0",
579
578
  "cross-spawn": "^7.0.6",
@@ -601,13 +600,13 @@
601
600
  }
602
601
  },
603
602
  "node_modules/@forge/cli-shared": {
604
- "version": "9.0.0",
605
- "resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-9.0.0.tgz",
606
- "integrity": "sha512-R0UwGsT+TyX42WiaDilYli2Ge0Lb8fJdjFRfLDvBmOwK3hdpmUwtamu0e1qGo/U/s9tdZO5ROFYpa51i799OIg==",
603
+ "version": "9.1.0-next.10",
604
+ "resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-9.1.0-next.10.tgz",
605
+ "integrity": "sha512-kW2uVuLv99JWFaq4sUr5M9nIiTwcxgp+j2SHhxy5LtCYrSfg2soUWKbUT9s3jMszXL28G4VQw7ens5QZAt0xPw==",
607
606
  "license": "SEE LICENSE IN LICENSE.txt",
608
607
  "dependencies": {
609
608
  "@forge/i18n": "1.0.0",
610
- "@forge/manifest": "13.0.0",
609
+ "@forge/manifest": "13.1.0-next.6",
611
610
  "@forge/util": "3.0.0",
612
611
  "@sentry/node": "7.106.0",
613
612
  "@vercel/detect-agent": "^1.2.3",
@@ -637,6 +636,7 @@
637
636
  "semver": "^7.6.0",
638
637
  "terminal-link": "^2.1.1",
639
638
  "tmp": "^0.2.3",
639
+ "tslib": "^2.6.2",
640
640
  "typescript": "5.9.2",
641
641
  "yaml": "^2.3.4"
642
642
  },
@@ -650,9 +650,9 @@
650
650
  }
651
651
  },
652
652
  "node_modules/@forge/csp": {
653
- "version": "6.0.0",
654
- "resolved": "https://registry.npmjs.org/@forge/csp/-/csp-6.0.0.tgz",
655
- "integrity": "sha512-wCOZxZdDxmDasdJsFwmHBtgu8zz0K0HAPgpag+TnYxSgZYwmuLLI9Pb/ulvCJueI9Fgq2PL8QQxVgrdNXLCF/A==",
653
+ "version": "6.1.0-next.0",
654
+ "resolved": "https://registry.npmjs.org/@forge/csp/-/csp-6.1.0-next.0.tgz",
655
+ "integrity": "sha512-Duw67fV2IAkuGb7oTq/Yjn/OHiWQc4Hohha6rKtHgXrlN1DBMiYfOI1bN9hVD0oZxAFL9J3QJI28uCVaDkZUlA==",
656
656
  "license": "SEE LICENSE IN LICENSE.txt",
657
657
  "dependencies": {
658
658
  "content-security-policy-parser": "^0.6.0"
@@ -702,16 +702,16 @@
702
702
  }
703
703
  },
704
704
  "node_modules/@forge/lint": {
705
- "version": "6.0.0",
706
- "resolved": "https://registry.npmjs.org/@forge/lint/-/lint-6.0.0.tgz",
707
- "integrity": "sha512-lF5YbqAHjxLlwc1ubTI28EjHeNnJ2GBnmbvmHcDf00xkCO2AWFTCYVzNernbt1kBlde4HXi6yFyw/SiSf0ARRQ==",
705
+ "version": "6.0.1-next.11",
706
+ "resolved": "https://registry.npmjs.org/@forge/lint/-/lint-6.0.1-next.11.tgz",
707
+ "integrity": "sha512-ucMsQ4fA0kN1odVsA+xq6HI8BRCRyNLXiaSQTptR2ef/S5KnxKAD6KOyRTDVFHVNdz0Zvnaz5MEK8OZ3TDVHTw==",
708
708
  "license": "SEE LICENSE IN LICENSE.txt",
709
709
  "dependencies": {
710
710
  "@atlassian/atlassian-openapi": "^1.0.6",
711
- "@forge/cli-shared": "9.0.0",
712
- "@forge/csp": "6.0.0",
711
+ "@forge/cli-shared": "9.1.0-next.10",
712
+ "@forge/csp": "6.1.0-next.0",
713
713
  "@forge/egress": "3.0.0",
714
- "@forge/manifest": "13.0.0",
714
+ "@forge/manifest": "13.1.0-next.6",
715
715
  "@typescript-eslint/typescript-estree": "^5.62.0",
716
716
  "array.prototype.flatmap": "^1.3.3",
717
717
  "cross-spawn": "^7.0.6",
@@ -728,9 +728,9 @@
728
728
  }
729
729
  },
730
730
  "node_modules/@forge/manifest": {
731
- "version": "13.0.0",
732
- "resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-13.0.0.tgz",
733
- "integrity": "sha512-aPiRBk+/M3qvTBNFIfuR6VvoUceif9XNivwOHjc0wvZY1+fL3WtN940/PizvPSUPQ6UeFKHodrLNHzUCCqwsJA==",
731
+ "version": "13.1.0-next.6",
732
+ "resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-13.1.0-next.6.tgz",
733
+ "integrity": "sha512-cg3aHJ/fT8kDtGWG/LooTcqiHTAQhjN65Z0BcZ4K2Inn62lRMeVSG03zXwItOvEkm30qAgDY/QEQ6Ir03L4cCw==",
734
734
  "license": "SEE LICENSE IN LICENSE.txt",
735
735
  "dependencies": {
736
736
  "@forge/i18n": "1.0.0",
@@ -767,14 +767,14 @@
767
767
  }
768
768
  },
769
769
  "node_modules/@forge/tunnel": {
770
- "version": "7.0.0",
771
- "resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-7.0.0.tgz",
772
- "integrity": "sha512-YtxYAFdRrUCXwffs3y9NcqachNo6TySa5JlhXuZLWd/isLZz4CLasM5a6bRg0piZIPL/Q/+2GLehtZGJYpAaCA==",
770
+ "version": "7.0.1-next.12",
771
+ "resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-7.0.1-next.12.tgz",
772
+ "integrity": "sha512-ycLgNZR/eqNUtLcNSSBC22+crjkNqy8bO10eyp8WYUd8Q+dJQq7ijJvDlKc84/U45vElEJuz2U/dV0j0bs9Rog==",
773
773
  "license": "SEE LICENSE IN LICENSE.txt",
774
774
  "dependencies": {
775
- "@forge/bundler": "7.0.0",
776
- "@forge/cli-shared": "9.0.0",
777
- "@forge/csp": "6.0.0",
775
+ "@forge/bundler": "7.0.1-next.11",
776
+ "@forge/cli-shared": "9.1.0-next.10",
777
+ "@forge/csp": "6.1.0-next.0",
778
778
  "@forge/runtime": "7.0.0",
779
779
  "@forge/util": "^3.0.0",
780
780
  "cheerio": "^1.2.0",
@@ -789,7 +789,7 @@
789
789
  "portfinder": "^1.0.37",
790
790
  "tmp": "^0.2.3",
791
791
  "tslib": "^2.6.2",
792
- "webpack-dev-server": "^5.2.2",
792
+ "webpack-dev-server": "^5.2.5",
793
793
  "which": "^3.0.1"
794
794
  },
795
795
  "peerDependencies": {
@@ -823,96 +823,6 @@
823
823
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
824
824
  }
825
825
  },
826
- "node_modules/@isaacs/cliui": {
827
- "version": "8.0.2",
828
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
829
- "integrity": "sha1-s3Znt7wYHBaHgiWbq0JHT79StVA= sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
830
- "dependencies": {
831
- "string-width": "^5.1.2",
832
- "string-width-cjs": "npm:string-width@^4.2.0",
833
- "strip-ansi": "^7.0.1",
834
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
835
- "wrap-ansi": "^8.1.0",
836
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
837
- },
838
- "engines": {
839
- "node": ">=12"
840
- }
841
- },
842
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
843
- "version": "6.2.2",
844
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
845
- "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
846
- "license": "MIT",
847
- "engines": {
848
- "node": ">=12"
849
- },
850
- "funding": {
851
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
852
- }
853
- },
854
- "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
855
- "version": "6.2.1",
856
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
857
- "integrity": "sha1-DmIyDPmcIa//OzASGSVGqsv7BcU= sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
858
- "engines": {
859
- "node": ">=12"
860
- },
861
- "funding": {
862
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
863
- }
864
- },
865
- "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
866
- "version": "9.2.2",
867
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
868
- "integrity": "sha1-hAyIA7DYBH9P8M+WMXazLU7z7XI= sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
869
- },
870
- "node_modules/@isaacs/cliui/node_modules/string-width": {
871
- "version": "5.1.2",
872
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
873
- "integrity": "sha1-FPja7G2B5yIdKjV+Zoyrc728p5Q= sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
874
- "dependencies": {
875
- "eastasianwidth": "^0.2.0",
876
- "emoji-regex": "^9.2.2",
877
- "strip-ansi": "^7.0.1"
878
- },
879
- "engines": {
880
- "node": ">=12"
881
- },
882
- "funding": {
883
- "url": "https://github.com/sponsors/sindresorhus"
884
- }
885
- },
886
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
887
- "version": "7.1.0",
888
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
889
- "integrity": "sha1-1bZWjKaJ2FYTcLBwdoXSJDT6/0U= sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
890
- "dependencies": {
891
- "ansi-regex": "^6.0.1"
892
- },
893
- "engines": {
894
- "node": ">=12"
895
- },
896
- "funding": {
897
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
898
- }
899
- },
900
- "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
901
- "version": "8.1.0",
902
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
903
- "integrity": "sha1-VtwiNo7lcPrOG0mBmXXZuaXq0hQ= sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
904
- "dependencies": {
905
- "ansi-styles": "^6.1.0",
906
- "string-width": "^5.0.1",
907
- "strip-ansi": "^7.0.1"
908
- },
909
- "engines": {
910
- "node": ">=12"
911
- },
912
- "funding": {
913
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
914
- }
915
- },
916
826
  "node_modules/@jridgewell/gen-mapping": {
917
827
  "version": "0.3.12",
918
828
  "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
@@ -1346,6 +1256,17 @@
1346
1256
  "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz",
1347
1257
  "integrity": "sha1-T8VsFcWAua233DwzOhNOVAtEv7E= sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw=="
1348
1258
  },
1259
+ "node_modules/@noble/hashes": {
1260
+ "version": "1.4.0",
1261
+ "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
1262
+ "integrity": "sha1-RYFKoynzDk/guklCb0nfzN0GZCY= sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
1263
+ "engines": {
1264
+ "node": ">= 16"
1265
+ },
1266
+ "funding": {
1267
+ "url": "https://paulmillr.com/funding/"
1268
+ }
1269
+ },
1349
1270
  "node_modules/@nodelib/fs.scandir": {
1350
1271
  "version": "2.1.5",
1351
1272
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -1378,6 +1299,151 @@
1378
1299
  "node": ">= 8"
1379
1300
  }
1380
1301
  },
1302
+ "node_modules/@peculiar/asn1-cms": {
1303
+ "version": "2.8.0",
1304
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-cms/-/asn1-cms-2.8.0.tgz",
1305
+ "integrity": "sha1-tIqDiTGSKPkp6azYzujabIWHON4= sha512-NgekZOrSJFSBFLFoLfwePguAWAx7z1+f2TEsWFUMyiqqfntZ4+S/S5hzqME3q4pCA0iOsFKdwiQ35dwY24eVqA==",
1306
+ "dependencies": {
1307
+ "@peculiar/asn1-schema": "^2.8.0",
1308
+ "@peculiar/asn1-x509": "^2.8.0",
1309
+ "@peculiar/asn1-x509-attr": "^2.8.0",
1310
+ "asn1js": "^3.0.10",
1311
+ "tslib": "^2.8.1"
1312
+ }
1313
+ },
1314
+ "node_modules/@peculiar/asn1-csr": {
1315
+ "version": "2.8.0",
1316
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-csr/-/asn1-csr-2.8.0.tgz",
1317
+ "integrity": "sha1-ybtd7C6v+CSnBegqSljUXm0sNdA= sha512-akbF8+uvleHs8sejNPQxwmVFuInAg6FMNHOwMILXfP518YfFJwdR3jr6oNUPOaEJfuEhn/vkNOCIT6ASUd4mbg==",
1318
+ "dependencies": {
1319
+ "@peculiar/asn1-schema": "^2.8.0",
1320
+ "@peculiar/asn1-x509": "^2.8.0",
1321
+ "asn1js": "^3.0.10",
1322
+ "tslib": "^2.8.1"
1323
+ }
1324
+ },
1325
+ "node_modules/@peculiar/asn1-ecc": {
1326
+ "version": "2.8.0",
1327
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-ecc/-/asn1-ecc-2.8.0.tgz",
1328
+ "integrity": "sha1-1RqysH7KmODPSS0FHpi70KBxMFo= sha512-ohwlk+u9Rv2NOAY1c6MfHj45ATVF8R1DUN/WCgABiRtLi2ZftlZWZX7KvpAbU8v9xPcmoILfELeEABj/rn18AQ==",
1329
+ "dependencies": {
1330
+ "@peculiar/asn1-schema": "^2.8.0",
1331
+ "@peculiar/asn1-x509": "^2.8.0",
1332
+ "asn1js": "^3.0.10",
1333
+ "tslib": "^2.8.1"
1334
+ }
1335
+ },
1336
+ "node_modules/@peculiar/asn1-pfx": {
1337
+ "version": "2.8.0",
1338
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-pfx/-/asn1-pfx-2.8.0.tgz",
1339
+ "integrity": "sha1-jhibZFXiv55fkhuxUOqG1+fRh10= sha512-5yof1ytoB++RQtaFbqSUJ8pxDJtZT6vbVqZ8XoJ61ph7UjNVvfFwAilnCodqkNsAodpy13gDhoxZXw00pghnyg==",
1340
+ "dependencies": {
1341
+ "@peculiar/asn1-cms": "^2.8.0",
1342
+ "@peculiar/asn1-pkcs8": "^2.8.0",
1343
+ "@peculiar/asn1-rsa": "^2.8.0",
1344
+ "@peculiar/asn1-schema": "^2.8.0",
1345
+ "asn1js": "^3.0.10",
1346
+ "tslib": "^2.8.1"
1347
+ }
1348
+ },
1349
+ "node_modules/@peculiar/asn1-pkcs8": {
1350
+ "version": "2.8.0",
1351
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-pkcs8/-/asn1-pkcs8-2.8.0.tgz",
1352
+ "integrity": "sha1-pGz4hXubBjiWr6QdK4sqpqB6cKI= sha512-qAKXtLpBEw9LqhKpjw3ajZSXlBur+ipW+y2ivVBQAG6F6qRx94yO+1ZR4mvw+YaCfKSaOzLeYEzsPaBp4SJELA==",
1353
+ "dependencies": {
1354
+ "@peculiar/asn1-schema": "^2.8.0",
1355
+ "@peculiar/asn1-x509": "^2.8.0",
1356
+ "asn1js": "^3.0.10",
1357
+ "tslib": "^2.8.1"
1358
+ }
1359
+ },
1360
+ "node_modules/@peculiar/asn1-pkcs9": {
1361
+ "version": "2.8.0",
1362
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-pkcs9/-/asn1-pkcs9-2.8.0.tgz",
1363
+ "integrity": "sha1-bWJpevC71PMP3w0jtAGPPwliDeM= sha512-b5nDWCnkV60+cQ141D6sVVwK9nz64R5n3zSVnklGd+ECdkW2Ol3U1a6yYFlalpSOaD557yuJB64A+q42jG7lUQ==",
1364
+ "dependencies": {
1365
+ "@peculiar/asn1-cms": "^2.8.0",
1366
+ "@peculiar/asn1-pfx": "^2.8.0",
1367
+ "@peculiar/asn1-pkcs8": "^2.8.0",
1368
+ "@peculiar/asn1-schema": "^2.8.0",
1369
+ "@peculiar/asn1-x509": "^2.8.0",
1370
+ "@peculiar/asn1-x509-attr": "^2.8.0",
1371
+ "asn1js": "^3.0.10",
1372
+ "tslib": "^2.8.1"
1373
+ }
1374
+ },
1375
+ "node_modules/@peculiar/asn1-rsa": {
1376
+ "version": "2.8.0",
1377
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-rsa/-/asn1-rsa-2.8.0.tgz",
1378
+ "integrity": "sha1-nZjQ/EL+xQEZ0ogbipkl022q6nM= sha512-zHEUlCqB2mk7x2lxDwHHJy7hWZOPdGHVlsmITWKB5/PbQo61atbu9PJ/0r9dQNMwFzbKPXZ8uK8/91eUhRznSg==",
1379
+ "dependencies": {
1380
+ "@peculiar/asn1-schema": "^2.8.0",
1381
+ "@peculiar/asn1-x509": "^2.8.0",
1382
+ "asn1js": "^3.0.10",
1383
+ "tslib": "^2.8.1"
1384
+ }
1385
+ },
1386
+ "node_modules/@peculiar/asn1-schema": {
1387
+ "version": "2.8.0",
1388
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.8.0.tgz",
1389
+ "integrity": "sha1-aWmfhCWbIWFgfKv8NOUSpAI9vvk= sha512-7YT0U/ze0tF2QOBbE15gKZwy5tvgGyLRiRHLzhlbOpf7BT032oBSd0haZqXn5W6l26WLlu3dyxzjM+2638/z2Q==",
1390
+ "dependencies": {
1391
+ "@peculiar/utils": "^2.0.2",
1392
+ "asn1js": "^3.0.10",
1393
+ "tslib": "^2.8.1"
1394
+ }
1395
+ },
1396
+ "node_modules/@peculiar/asn1-x509": {
1397
+ "version": "2.8.0",
1398
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-x509/-/asn1-x509-2.8.0.tgz",
1399
+ "integrity": "sha1-mVip7zXeyEJqq614/+h5jjGLBuI= sha512-N0CMuhWUzsWEVq6F1q9X6+VKUnWzSW+cSVg+aPaGGwDdbFoFWTYgin5MHwXgpWd6y9COMBxnfy/Qc+Xc7F0Zwg==",
1400
+ "dependencies": {
1401
+ "@peculiar/asn1-schema": "^2.8.0",
1402
+ "@peculiar/utils": "^2.0.2",
1403
+ "asn1js": "^3.0.10",
1404
+ "tslib": "^2.8.1"
1405
+ }
1406
+ },
1407
+ "node_modules/@peculiar/asn1-x509-attr": {
1408
+ "version": "2.8.0",
1409
+ "resolved": "https://registry.npmjs.org/@peculiar/asn1-x509-attr/-/asn1-x509-attr-2.8.0.tgz",
1410
+ "integrity": "sha1-vRaOP16Lwj5Wsal4kfny+39zAgQ= sha512-tHjkfS/qhMnmrlB2J9NhflQlQ7In3khO3CfmVrriOlpTeErY9ZIKOso1hQ5JQiyrJ7ShvqVPk7E5fQmbclkSKA==",
1411
+ "dependencies": {
1412
+ "@peculiar/asn1-schema": "^2.8.0",
1413
+ "@peculiar/asn1-x509": "^2.8.0",
1414
+ "asn1js": "^3.0.10",
1415
+ "tslib": "^2.8.1"
1416
+ }
1417
+ },
1418
+ "node_modules/@peculiar/utils": {
1419
+ "version": "2.0.3",
1420
+ "resolved": "https://registry.npmjs.org/@peculiar/utils/-/utils-2.0.3.tgz",
1421
+ "integrity": "sha1-onykxLc2UuEQ8Zp9FtZk9FilUo4= sha512-+oL3HPFRIZ1St2K50lWCXiioIgSoxzz7R1J3uF6neO2yl1sgmpgY6XXJH4BdpoDkMWznQTeYF6oWNDZLCdQ4eQ==",
1422
+ "dependencies": {
1423
+ "tslib": "^2.8.1"
1424
+ }
1425
+ },
1426
+ "node_modules/@peculiar/x509": {
1427
+ "version": "1.14.3",
1428
+ "resolved": "https://registry.npmjs.org/@peculiar/x509/-/x509-1.14.3.tgz",
1429
+ "integrity": "sha1-LETCuJR0NGr+w4oMKAPsT7jOlZ4= sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==",
1430
+ "dependencies": {
1431
+ "@peculiar/asn1-cms": "^2.6.0",
1432
+ "@peculiar/asn1-csr": "^2.6.0",
1433
+ "@peculiar/asn1-ecc": "^2.6.0",
1434
+ "@peculiar/asn1-pkcs9": "^2.6.0",
1435
+ "@peculiar/asn1-rsa": "^2.6.0",
1436
+ "@peculiar/asn1-schema": "^2.6.0",
1437
+ "@peculiar/asn1-x509": "^2.6.0",
1438
+ "pvtsutils": "^1.3.6",
1439
+ "reflect-metadata": "^0.2.2",
1440
+ "tslib": "^2.8.1",
1441
+ "tsyringe": "^4.10.0"
1442
+ },
1443
+ "engines": {
1444
+ "node": ">=20.0.0"
1445
+ }
1446
+ },
1381
1447
  "node_modules/@pnpm/config.env-replace": {
1382
1448
  "version": "1.1.0",
1383
1449
  "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz",
@@ -1620,17 +1686,6 @@
1620
1686
  "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1621
1687
  "integrity": "sha1-lYuRyZGxhnztMYvt6g4hXuBQcm4= sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="
1622
1688
  },
1623
- "node_modules/@types/express": {
1624
- "version": "4.17.23",
1625
- "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz",
1626
- "integrity": "sha1-Na8xk8ZAv9TX/ncZHNDtQRpDO+8= sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==",
1627
- "dependencies": {
1628
- "@types/body-parser": "*",
1629
- "@types/express-serve-static-core": "^4.17.33",
1630
- "@types/qs": "*",
1631
- "@types/serve-static": "*"
1632
- }
1633
- },
1634
1689
  "node_modules/@types/express-serve-static-core": {
1635
1690
  "version": "4.19.6",
1636
1691
  "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
@@ -1701,27 +1756,6 @@
1701
1756
  "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
1702
1757
  "integrity": "sha1-HvMC4Bz30rWg+lJnkMkSO/HQZpA= sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="
1703
1758
  },
1704
- "node_modules/@types/node-forge": {
1705
- "version": "1.3.12",
1706
- "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.12.tgz",
1707
- "integrity": "sha1-/lGtObTeYdXz57maa1Ukofu+N20= sha512-a0ToKlRVnUw3aXKQq2F+krxZKq7B8LEQijzPn5RdFAMatARD2JX9o8FBpMXOOrjob0uc13aN+V/AXniOXW4d9A==",
1708
- "dependencies": {
1709
- "@types/node": "*"
1710
- }
1711
- },
1712
- "node_modules/@types/node-forge/node_modules/@types/node": {
1713
- "version": "24.0.10",
1714
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz",
1715
- "integrity": "sha1-9loWl3m/DXAgMYOhiQvnvujKLds= sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
1716
- "dependencies": {
1717
- "undici-types": "~7.8.0"
1718
- }
1719
- },
1720
- "node_modules/@types/node-forge/node_modules/undici-types": {
1721
- "version": "7.8.0",
1722
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
1723
- "integrity": "sha1-3gC4W3EMVBIuRPv9kR+NcBdM0pQ= sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw=="
1724
- },
1725
1759
  "node_modules/@types/qs": {
1726
1760
  "version": "6.14.0",
1727
1761
  "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
@@ -2071,6 +2105,14 @@
2071
2105
  "node": ">= 0.6"
2072
2106
  }
2073
2107
  },
2108
+ "node_modules/accepts/node_modules/negotiator": {
2109
+ "version": "0.6.3",
2110
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
2111
+ "integrity": "sha1-WOMjpy/twNb5zU0x/kn1FHlZDM0= sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
2112
+ "engines": {
2113
+ "node": ">= 0.6"
2114
+ }
2115
+ },
2074
2116
  "node_modules/acorn": {
2075
2117
  "version": "8.15.0",
2076
2118
  "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
@@ -2241,65 +2283,35 @@
2241
2283
  }
2242
2284
  },
2243
2285
  "node_modules/archiver": {
2244
- "version": "7.0.1",
2245
- "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
2246
- "integrity": "sha1-ydkcNQNiBAuJJzeceqacBlUSL2E= sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
2286
+ "version": "8.0.0",
2287
+ "resolved": "https://registry.npmjs.org/archiver/-/archiver-8.0.0.tgz",
2288
+ "integrity": "sha1-sCuNC5eEiObb6/Hg67xBA/X/rjs= sha512-fV1orZfsnPn9BaSByR/qE67rJCLJEy2Ox5bq7nJh+jquWaNh6Sfec75kJ2T6PtdGUbPQlrVoSVCEOa5SdiTQ1g==",
2247
2289
  "dependencies": {
2248
- "archiver-utils": "^5.0.2",
2249
2290
  "async": "^3.2.4",
2250
2291
  "buffer-crc32": "^1.0.0",
2292
+ "is-stream": "^4.0.0",
2293
+ "lazystream": "^1.0.0",
2294
+ "normalize-path": "^3.0.0",
2251
2295
  "readable-stream": "^4.0.0",
2252
- "readdir-glob": "^1.1.2",
2296
+ "readdir-glob": "^3.0.0",
2253
2297
  "tar-stream": "^3.0.0",
2254
- "zip-stream": "^6.0.1"
2298
+ "zip-stream": "^7.0.2"
2255
2299
  },
2256
2300
  "engines": {
2257
- "node": ">= 14"
2301
+ "node": ">=18"
2258
2302
  }
2259
2303
  },
2260
- "node_modules/archiver-utils": {
2261
- "version": "5.0.2",
2262
- "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
2263
- "integrity": "sha1-Y7xxnZUYA+/HLPlhpW74EHYN0U0= sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
2264
- "dependencies": {
2265
- "glob": "^10.0.0",
2266
- "graceful-fs": "^4.2.0",
2267
- "is-stream": "^2.0.1",
2268
- "lazystream": "^1.0.0",
2269
- "lodash": "^4.17.15",
2270
- "normalize-path": "^3.0.0",
2271
- "readable-stream": "^4.0.0"
2272
- },
2304
+ "node_modules/archiver/node_modules/is-stream": {
2305
+ "version": "4.0.1",
2306
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz",
2307
+ "integrity": "sha1-N1z4keFtLkuuwlC4WSbP/BRyDZs= sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
2273
2308
  "engines": {
2274
- "node": ">= 14"
2275
- }
2276
- },
2277
- "node_modules/archiver-utils/node_modules/glob": {
2278
- "version": "10.5.0",
2279
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
2280
- "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
2281
- "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
2282
- "license": "ISC",
2283
- "dependencies": {
2284
- "foreground-child": "^3.1.0",
2285
- "jackspeak": "^3.1.2",
2286
- "minimatch": "^9.0.4",
2287
- "minipass": "^7.1.2",
2288
- "package-json-from-dist": "^1.0.0",
2289
- "path-scurry": "^1.11.1"
2290
- },
2291
- "bin": {
2292
- "glob": "dist/esm/bin.mjs"
2309
+ "node": ">=18"
2293
2310
  },
2294
2311
  "funding": {
2295
- "url": "https://github.com/sponsors/isaacs"
2312
+ "url": "https://github.com/sponsors/sindresorhus"
2296
2313
  }
2297
2314
  },
2298
- "node_modules/archiver-utils/node_modules/lodash": {
2299
- "version": "4.17.23",
2300
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
2301
- "integrity": "sha1-8ROwN4OGEDvk9okziMc9C95/LFo= sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="
2302
- },
2303
2315
  "node_modules/array-buffer-byte-length": {
2304
2316
  "version": "1.0.2",
2305
2317
  "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
@@ -2357,6 +2369,19 @@
2357
2369
  "url": "https://github.com/sponsors/ljharb"
2358
2370
  }
2359
2371
  },
2372
+ "node_modules/asn1js": {
2373
+ "version": "3.0.10",
2374
+ "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.10.tgz",
2375
+ "integrity": "sha1-3ybIdMiotBymBe/qR7KtB1UQE90= sha512-S2s3aOytiKdFRdulw2qPE51MzjzVOisppcVv7jVFR+Kw0kxwvFrDcYA0h7Ndqbmj0HkMIXYWaoj7fli8kgx1eg==",
2376
+ "dependencies": {
2377
+ "pvtsutils": "^1.3.6",
2378
+ "pvutils": "^1.1.5",
2379
+ "tslib": "^2.8.1"
2380
+ },
2381
+ "engines": {
2382
+ "node": ">=12.0.0"
2383
+ }
2384
+ },
2360
2385
  "node_modules/async": {
2361
2386
  "version": "3.2.6",
2362
2387
  "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
@@ -2690,17 +2715,6 @@
2690
2715
  "ms": "2.0.0"
2691
2716
  }
2692
2717
  },
2693
- "node_modules/body-parser/node_modules/iconv-lite": {
2694
- "version": "0.4.24",
2695
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
2696
- "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs= sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
2697
- "dependencies": {
2698
- "safer-buffer": ">= 2.1.2 < 3"
2699
- },
2700
- "engines": {
2701
- "node": ">=0.10.0"
2702
- }
2703
- },
2704
2718
  "node_modules/body-parser/node_modules/ms": {
2705
2719
  "version": "2.0.0",
2706
2720
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
@@ -2734,14 +2748,6 @@
2734
2748
  "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
2735
2749
  "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24= sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
2736
2750
  },
2737
- "node_modules/brace-expansion": {
2738
- "version": "2.0.2",
2739
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
2740
- "integrity": "sha1-VPxTI3phPYVMe9N0Y6rRffhyFOc= sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
2741
- "dependencies": {
2742
- "balanced-match": "^1.0.0"
2743
- }
2744
- },
2745
2751
  "node_modules/braces": {
2746
2752
  "version": "3.0.3",
2747
2753
  "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
@@ -2842,6 +2848,14 @@
2842
2848
  "node": ">= 0.8"
2843
2849
  }
2844
2850
  },
2851
+ "node_modules/bytestreamjs": {
2852
+ "version": "2.0.1",
2853
+ "resolved": "https://registry.npmjs.org/bytestreamjs/-/bytestreamjs-2.0.1.tgz",
2854
+ "integrity": "sha1-oylHx844mm+hGgmppWPQpFiJU14= sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==",
2855
+ "engines": {
2856
+ "node": ">=6.0.0"
2857
+ }
2858
+ },
2845
2859
  "node_modules/cacheable-lookup": {
2846
2860
  "version": "7.0.0",
2847
2861
  "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
@@ -3198,18 +3212,29 @@
3198
3212
  "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
3199
3213
  },
3200
3214
  "node_modules/compress-commons": {
3201
- "version": "6.0.2",
3202
- "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
3203
- "integrity": "sha1-JtMSUaZrnWuiOoQGTs06anHSYJ4= sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
3215
+ "version": "7.0.1",
3216
+ "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-7.0.1.tgz",
3217
+ "integrity": "sha1-KAZlUk+Y4C1wSw31EYQsLaGQd/0= sha512-g0S8KAD8qf4+V//pr3BfB1aBnARLXNz2Gx+jmHU0LEriUuoQUOPOulVquHKTJ8+EAIIO7fhseNDr9wK5Q9FKBQ==",
3204
3218
  "dependencies": {
3205
3219
  "crc-32": "^1.2.0",
3206
- "crc32-stream": "^6.0.0",
3207
- "is-stream": "^2.0.1",
3220
+ "crc32-stream": "^7.0.1",
3221
+ "is-stream": "^4.0.0",
3208
3222
  "normalize-path": "^3.0.0",
3209
3223
  "readable-stream": "^4.0.0"
3210
3224
  },
3211
3225
  "engines": {
3212
- "node": ">= 14"
3226
+ "node": ">=18"
3227
+ }
3228
+ },
3229
+ "node_modules/compress-commons/node_modules/is-stream": {
3230
+ "version": "4.0.1",
3231
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz",
3232
+ "integrity": "sha1-N1z4keFtLkuuwlC4WSbP/BRyDZs= sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
3233
+ "engines": {
3234
+ "node": ">=18"
3235
+ },
3236
+ "funding": {
3237
+ "url": "https://github.com/sponsors/sindresorhus"
3213
3238
  }
3214
3239
  },
3215
3240
  "node_modules/compressible": {
@@ -3232,15 +3257,15 @@
3232
3257
  }
3233
3258
  },
3234
3259
  "node_modules/compression": {
3235
- "version": "1.8.0",
3236
- "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz",
3237
- "integrity": "sha1-CUIO/JbhGg9E86VY3lnjITZBgPc= sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==",
3260
+ "version": "1.8.1",
3261
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz",
3262
+ "integrity": "sha1-SkXZCawWUJGVqaKL2RCUiJwYDXk= sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
3238
3263
  "dependencies": {
3239
3264
  "bytes": "3.1.2",
3240
3265
  "compressible": "~2.0.18",
3241
3266
  "debug": "2.6.9",
3242
3267
  "negotiator": "~0.6.4",
3243
- "on-headers": "~1.0.2",
3268
+ "on-headers": "~1.1.0",
3244
3269
  "safe-buffer": "5.2.1",
3245
3270
  "vary": "~1.1.2"
3246
3271
  },
@@ -3261,14 +3286,6 @@
3261
3286
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
3262
3287
  "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
3263
3288
  },
3264
- "node_modules/compression/node_modules/negotiator": {
3265
- "version": "0.6.4",
3266
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
3267
- "integrity": "sha1-d3lI4kUmUcVwtxLdAcI+JicT//c= sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
3268
- "engines": {
3269
- "node": ">= 0.6"
3270
- }
3271
- },
3272
3289
  "node_modules/concat-map": {
3273
3290
  "version": "0.0.1",
3274
3291
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
@@ -3371,15 +3388,15 @@
3371
3388
  }
3372
3389
  },
3373
3390
  "node_modules/crc32-stream": {
3374
- "version": "6.0.0",
3375
- "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
3376
- "integrity": "sha1-hSmjho+LJ6u5FfbDYXwPre2/lDA= sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
3391
+ "version": "7.0.1",
3392
+ "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-7.0.1.tgz",
3393
+ "integrity": "sha1-5XP/ZXt4notaExyymPcx19EuD0I= sha512-IBWsY8xznyQrcHn8h4bC8/4ErNke5elzgG8GcqF4RFPw6aHkWWRc7Tgw6upjaTX/CT/yQgqYENkxYsTYN+hW2g==",
3377
3394
  "dependencies": {
3378
3395
  "crc-32": "^1.2.0",
3379
3396
  "readable-stream": "^4.0.0"
3380
3397
  },
3381
3398
  "engines": {
3382
- "node": ">= 14"
3399
+ "node": ">=18"
3383
3400
  }
3384
3401
  },
3385
3402
  "node_modules/cross-fetch": {
@@ -3881,11 +3898,6 @@
3881
3898
  "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
3882
3899
  "integrity": "sha1-Or5DrvODX4rgd9E23c4PJ2sEAOY= sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
3883
3900
  },
3884
- "node_modules/eastasianwidth": {
3885
- "version": "0.2.0",
3886
- "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
3887
- "integrity": "sha1-aWzi7Aqg5uqTo5f/zySqeEDIJ8s= sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
3888
- },
3889
3901
  "node_modules/ee-first": {
3890
3902
  "version": "1.1.1",
3891
3903
  "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
@@ -3929,6 +3941,17 @@
3929
3941
  "url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
3930
3942
  }
3931
3943
  },
3944
+ "node_modules/encoding-sniffer/node_modules/iconv-lite": {
3945
+ "version": "0.6.3",
3946
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
3947
+ "integrity": "sha1-pS+AvzjaGVLrXGgXkHGYcaGnJQE= sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
3948
+ "dependencies": {
3949
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
3950
+ },
3951
+ "engines": {
3952
+ "node": ">=0.10.0"
3953
+ }
3954
+ },
3932
3955
  "node_modules/encoding-sniffer/node_modules/whatwg-encoding": {
3933
3956
  "version": "3.1.1",
3934
3957
  "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
@@ -4342,17 +4365,6 @@
4342
4365
  "node": ">=4"
4343
4366
  }
4344
4367
  },
4345
- "node_modules/external-editor/node_modules/iconv-lite": {
4346
- "version": "0.4.24",
4347
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
4348
- "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs= sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
4349
- "dependencies": {
4350
- "safer-buffer": ">= 2.1.2 < 3"
4351
- },
4352
- "engines": {
4353
- "node": ">=0.10.0"
4354
- }
4355
- },
4356
4368
  "node_modules/external-editor/node_modules/tmp": {
4357
4369
  "version": "0.0.33",
4358
4370
  "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -4537,6 +4549,26 @@
4537
4549
  "semver": "bin/semver.js"
4538
4550
  }
4539
4551
  },
4552
+ "node_modules/find-up": {
4553
+ "version": "4.1.0",
4554
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
4555
+ "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk= sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
4556
+ "dependencies": {
4557
+ "locate-path": "^5.0.0",
4558
+ "path-exists": "^4.0.0"
4559
+ },
4560
+ "engines": {
4561
+ "node": ">=8"
4562
+ }
4563
+ },
4564
+ "node_modules/find-up/node_modules/path-exists": {
4565
+ "version": "4.0.0",
4566
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
4567
+ "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM= sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
4568
+ "engines": {
4569
+ "node": ">=8"
4570
+ }
4571
+ },
4540
4572
  "node_modules/follow-redirects": {
4541
4573
  "version": "1.15.9",
4542
4574
  "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
@@ -4570,32 +4602,6 @@
4570
4602
  "url": "https://github.com/sponsors/ljharb"
4571
4603
  }
4572
4604
  },
4573
- "node_modules/foreground-child": {
4574
- "version": "3.3.1",
4575
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
4576
- "integrity": "sha1-Mujp7Rtoo0l777msK2rfkqY4V28= sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
4577
- "dependencies": {
4578
- "cross-spawn": "^7.0.6",
4579
- "signal-exit": "^4.0.1"
4580
- },
4581
- "engines": {
4582
- "node": ">=14"
4583
- },
4584
- "funding": {
4585
- "url": "https://github.com/sponsors/isaacs"
4586
- }
4587
- },
4588
- "node_modules/foreground-child/node_modules/signal-exit": {
4589
- "version": "4.1.0",
4590
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
4591
- "integrity": "sha1-lSGIwcvVRgcOLdIND0HArgUwywQ= sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
4592
- "engines": {
4593
- "node": ">=14"
4594
- },
4595
- "funding": {
4596
- "url": "https://github.com/sponsors/isaacs"
4597
- }
4598
- },
4599
4605
  "node_modules/form-data": {
4600
4606
  "version": "4.0.4",
4601
4607
  "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
@@ -4658,17 +4664,6 @@
4658
4664
  "node": ">=14.14"
4659
4665
  }
4660
4666
  },
4661
- "node_modules/fs-extra/node_modules/jsonfile": {
4662
- "version": "6.1.0",
4663
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
4664
- "integrity": "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4= sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
4665
- "dependencies": {
4666
- "universalify": "^2.0.0"
4667
- },
4668
- "optionalDependencies": {
4669
- "graceful-fs": "^4.1.6"
4670
- }
4671
- },
4672
4667
  "node_modules/fswin": {
4673
4668
  "version": "3.24.829",
4674
4669
  "resolved": "https://registry.npmjs.org/fswin/-/fswin-3.24.829.tgz",
@@ -5375,11 +5370,11 @@
5375
5370
  }
5376
5371
  },
5377
5372
  "node_modules/iconv-lite": {
5378
- "version": "0.6.3",
5379
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
5380
- "integrity": "sha1-pS+AvzjaGVLrXGgXkHGYcaGnJQE= sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
5373
+ "version": "0.4.24",
5374
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
5375
+ "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs= sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
5381
5376
  "dependencies": {
5382
- "safer-buffer": ">= 2.1.2 < 3.0.0"
5377
+ "safer-buffer": ">= 2.1.2 < 3"
5383
5378
  },
5384
5379
  "engines": {
5385
5380
  "node": ">=0.10.0"
@@ -5819,17 +5814,6 @@
5819
5814
  "url": "https://github.com/sponsors/ljharb"
5820
5815
  }
5821
5816
  },
5822
- "node_modules/is-stream": {
5823
- "version": "2.0.1",
5824
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
5825
- "integrity": "sha1-+sHj1TuXrVqdCunO8jifWBClwHc= sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
5826
- "engines": {
5827
- "node": ">=8"
5828
- },
5829
- "funding": {
5830
- "url": "https://github.com/sponsors/sindresorhus"
5831
- }
5832
- },
5833
5817
  "node_modules/is-string": {
5834
5818
  "version": "1.1.1",
5835
5819
  "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
@@ -5936,20 +5920,6 @@
5936
5920
  "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
5937
5921
  "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
5938
5922
  },
5939
- "node_modules/jackspeak": {
5940
- "version": "3.4.3",
5941
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
5942
- "integrity": "sha1-iDOp2Jq0rN5hiJQr0cU7Y5DtWoo= sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
5943
- "dependencies": {
5944
- "@isaacs/cliui": "^8.0.2"
5945
- },
5946
- "funding": {
5947
- "url": "https://github.com/sponsors/isaacs"
5948
- },
5949
- "optionalDependencies": {
5950
- "@pkgjs/parseargs": "^0.11.0"
5951
- }
5952
- },
5953
5923
  "node_modules/jest-worker": {
5954
5924
  "version": "27.5.1",
5955
5925
  "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
@@ -6042,6 +6012,17 @@
6042
6012
  "node": ">=6"
6043
6013
  }
6044
6014
  },
6015
+ "node_modules/jsonfile": {
6016
+ "version": "6.1.0",
6017
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
6018
+ "integrity": "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4= sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
6019
+ "dependencies": {
6020
+ "universalify": "^2.0.0"
6021
+ },
6022
+ "optionalDependencies": {
6023
+ "graceful-fs": "^4.1.6"
6024
+ }
6025
+ },
6045
6026
  "node_modules/jsonpointer": {
6046
6027
  "version": "5.0.1",
6047
6028
  "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
@@ -6155,6 +6136,17 @@
6155
6136
  "node": ">=8.9.0"
6156
6137
  }
6157
6138
  },
6139
+ "node_modules/locate-path": {
6140
+ "version": "5.0.0",
6141
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
6142
+ "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA= sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
6143
+ "dependencies": {
6144
+ "p-locate": "^4.1.0"
6145
+ },
6146
+ "engines": {
6147
+ "node": ">=8"
6148
+ }
6149
+ },
6158
6150
  "node_modules/lodash": {
6159
6151
  "version": "4.17.21",
6160
6152
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
@@ -6341,20 +6333,6 @@
6341
6333
  "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
6342
6334
  "integrity": "sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc= sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
6343
6335
  },
6344
- "node_modules/minimatch": {
6345
- "version": "9.0.5",
6346
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
6347
- "integrity": "sha1-10+d1rV9g9jpjPuCEzsDl4vJKeU= sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
6348
- "dependencies": {
6349
- "brace-expansion": "^2.0.1"
6350
- },
6351
- "engines": {
6352
- "node": ">=16 || 14 >=14.17"
6353
- },
6354
- "funding": {
6355
- "url": "https://github.com/sponsors/isaacs"
6356
- }
6357
- },
6358
6336
  "node_modules/minimist": {
6359
6337
  "version": "1.2.8",
6360
6338
  "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
@@ -6363,14 +6341,6 @@
6363
6341
  "url": "https://github.com/sponsors/ljharb"
6364
6342
  }
6365
6343
  },
6366
- "node_modules/minipass": {
6367
- "version": "7.1.2",
6368
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
6369
- "integrity": "sha1-k6libOXl5mvU24aEnnUV6SNApwc= sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
6370
- "engines": {
6371
- "node": ">=16 || 14 >=14.17"
6372
- }
6373
- },
6374
6344
  "node_modules/mkdirp-classic": {
6375
6345
  "version": "0.5.3",
6376
6346
  "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
@@ -6412,9 +6382,9 @@
6412
6382
  "integrity": "sha1-E8IsAYf8/MzhRhhEE2NypH3cAn4= sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA=="
6413
6383
  },
6414
6384
  "node_modules/negotiator": {
6415
- "version": "0.6.3",
6416
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
6417
- "integrity": "sha1-WOMjpy/twNb5zU0x/kn1FHlZDM0= sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
6385
+ "version": "0.6.4",
6386
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
6387
+ "integrity": "sha1-d3lI4kUmUcVwtxLdAcI+JicT//c= sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
6418
6388
  "engines": {
6419
6389
  "node": ">= 0.6"
6420
6390
  }
@@ -6514,14 +6484,6 @@
6514
6484
  "webidl-conversions": "^3.0.0"
6515
6485
  }
6516
6486
  },
6517
- "node_modules/node-forge": {
6518
- "version": "1.3.1",
6519
- "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
6520
- "integrity": "sha1-vo2iryQ7JBfV9kancGY6krfp3tM= sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
6521
- "engines": {
6522
- "node": ">= 6.13.0"
6523
- }
6524
- },
6525
6487
  "node_modules/node-machine-id": {
6526
6488
  "version": "1.1.12",
6527
6489
  "resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz",
@@ -6625,9 +6587,9 @@
6625
6587
  }
6626
6588
  },
6627
6589
  "node_modules/on-headers": {
6628
- "version": "1.0.2",
6629
- "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
6630
- "integrity": "sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8= sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
6590
+ "version": "1.1.0",
6591
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
6592
+ "integrity": "sha1-WdpPkcRfX5icbkvO3Fo7Cu1w/2U= sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
6631
6593
  "engines": {
6632
6594
  "node": ">= 0.8"
6633
6595
  }
@@ -6716,6 +6678,39 @@
6716
6678
  "node": ">=12.20"
6717
6679
  }
6718
6680
  },
6681
+ "node_modules/p-locate": {
6682
+ "version": "4.1.0",
6683
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
6684
+ "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc= sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
6685
+ "dependencies": {
6686
+ "p-limit": "^2.2.0"
6687
+ },
6688
+ "engines": {
6689
+ "node": ">=8"
6690
+ }
6691
+ },
6692
+ "node_modules/p-locate/node_modules/p-limit": {
6693
+ "version": "2.3.0",
6694
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
6695
+ "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE= sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
6696
+ "dependencies": {
6697
+ "p-try": "^2.0.0"
6698
+ },
6699
+ "engines": {
6700
+ "node": ">=6"
6701
+ },
6702
+ "funding": {
6703
+ "url": "https://github.com/sponsors/sindresorhus"
6704
+ }
6705
+ },
6706
+ "node_modules/p-locate/node_modules/p-try": {
6707
+ "version": "2.2.0",
6708
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
6709
+ "integrity": "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY= sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
6710
+ "engines": {
6711
+ "node": ">=6"
6712
+ }
6713
+ },
6719
6714
  "node_modules/p-retry": {
6720
6715
  "version": "6.2.1",
6721
6716
  "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.2.1.tgz",
@@ -6749,11 +6744,6 @@
6749
6744
  "url": "https://github.com/sponsors/sindresorhus"
6750
6745
  }
6751
6746
  },
6752
- "node_modules/package-json-from-dist": {
6753
- "version": "1.0.1",
6754
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
6755
- "integrity": "sha1-TxRxoBCCeob5TP2bByfjbSZ95QU= sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
6756
- },
6757
6747
  "node_modules/param-case": {
6758
6748
  "version": "3.0.4",
6759
6749
  "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
@@ -6841,26 +6831,6 @@
6841
6831
  "node": ">=8"
6842
6832
  }
6843
6833
  },
6844
- "node_modules/path-scurry": {
6845
- "version": "1.11.1",
6846
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
6847
- "integrity": "sha1-eWCmaIiFlKByCxKpEdGnQqufEdI= sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
6848
- "dependencies": {
6849
- "lru-cache": "^10.2.0",
6850
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
6851
- },
6852
- "engines": {
6853
- "node": ">=16 || 14 >=14.18"
6854
- },
6855
- "funding": {
6856
- "url": "https://github.com/sponsors/isaacs"
6857
- }
6858
- },
6859
- "node_modules/path-scurry/node_modules/lru-cache": {
6860
- "version": "10.4.3",
6861
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
6862
- "integrity": "sha1-QQ/IoXtw5ZgBPfJXwkRrfzOD8Rk= sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
6863
- },
6864
6834
  "node_modules/path-to-regexp": {
6865
6835
  "version": "0.1.12",
6866
6836
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
@@ -6901,70 +6871,6 @@
6901
6871
  "node": ">=8"
6902
6872
  }
6903
6873
  },
6904
- "node_modules/pkg-dir/node_modules/find-up": {
6905
- "version": "4.1.0",
6906
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
6907
- "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk= sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
6908
- "dependencies": {
6909
- "locate-path": "^5.0.0",
6910
- "path-exists": "^4.0.0"
6911
- },
6912
- "engines": {
6913
- "node": ">=8"
6914
- }
6915
- },
6916
- "node_modules/pkg-dir/node_modules/locate-path": {
6917
- "version": "5.0.0",
6918
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
6919
- "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA= sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
6920
- "dependencies": {
6921
- "p-locate": "^4.1.0"
6922
- },
6923
- "engines": {
6924
- "node": ">=8"
6925
- }
6926
- },
6927
- "node_modules/pkg-dir/node_modules/p-limit": {
6928
- "version": "2.3.0",
6929
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
6930
- "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE= sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
6931
- "dependencies": {
6932
- "p-try": "^2.0.0"
6933
- },
6934
- "engines": {
6935
- "node": ">=6"
6936
- },
6937
- "funding": {
6938
- "url": "https://github.com/sponsors/sindresorhus"
6939
- }
6940
- },
6941
- "node_modules/pkg-dir/node_modules/p-locate": {
6942
- "version": "4.1.0",
6943
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
6944
- "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc= sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
6945
- "dependencies": {
6946
- "p-limit": "^2.2.0"
6947
- },
6948
- "engines": {
6949
- "node": ">=8"
6950
- }
6951
- },
6952
- "node_modules/pkg-dir/node_modules/p-try": {
6953
- "version": "2.2.0",
6954
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
6955
- "integrity": "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY= sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
6956
- "engines": {
6957
- "node": ">=6"
6958
- }
6959
- },
6960
- "node_modules/pkg-dir/node_modules/path-exists": {
6961
- "version": "4.0.0",
6962
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
6963
- "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM= sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
6964
- "engines": {
6965
- "node": ">=8"
6966
- }
6967
- },
6968
6874
  "node_modules/pkg-up": {
6969
6875
  "version": "3.1.0",
6970
6876
  "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
@@ -7032,6 +6938,22 @@
7032
6938
  "node": ">=6"
7033
6939
  }
7034
6940
  },
6941
+ "node_modules/pkijs": {
6942
+ "version": "3.4.0",
6943
+ "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.4.0.tgz",
6944
+ "integrity": "sha1-2RZN7zD/bZe+LYiWbV42GSSZypw= sha512-emEcLuomt2j03vxD54giVB4SxTjnsqkU692xZOZXHDVoYyypEm+b3jpiTcc+Cf+myooc+/Ly0z01jqeNHVgJGw==",
6945
+ "dependencies": {
6946
+ "@noble/hashes": "1.4.0",
6947
+ "asn1js": "^3.0.6",
6948
+ "bytestreamjs": "^2.0.1",
6949
+ "pvtsutils": "^1.3.6",
6950
+ "pvutils": "^1.1.3",
6951
+ "tslib": "^2.8.1"
6952
+ },
6953
+ "engines": {
6954
+ "node": ">=16.0.0"
6955
+ }
6956
+ },
7035
6957
  "node_modules/portfinder": {
7036
6958
  "version": "1.0.37",
7037
6959
  "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.37.tgz",
@@ -7150,6 +7072,22 @@
7150
7072
  "node": ">=6"
7151
7073
  }
7152
7074
  },
7075
+ "node_modules/pvtsutils": {
7076
+ "version": "1.3.6",
7077
+ "resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.6.tgz",
7078
+ "integrity": "sha1-7EbjTbdCK55P3FSQV4wYg2V9YAE= sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==",
7079
+ "dependencies": {
7080
+ "tslib": "^2.8.1"
7081
+ }
7082
+ },
7083
+ "node_modules/pvutils": {
7084
+ "version": "1.1.5",
7085
+ "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.5.tgz",
7086
+ "integrity": "sha1-hLDepKXWcCSaqYAFEYBO4LfCgJw= sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==",
7087
+ "engines": {
7088
+ "node": ">=16.0.0"
7089
+ }
7090
+ },
7153
7091
  "node_modules/queue-microtask": {
7154
7092
  "version": "1.2.3",
7155
7093
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
@@ -7199,17 +7137,6 @@
7199
7137
  "node": ">= 0.8"
7200
7138
  }
7201
7139
  },
7202
- "node_modules/raw-body/node_modules/iconv-lite": {
7203
- "version": "0.4.24",
7204
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
7205
- "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs= sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
7206
- "dependencies": {
7207
- "safer-buffer": ">= 2.1.2 < 3"
7208
- },
7209
- "engines": {
7210
- "node": ">=0.10.0"
7211
- }
7212
- },
7213
7140
  "node_modules/rc": {
7214
7141
  "version": "1.2.8",
7215
7142
  "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
@@ -7248,22 +7175,50 @@
7248
7175
  }
7249
7176
  },
7250
7177
  "node_modules/readdir-glob": {
7251
- "version": "1.1.3",
7252
- "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
7253
- "integrity": "sha1-w9gx9R9ee/pi+i/75LUIxkDwlYQ= sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
7178
+ "version": "3.0.0",
7179
+ "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-3.0.0.tgz",
7180
+ "integrity": "sha1-o1ReDO+E2Iww/kQRjRp+IElukkU= sha512-AhNB2KgKeVJr16nK9LLZbJNWnYoT23ZrumNKFDebHBdkC8KHSqWo871JAUhoWC/RtjEVdqNMFpM6qrwRbaUqpw==",
7254
7181
  "dependencies": {
7255
- "minimatch": "^5.1.0"
7182
+ "minimatch": "^10.2.2"
7183
+ },
7184
+ "engines": {
7185
+ "node": ">=18"
7186
+ },
7187
+ "funding": {
7188
+ "url": "https://github.com/sponsors/yqnn"
7189
+ }
7190
+ },
7191
+ "node_modules/readdir-glob/node_modules/balanced-match": {
7192
+ "version": "4.0.4",
7193
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
7194
+ "integrity": "sha1-v7EGYv7tgZaixi58aOF3IMJ0F5o= sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
7195
+ "engines": {
7196
+ "node": "18 || 20 || >=22"
7197
+ }
7198
+ },
7199
+ "node_modules/readdir-glob/node_modules/brace-expansion": {
7200
+ "version": "5.0.4",
7201
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
7202
+ "integrity": "sha1-YU2q7NCmiPZgu7yQmodIw9gNQzY= sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
7203
+ "dependencies": {
7204
+ "balanced-match": "^4.0.2"
7205
+ },
7206
+ "engines": {
7207
+ "node": "18 || 20 || >=22"
7256
7208
  }
7257
7209
  },
7258
7210
  "node_modules/readdir-glob/node_modules/minimatch": {
7259
- "version": "5.1.9",
7260
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
7261
- "integrity": "sha1-EpPvFdsAmLOUVA6Pn3RPn9qN7ks= sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
7211
+ "version": "10.2.4",
7212
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
7213
+ "integrity": "sha1-Rls6zL0CGLgoH1MB4nztxpf5b94= sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
7262
7214
  "dependencies": {
7263
- "brace-expansion": "^2.0.1"
7215
+ "brace-expansion": "^5.0.2"
7264
7216
  },
7265
7217
  "engines": {
7266
- "node": ">=10"
7218
+ "node": "18 || 20 || >=22"
7219
+ },
7220
+ "funding": {
7221
+ "url": "https://github.com/sponsors/isaacs"
7267
7222
  }
7268
7223
  },
7269
7224
  "node_modules/readdirp": {
@@ -7308,6 +7263,11 @@
7308
7263
  "node": "*"
7309
7264
  }
7310
7265
  },
7266
+ "node_modules/reflect-metadata": {
7267
+ "version": "0.2.2",
7268
+ "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
7269
+ "integrity": "sha1-QAyEW2y6h6IfLGXErrFY9PpNnFs= sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q=="
7270
+ },
7311
7271
  "node_modules/reflect.getprototypeof": {
7312
7272
  "version": "1.0.10",
7313
7273
  "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
@@ -7677,15 +7637,15 @@
7677
7637
  "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
7678
7638
  },
7679
7639
  "node_modules/selfsigned": {
7680
- "version": "2.4.1",
7681
- "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
7682
- "integrity": "sha1-Vg2QVlRCo+01tnQDTOxOldzrSuA= sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
7640
+ "version": "5.5.0",
7641
+ "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-5.5.0.tgz",
7642
+ "integrity": "sha1-TJq3x8nzXxj7apiCwlPrDmvWVXs= sha512-ftnu3TW4+3eBfLRFnDEkzGxSF/10BJBkaLJuBHZX0kiPS7bRdlpZGu6YGt4KngMkdTwJE6MbjavFpqHvqVt+Ew==",
7683
7643
  "dependencies": {
7684
- "@types/node-forge": "^1.3.0",
7685
- "node-forge": "^1"
7644
+ "@peculiar/x509": "^1.14.2",
7645
+ "pkijs": "^3.3.3"
7686
7646
  },
7687
7647
  "engines": {
7688
- "node": ">=10"
7648
+ "node": ">=18"
7689
7649
  }
7690
7650
  },
7691
7651
  "node_modules/semver": {
@@ -8178,21 +8138,6 @@
8178
8138
  "node": ">=8"
8179
8139
  }
8180
8140
  },
8181
- "node_modules/string-width-cjs": {
8182
- "name": "string-width",
8183
- "version": "4.2.3",
8184
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
8185
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
8186
- "license": "MIT",
8187
- "dependencies": {
8188
- "emoji-regex": "^8.0.0",
8189
- "is-fullwidth-code-point": "^3.0.0",
8190
- "strip-ansi": "^6.0.1"
8191
- },
8192
- "engines": {
8193
- "node": ">=8"
8194
- }
8195
- },
8196
8141
  "node_modules/string.prototype.trim": {
8197
8142
  "version": "1.2.10",
8198
8143
  "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
@@ -8257,19 +8202,6 @@
8257
8202
  "node": ">=8"
8258
8203
  }
8259
8204
  },
8260
- "node_modules/strip-ansi-cjs": {
8261
- "name": "strip-ansi",
8262
- "version": "6.0.1",
8263
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
8264
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
8265
- "license": "MIT",
8266
- "dependencies": {
8267
- "ansi-regex": "^5.0.1"
8268
- },
8269
- "engines": {
8270
- "node": ">=8"
8271
- }
8272
- },
8273
8205
  "node_modules/supports-color": {
8274
8206
  "version": "7.2.0",
8275
8207
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
@@ -8571,6 +8503,22 @@
8571
8503
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
8572
8504
  "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA= sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
8573
8505
  },
8506
+ "node_modules/tsyringe": {
8507
+ "version": "4.10.0",
8508
+ "resolved": "https://registry.npmjs.org/tsyringe/-/tsyringe-4.10.0.tgz",
8509
+ "integrity": "sha1-0MlYFdWERkIUBgKF6qrdlKoDKZw= sha512-axr3IdNuVIxnaK5XGEUFTu3YmAQ6lllgrvqfEoR16g/HGnYY/6We4oWENtAnzK6/LpJ2ur9PAb80RBt7/U4ugw==",
8510
+ "dependencies": {
8511
+ "tslib": "^1.9.3"
8512
+ },
8513
+ "engines": {
8514
+ "node": ">= 6.0.0"
8515
+ }
8516
+ },
8517
+ "node_modules/tsyringe/node_modules/tslib": {
8518
+ "version": "1.14.1",
8519
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
8520
+ "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA= sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
8521
+ },
8574
8522
  "node_modules/tunnel-agent": {
8575
8523
  "version": "0.6.0",
8576
8524
  "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
@@ -8962,13 +8910,13 @@
8962
8910
  }
8963
8911
  },
8964
8912
  "node_modules/webpack-dev-server": {
8965
- "version": "5.2.2",
8966
- "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.2.2.tgz",
8967
- "integrity": "sha1-lqFD1QxY/vDHkQfmHfkRco186zk= sha512-QcQ72gh8a+7JO63TAx/6XZf/CWhgMzu5m0QirvPfGvptOusAxG12w2+aua1Jkjr7hzaWDnJ2n6JFeexMHI+Zjg==",
8913
+ "version": "5.2.5",
8914
+ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.2.5.tgz",
8915
+ "integrity": "sha1-ZI/Oqsalc2sJNeXB5V1qodBiYRk= sha512-4wZtCquSuv9CKX8oybo+mqxtxZqWz47uM1Ch94lxowBztOhWCbhqvRbfC/mODOwxgV2brY+JGZpHq58/SuVFYg==",
8968
8916
  "dependencies": {
8969
8917
  "@types/bonjour": "^3.5.13",
8970
8918
  "@types/connect-history-api-fallback": "^1.5.4",
8971
- "@types/express": "^4.17.21",
8919
+ "@types/express": "^4.17.25",
8972
8920
  "@types/express-serve-static-core": "^4.17.21",
8973
8921
  "@types/serve-index": "^1.9.4",
8974
8922
  "@types/serve-static": "^1.15.5",
@@ -8978,9 +8926,9 @@
8978
8926
  "bonjour-service": "^1.2.1",
8979
8927
  "chokidar": "^3.6.0",
8980
8928
  "colorette": "^2.0.10",
8981
- "compression": "^1.7.4",
8929
+ "compression": "^1.8.1",
8982
8930
  "connect-history-api-fallback": "^2.0.0",
8983
- "express": "^4.21.2",
8931
+ "express": "^4.22.1",
8984
8932
  "graceful-fs": "^4.2.6",
8985
8933
  "http-proxy-middleware": "^2.0.9",
8986
8934
  "ipaddr.js": "^2.1.0",
@@ -8988,7 +8936,7 @@
8988
8936
  "open": "^10.0.3",
8989
8937
  "p-retry": "^6.2.0",
8990
8938
  "schema-utils": "^4.2.0",
8991
- "selfsigned": "^2.4.1",
8939
+ "selfsigned": "^5.5.0",
8992
8940
  "serve-index": "^1.9.1",
8993
8941
  "sockjs": "^0.3.24",
8994
8942
  "spdy": "^4.0.2",
@@ -9017,6 +8965,27 @@
9017
8965
  }
9018
8966
  }
9019
8967
  },
8968
+ "node_modules/webpack-dev-server/node_modules/@types/express": {
8969
+ "version": "4.17.25",
8970
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz",
8971
+ "integrity": "sha1-BwyMc6b+5pNtZcGV27+32lAmZJs= sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==",
8972
+ "dependencies": {
8973
+ "@types/body-parser": "*",
8974
+ "@types/express-serve-static-core": "^4.17.33",
8975
+ "@types/qs": "*",
8976
+ "@types/serve-static": "^1"
8977
+ }
8978
+ },
8979
+ "node_modules/webpack-dev-server/node_modules/@types/express/node_modules/@types/serve-static": {
8980
+ "version": "1.15.10",
8981
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz",
8982
+ "integrity": "sha1-doFpFFp3j49d/LY2CurUFKOZT+4= sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==",
8983
+ "dependencies": {
8984
+ "@types/http-errors": "*",
8985
+ "@types/node": "*",
8986
+ "@types/send": "<1"
8987
+ }
8988
+ },
9020
8989
  "node_modules/webpack-dev-server/node_modules/@types/node": {
9021
8990
  "version": "24.0.10",
9022
8991
  "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz",
@@ -9025,6 +8994,15 @@
9025
8994
  "undici-types": "~7.8.0"
9026
8995
  }
9027
8996
  },
8997
+ "node_modules/webpack-dev-server/node_modules/@types/send": {
8998
+ "version": "0.17.6",
8999
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz",
9000
+ "integrity": "sha1-rrU4W+Yv9YpSzVRZ2qUJrpFlHSU= sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==",
9001
+ "dependencies": {
9002
+ "@types/mime": "^1",
9003
+ "@types/node": "*"
9004
+ }
9005
+ },
9028
9006
  "node_modules/webpack-dev-server/node_modules/@types/ws": {
9029
9007
  "version": "8.18.1",
9030
9008
  "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
@@ -9033,6 +9011,50 @@
9033
9011
  "@types/node": "*"
9034
9012
  }
9035
9013
  },
9014
+ "node_modules/webpack-dev-server/node_modules/body-parser": {
9015
+ "version": "1.20.5",
9016
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz",
9017
+ "integrity": "sha1-MDyMNEI9HW+nmbx2TpPB5Nxuv2Q= sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==",
9018
+ "dependencies": {
9019
+ "bytes": "~3.1.2",
9020
+ "content-type": "~1.0.5",
9021
+ "debug": "2.6.9",
9022
+ "depd": "2.0.0",
9023
+ "destroy": "~1.2.0",
9024
+ "http-errors": "~2.0.1",
9025
+ "iconv-lite": "~0.4.24",
9026
+ "on-finished": "~2.4.1",
9027
+ "qs": "~6.15.1",
9028
+ "raw-body": "~2.5.3",
9029
+ "type-is": "~1.6.18",
9030
+ "unpipe": "~1.0.0"
9031
+ },
9032
+ "engines": {
9033
+ "node": ">= 0.8",
9034
+ "npm": "1.2.8000 || >= 1.4.16"
9035
+ }
9036
+ },
9037
+ "node_modules/webpack-dev-server/node_modules/cookie": {
9038
+ "version": "0.7.2",
9039
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
9040
+ "integrity": "sha1-VWNpxHKiupEPKXmJG1JrNDYjftc= sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
9041
+ "engines": {
9042
+ "node": ">= 0.6"
9043
+ }
9044
+ },
9045
+ "node_modules/webpack-dev-server/node_modules/cookie-signature": {
9046
+ "version": "1.0.7",
9047
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
9048
+ "integrity": "sha1-q13Xq3V8VOYPN+9lUPSBxCbRBFQ= sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA=="
9049
+ },
9050
+ "node_modules/webpack-dev-server/node_modules/debug": {
9051
+ "version": "2.6.9",
9052
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
9053
+ "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8= sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
9054
+ "dependencies": {
9055
+ "ms": "2.0.0"
9056
+ }
9057
+ },
9036
9058
  "node_modules/webpack-dev-server/node_modules/define-lazy-prop": {
9037
9059
  "version": "3.0.0",
9038
9060
  "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
@@ -9044,6 +9066,87 @@
9044
9066
  "url": "https://github.com/sponsors/sindresorhus"
9045
9067
  }
9046
9068
  },
9069
+ "node_modules/webpack-dev-server/node_modules/express": {
9070
+ "version": "4.22.2",
9071
+ "resolved": "https://registry.npmjs.org/express/-/express-4.22.2.tgz",
9072
+ "integrity": "sha1-wXrgmB5e/CSyInLw4EHEZiUDtwA= sha512-IuL+Elrou2ZvCFHs18/CIzy2Nzvo25nZ1/D2eIZlz7c+QUayAcYoiM2BthCjs+EBHVpjYjcuLDAiCWgeIX3X1Q==",
9073
+ "dependencies": {
9074
+ "accepts": "~1.3.8",
9075
+ "array-flatten": "1.1.1",
9076
+ "body-parser": "~1.20.5",
9077
+ "content-disposition": "~0.5.4",
9078
+ "content-type": "~1.0.4",
9079
+ "cookie": "~0.7.1",
9080
+ "cookie-signature": "~1.0.6",
9081
+ "debug": "2.6.9",
9082
+ "depd": "2.0.0",
9083
+ "encodeurl": "~2.0.0",
9084
+ "escape-html": "~1.0.3",
9085
+ "etag": "~1.8.1",
9086
+ "finalhandler": "~1.3.1",
9087
+ "fresh": "~0.5.2",
9088
+ "http-errors": "~2.0.0",
9089
+ "merge-descriptors": "1.0.3",
9090
+ "methods": "~1.1.2",
9091
+ "on-finished": "~2.4.1",
9092
+ "parseurl": "~1.3.3",
9093
+ "path-to-regexp": "~0.1.12",
9094
+ "proxy-addr": "~2.0.7",
9095
+ "qs": "~6.15.1",
9096
+ "range-parser": "~1.2.1",
9097
+ "safe-buffer": "5.2.1",
9098
+ "send": "~0.19.0",
9099
+ "serve-static": "~1.16.2",
9100
+ "setprototypeof": "1.2.0",
9101
+ "statuses": "~2.0.1",
9102
+ "type-is": "~1.6.18",
9103
+ "utils-merge": "1.0.1",
9104
+ "vary": "~1.1.2"
9105
+ },
9106
+ "engines": {
9107
+ "node": ">= 0.10.0"
9108
+ },
9109
+ "funding": {
9110
+ "type": "opencollective",
9111
+ "url": "https://opencollective.com/express"
9112
+ }
9113
+ },
9114
+ "node_modules/webpack-dev-server/node_modules/finalhandler": {
9115
+ "version": "1.3.2",
9116
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
9117
+ "integrity": "sha1-HrwiKPx2c6rEpHLDEMwFt32FK4g= sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
9118
+ "dependencies": {
9119
+ "debug": "2.6.9",
9120
+ "encodeurl": "~2.0.0",
9121
+ "escape-html": "~1.0.3",
9122
+ "on-finished": "~2.4.1",
9123
+ "parseurl": "~1.3.3",
9124
+ "statuses": "~2.0.2",
9125
+ "unpipe": "~1.0.0"
9126
+ },
9127
+ "engines": {
9128
+ "node": ">= 0.8"
9129
+ }
9130
+ },
9131
+ "node_modules/webpack-dev-server/node_modules/http-errors": {
9132
+ "version": "2.0.1",
9133
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
9134
+ "integrity": "sha1-NtL2W8kJyHkAGN02+02T2myq4Gs= sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
9135
+ "dependencies": {
9136
+ "depd": "~2.0.0",
9137
+ "inherits": "~2.0.4",
9138
+ "setprototypeof": "~1.2.0",
9139
+ "statuses": "~2.0.2",
9140
+ "toidentifier": "~1.0.1"
9141
+ },
9142
+ "engines": {
9143
+ "node": ">= 0.8"
9144
+ },
9145
+ "funding": {
9146
+ "type": "opencollective",
9147
+ "url": "https://opencollective.com/express"
9148
+ }
9149
+ },
9047
9150
  "node_modules/webpack-dev-server/node_modules/is-wsl": {
9048
9151
  "version": "3.1.0",
9049
9152
  "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
@@ -9058,6 +9161,11 @@
9058
9161
  "url": "https://github.com/sponsors/sindresorhus"
9059
9162
  }
9060
9163
  },
9164
+ "node_modules/webpack-dev-server/node_modules/ms": {
9165
+ "version": "2.0.0",
9166
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
9167
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
9168
+ },
9061
9169
  "node_modules/webpack-dev-server/node_modules/open": {
9062
9170
  "version": "10.1.2",
9063
9171
  "resolved": "https://registry.npmjs.org/open/-/open-10.1.2.tgz",
@@ -9075,6 +9183,89 @@
9075
9183
  "url": "https://github.com/sponsors/sindresorhus"
9076
9184
  }
9077
9185
  },
9186
+ "node_modules/webpack-dev-server/node_modules/path-to-regexp": {
9187
+ "version": "0.1.13",
9188
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
9189
+ "integrity": "sha1-myLsFrw6uI0FoMfjaYaUIUAasX0= sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA=="
9190
+ },
9191
+ "node_modules/webpack-dev-server/node_modules/qs": {
9192
+ "version": "6.15.2",
9193
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
9194
+ "integrity": "sha1-/VVCbXEEA93MxF4PnqsW23cn7Ok= sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
9195
+ "dependencies": {
9196
+ "side-channel": "^1.1.0"
9197
+ },
9198
+ "engines": {
9199
+ "node": ">=0.6"
9200
+ },
9201
+ "funding": {
9202
+ "url": "https://github.com/sponsors/ljharb"
9203
+ }
9204
+ },
9205
+ "node_modules/webpack-dev-server/node_modules/raw-body": {
9206
+ "version": "2.5.3",
9207
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
9208
+ "integrity": "sha1-EcZlDudwp94bSU8ZeSfeDJI4IuI= sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
9209
+ "dependencies": {
9210
+ "bytes": "~3.1.2",
9211
+ "http-errors": "~2.0.1",
9212
+ "iconv-lite": "~0.4.24",
9213
+ "unpipe": "~1.0.0"
9214
+ },
9215
+ "engines": {
9216
+ "node": ">= 0.8"
9217
+ }
9218
+ },
9219
+ "node_modules/webpack-dev-server/node_modules/send": {
9220
+ "version": "0.19.2",
9221
+ "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
9222
+ "integrity": "sha1-WbwNobTqetQnNv1kKxxClOEU/yk= sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
9223
+ "dependencies": {
9224
+ "debug": "2.6.9",
9225
+ "depd": "2.0.0",
9226
+ "destroy": "1.2.0",
9227
+ "encodeurl": "~2.0.0",
9228
+ "escape-html": "~1.0.3",
9229
+ "etag": "~1.8.1",
9230
+ "fresh": "~0.5.2",
9231
+ "http-errors": "~2.0.1",
9232
+ "mime": "1.6.0",
9233
+ "ms": "2.1.3",
9234
+ "on-finished": "~2.4.1",
9235
+ "range-parser": "~1.2.1",
9236
+ "statuses": "~2.0.2"
9237
+ },
9238
+ "engines": {
9239
+ "node": ">= 0.8.0"
9240
+ }
9241
+ },
9242
+ "node_modules/webpack-dev-server/node_modules/send/node_modules/ms": {
9243
+ "version": "2.1.3",
9244
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
9245
+ "integrity": "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI= sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
9246
+ },
9247
+ "node_modules/webpack-dev-server/node_modules/serve-static": {
9248
+ "version": "1.16.3",
9249
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
9250
+ "integrity": "sha1-qXt02VV3hYPzhipPC4QetNXXjPk= sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
9251
+ "dependencies": {
9252
+ "encodeurl": "~2.0.0",
9253
+ "escape-html": "~1.0.3",
9254
+ "parseurl": "~1.3.3",
9255
+ "send": "~0.19.1"
9256
+ },
9257
+ "engines": {
9258
+ "node": ">= 0.8.0"
9259
+ }
9260
+ },
9261
+ "node_modules/webpack-dev-server/node_modules/statuses": {
9262
+ "version": "2.0.2",
9263
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
9264
+ "integrity": "sha1-j3XuzvdlteHPzcCA2llAntQk44I= sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
9265
+ "engines": {
9266
+ "node": ">= 0.8"
9267
+ }
9268
+ },
9078
9269
  "node_modules/webpack-dev-server/node_modules/undici-types": {
9079
9270
  "version": "7.8.0",
9080
9271
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
@@ -9215,24 +9406,6 @@
9215
9406
  "node": ">= 8"
9216
9407
  }
9217
9408
  },
9218
- "node_modules/wrap-ansi-cjs": {
9219
- "name": "wrap-ansi",
9220
- "version": "7.0.0",
9221
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
9222
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
9223
- "license": "MIT",
9224
- "dependencies": {
9225
- "ansi-styles": "^4.0.0",
9226
- "string-width": "^4.1.0",
9227
- "strip-ansi": "^6.0.0"
9228
- },
9229
- "engines": {
9230
- "node": ">=10"
9231
- },
9232
- "funding": {
9233
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
9234
- }
9235
- },
9236
9409
  "node_modules/wrappy": {
9237
9410
  "version": "1.0.2",
9238
9411
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
@@ -9270,16 +9443,16 @@
9270
9443
  }
9271
9444
  },
9272
9445
  "node_modules/zip-stream": {
9273
- "version": "6.0.1",
9274
- "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
9275
- "integrity": "sha1-4UG5MO1gzK9df6nIJg4NF0iiu/s= sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
9446
+ "version": "7.0.5",
9447
+ "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-7.0.5.tgz",
9448
+ "integrity": "sha1-V7Jdt8G+PLSTSrSAM43qSQ61q4w= sha512-dSvYKdvLsAHCDqPOhIwk/q5CvuWtTB3Dgpoe0uVEFjTzIOAmsQpprX25InCvrvJsirEbu1OHyy67n/kAj1Sw/w==",
9276
9449
  "dependencies": {
9277
- "archiver-utils": "^5.0.0",
9278
- "compress-commons": "^6.0.2",
9450
+ "compress-commons": "^7.0.0",
9451
+ "normalize-path": "^3.0.0",
9279
9452
  "readable-stream": "^4.0.0"
9280
9453
  },
9281
9454
  "engines": {
9282
- "node": ">= 14"
9455
+ "node": ">=18"
9283
9456
  }
9284
9457
  }
9285
9458
  }