@forge/cli 12.11.0 → 12.12.0-next.9

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 (29) hide show
  1. package/CHANGELOG.md +107 -0
  2. package/npm-shrinkwrap.json +171 -149
  3. package/out/command-line/controller/default-environment-controller.d.ts +3 -3
  4. package/out/command-line/controller/default-environment-controller.d.ts.map +1 -1
  5. package/out/command-line/controller/default-environment-controller.js +15 -5
  6. package/out/command-line/controller/default-environment-controller.js.map +1 -1
  7. package/out/command-line/controller/tunnel-controller.d.ts +2 -2
  8. package/out/command-line/controller/tunnel-controller.d.ts.map +1 -1
  9. package/out/command-line/controller/tunnel-controller.js +14 -5
  10. package/out/command-line/controller/tunnel-controller.js.map +1 -1
  11. package/out/command-line/dependency-injection.js +1 -1
  12. package/out/command-line/dependency-injection.js.map +1 -1
  13. package/out/command-line/index.d.ts +2 -1
  14. package/out/command-line/index.d.ts.map +1 -1
  15. package/out/command-line/index.js +15 -4
  16. package/out/command-line/index.js.map +1 -1
  17. package/out/command-line/register-environments-commands.d.ts +4 -1
  18. package/out/command-line/register-environments-commands.d.ts.map +1 -1
  19. package/out/command-line/register-environments-commands.js +48 -25
  20. package/out/command-line/register-environments-commands.js.map +1 -1
  21. package/out/environment/graphql-client.d.ts +19 -9
  22. package/out/environment/graphql-client.d.ts.map +1 -1
  23. package/out/environment/graphql-client.js +76 -18
  24. package/out/environment/graphql-client.js.map +1 -1
  25. package/out/environment/list-environment.d.ts +10 -2
  26. package/out/environment/list-environment.d.ts.map +1 -1
  27. package/out/environment/list-environment.js +14 -3
  28. package/out/environment/list-environment.js.map +1 -1
  29. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,112 @@
1
1
  # @forge/cli
2
2
 
3
+ ## 12.12.0-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 494f114: Use http-proxy-agent instead of global-agent for proxy
8
+ - Updated dependencies [b799627]
9
+ - @forge/manifest@11.3.1-next.5
10
+ - @forge/bundler@6.1.15-next.8
11
+ - @forge/cli-shared@8.13.0-next.6
12
+ - @forge/lint@5.13.2-next.8
13
+ - @forge/tunnel@6.3.6-next.9
14
+
15
+ ## 12.12.0-next.8
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [16e7d61]
20
+ - @forge/egress@2.3.1-next.0
21
+ - @forge/bundler@6.1.15-next.7
22
+ - @forge/lint@5.13.2-next.7
23
+ - @forge/tunnel@6.3.6-next.8
24
+
25
+ ## 12.12.0-next.7
26
+
27
+ ### Minor Changes
28
+
29
+ - 407bee3: Paginate the environment list command
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [407bee3]
34
+ - @forge/cli-shared@8.13.0-next.5
35
+ - @forge/bundler@6.1.15-next.6
36
+ - @forge/lint@5.13.2-next.6
37
+ - @forge/tunnel@6.3.6-next.7
38
+
39
+ ## 12.11.1-next.6
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [29aa91c]
44
+ - @forge/manifest@11.3.1-next.4
45
+ - @forge/bundler@6.1.15-next.5
46
+ - @forge/cli-shared@8.12.1-next.4
47
+ - @forge/lint@5.13.2-next.5
48
+ - @forge/tunnel@6.3.6-next.6
49
+
50
+ ## 12.11.1-next.5
51
+
52
+ ### Patch Changes
53
+
54
+ - @forge/lint@5.13.2-next.4
55
+ - @forge/tunnel@6.3.6-next.5
56
+ - @forge/bundler@6.1.15-next.4
57
+
58
+ ## 12.11.1-next.4
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [91b19d8]
63
+ - @forge/tunnel@6.3.6-next.4
64
+
65
+ ## 12.11.1-next.3
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [10f70c2]
70
+ - @forge/manifest@11.3.1-next.3
71
+ - @forge/bundler@6.1.15-next.3
72
+ - @forge/cli-shared@8.12.1-next.3
73
+ - @forge/lint@5.13.2-next.3
74
+ - @forge/tunnel@6.3.6-next.3
75
+
76
+ ## 12.11.1-next.2
77
+
78
+ ### Patch Changes
79
+
80
+ - Updated dependencies [f7c9fcc]
81
+ - @forge/manifest@11.3.1-next.2
82
+ - @forge/bundler@6.1.15-next.2
83
+ - @forge/cli-shared@8.12.1-next.2
84
+ - @forge/lint@5.13.2-next.2
85
+ - @forge/tunnel@6.3.6-next.2
86
+
87
+ ## 12.11.1-next.1
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [cd0a085]
92
+ - @forge/cli-shared@8.12.1-next.1
93
+ - @forge/manifest@11.3.1-next.1
94
+ - @forge/bundler@6.1.15-next.1
95
+ - @forge/lint@5.13.2-next.1
96
+ - @forge/tunnel@6.3.6-next.1
97
+
98
+ ## 12.11.1-next.0
99
+
100
+ ### Patch Changes
101
+
102
+ - 8b66e6f: Improve logic of container tunnel config restrictions
103
+ - Updated dependencies [8b66e6f]
104
+ - @forge/cli-shared@8.12.1-next.0
105
+ - @forge/manifest@11.3.1-next.0
106
+ - @forge/bundler@6.1.15-next.0
107
+ - @forge/lint@5.13.2-next.0
108
+ - @forge/tunnel@6.3.6-next.0
109
+
3
110
  ## 12.11.0
4
111
 
5
112
  ### Minor Changes
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@forge/cli",
3
- "version": "12.11.0",
3
+ "version": "12.12.0-next.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@forge/cli",
9
- "version": "12.11.0",
9
+ "version": "12.12.0-next.9",
10
10
  "hasInstallScript": true,
11
11
  "license": "SEE LICENSE IN LICENSE.txt",
12
12
  "dependencies": {
13
- "@forge/bundler": "6.1.14",
14
- "@forge/cli-shared": "8.12.0",
15
- "@forge/egress": "2.3.0",
13
+ "@forge/bundler": "6.1.15-next.8",
14
+ "@forge/cli-shared": "8.13.0-next.6",
15
+ "@forge/egress": "2.3.1-next.0",
16
16
  "@forge/i18n": "0.0.7",
17
- "@forge/lint": "5.13.1",
18
- "@forge/manifest": "11.3.0",
17
+ "@forge/lint": "5.13.2-next.8",
18
+ "@forge/manifest": "11.3.1-next.5",
19
19
  "@forge/runtime": "6.1.2",
20
- "@forge/tunnel": "6.3.5",
20
+ "@forge/tunnel": "6.3.6-next.9",
21
21
  "@forge/util": "2.0.1",
22
22
  "@sentry/node": "7.106.0",
23
23
  "ajv": "^8.12.0",
@@ -37,8 +37,8 @@
37
37
  "exponential-backoff": "^3.1.2",
38
38
  "form-data": "^4.0.4",
39
39
  "fs-extra": "^11.2.0",
40
- "global-agent": "^3.0.0",
41
40
  "hidefile": "^3.0.0",
41
+ "http-proxy-agent": "^7.0.2",
42
42
  "latest-version": "^7.0.0",
43
43
  "lodash": "^4.17.21",
44
44
  "node-fetch": "2.7.0",
@@ -63,7 +63,6 @@
63
63
  "@types/didyoumean": "^1.2.3",
64
64
  "@types/diff": "^6.0.0",
65
65
  "@types/fs-extra": "^11.0.4",
66
- "@types/global-agent": "^3.0.0",
67
66
  "@types/hidefile": "^3.0.3",
68
67
  "@types/inquirer": "^8.2.11",
69
68
  "@types/jest": "^29.5.14",
@@ -551,9 +550,9 @@
551
550
  }
552
551
  },
553
552
  "node_modules/@forge/bundler": {
554
- "version": "6.1.14",
555
- "resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-6.1.14.tgz",
556
- "integrity": "sha512-q8a6rWmiLz2qRxP3q22ntA0xH1exAo8DgrChzxJL7WVMTp4Vg3VHS/eif2pDHDh8BKsyHh9/KLPDwX2Keyh3xA==",
553
+ "version": "6.1.15-next.8",
554
+ "resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-6.1.15-next.8.tgz",
555
+ "integrity": "sha512-1/Nd0grsPBC73i2y7/S2akybvlAqIR2Q7F94YpDWek5ANqHmY51h8bMdAf2cH/JytD9Syeg12vw91rNvcbyh1A==",
557
556
  "license": "SEE LICENSE IN LICENSE.txt",
558
557
  "dependencies": {
559
558
  "@babel/core": "^7.24.0",
@@ -565,10 +564,10 @@
565
564
  "@babel/plugin-transform-react-jsx": "^7.23.4",
566
565
  "@babel/traverse": "^7.24.0",
567
566
  "@babel/types": "^7.24.0",
568
- "@forge/cli-shared": "8.12.0",
567
+ "@forge/cli-shared": "8.13.0-next.6",
569
568
  "@forge/i18n": "0.0.7",
570
- "@forge/lint": "5.13.1",
571
- "@forge/manifest": "11.3.0",
569
+ "@forge/lint": "5.13.2-next.8",
570
+ "@forge/manifest": "11.3.1-next.5",
572
571
  "babel-loader": "^8.3.0",
573
572
  "cheerio": "^1.1.0",
574
573
  "cross-spawn": "^7.0.6",
@@ -588,13 +587,13 @@
588
587
  }
589
588
  },
590
589
  "node_modules/@forge/cli-shared": {
591
- "version": "8.12.0",
592
- "resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-8.12.0.tgz",
593
- "integrity": "sha512-qR41s41mjyTJfNv1lPwcgi2Hp5IZLG9nI2s5u9l3wgr0/Sf3bkLKDduXhEbp+5RXyJSUnW9o2gwefmV9R2t9RA==",
590
+ "version": "8.13.0-next.6",
591
+ "resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-8.13.0-next.6.tgz",
592
+ "integrity": "sha512-3+IWgf/kDL4aG1P3KiSDuninhaL48uXc9uBmMUc0SDH7DroPJyvxauthVLhbKMM6MFu0IGxrQXvTAEOr/ptHfA==",
594
593
  "license": "SEE LICENSE IN LICENSE.txt",
595
594
  "dependencies": {
596
595
  "@forge/i18n": "0.0.7",
597
- "@forge/manifest": "11.3.0",
596
+ "@forge/manifest": "11.3.1-next.5",
598
597
  "@forge/util": "2.0.1",
599
598
  "@sentry/node": "7.106.0",
600
599
  "adm-zip": "^0.5.10",
@@ -611,7 +610,7 @@
611
610
  "fp-ts": "^2.16.2",
612
611
  "fs-extra": "^11.2.0",
613
612
  "get-folder-size": "^5.0.0",
614
- "glob": "^10.3.10",
613
+ "glob": "^11.1.0",
615
614
  "graphql": "^16.8.1",
616
615
  "graphql-request": "6.1.0",
617
616
  "inquirer": "^8.2.6",
@@ -628,9 +627,9 @@
628
627
  }
629
628
  },
630
629
  "node_modules/@forge/csp": {
631
- "version": "5.6.0",
632
- "resolved": "https://registry.npmjs.org/@forge/csp/-/csp-5.6.0.tgz",
633
- "integrity": "sha512-diDNR2Ubw119+itgL2WuqMPEwDXhtSWac1MuYTFXULVfL04ORN4CIkE6MUeDs+s9HpdhY1OXsilYon5TW3HoQw==",
630
+ "version": "5.6.1-next.1",
631
+ "resolved": "https://registry.npmjs.org/@forge/csp/-/csp-5.6.1-next.1.tgz",
632
+ "integrity": "sha512-gr0eZ1cqKk5d8zKKK/zDB1iA3JGEZlGCGhIpg6ZZjTiqHZzFABy7BuoO8CZNjOQCh920g6STeXE/YF+g+hbTIQ==",
634
633
  "license": "SEE LICENSE IN LICENSE.txt",
635
634
  "dependencies": {
636
635
  "content-security-policy-parser": "^0.6.0"
@@ -645,9 +644,9 @@
645
644
  }
646
645
  },
647
646
  "node_modules/@forge/egress": {
648
- "version": "2.3.0",
649
- "resolved": "https://registry.npmjs.org/@forge/egress/-/egress-2.3.0.tgz",
650
- "integrity": "sha512-JkJLiVGDsA/8zp3YHC11bSQgGQHNpnAMhQmBDBOw1dn2HGmGCSPhNpXOkwyN/gwwx0KhElpGEaDDwfK6XomjNw==",
647
+ "version": "2.3.1-next.0",
648
+ "resolved": "https://registry.npmjs.org/@forge/egress/-/egress-2.3.1-next.0.tgz",
649
+ "integrity": "sha512-m1LD1819/v4ux5pVFcaUX0LWFwOqPww+f6KCGFfmHX9VsU4yX8KiDgeiucaRJV8gnZnsU5CgWfWBAeoIcD9T5w==",
651
650
  "license": "SEE LICENSE IN LICENSE.txt"
652
651
  },
653
652
  "node_modules/@forge/i18n": {
@@ -660,16 +659,16 @@
660
659
  }
661
660
  },
662
661
  "node_modules/@forge/lint": {
663
- "version": "5.13.1",
664
- "resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.13.1.tgz",
665
- "integrity": "sha512-XpKj93DC+9hegceCPXezLOKIotAwOhpF5e8QTB9SzaVcRlM138hriI0brm2PnywiU1SrH1FVk4Q/g3p4VXvdzw==",
662
+ "version": "5.13.2-next.8",
663
+ "resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.13.2-next.8.tgz",
664
+ "integrity": "sha512-hWfYvr+fkt/HjX/Xa3PORoTYRpaX4q2NROp4JZ4GfT+T4qmDrly1K0cvD5Jdoq+KnVIMzFpJMsuS/0Y58lJPgA==",
666
665
  "license": "SEE LICENSE IN LICENSE.txt",
667
666
  "dependencies": {
668
667
  "@atlassian/atlassian-openapi": "^1.0.6",
669
- "@forge/cli-shared": "8.12.0",
670
- "@forge/csp": "5.6.0",
671
- "@forge/egress": "2.3.0",
672
- "@forge/manifest": "11.3.0",
668
+ "@forge/cli-shared": "8.13.0-next.6",
669
+ "@forge/csp": "5.6.1-next.1",
670
+ "@forge/egress": "2.3.1-next.0",
671
+ "@forge/manifest": "11.3.1-next.5",
673
672
  "@typescript-eslint/typescript-estree": "^5.62.0",
674
673
  "array.prototype.flatmap": "^1.3.3",
675
674
  "cross-spawn": "^7.0.6",
@@ -677,9 +676,9 @@
677
676
  }
678
677
  },
679
678
  "node_modules/@forge/manifest": {
680
- "version": "11.3.0",
681
- "resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-11.3.0.tgz",
682
- "integrity": "sha512-aGysKt8tuzs/u99+5utYG03oq5aZvpKEDo4C6e689gV60WrrymeIThJbGkB2kYbMerbJpc1jfltijT0Zj+hMDg==",
679
+ "version": "11.3.1-next.5",
680
+ "resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-11.3.1-next.5.tgz",
681
+ "integrity": "sha512-nygkNehwx3ZDYPxCBWibwEfbgiSzOymS2YSV3hTZbetc5nzqGyYJRkWJSAMHviRFKQfuO8204XEhPrU6CC8CPA==",
683
682
  "license": "SEE LICENSE IN LICENSE.txt",
684
683
  "dependencies": {
685
684
  "@forge/i18n": "0.0.7",
@@ -687,7 +686,7 @@
687
686
  "ajv": "^8.12.0",
688
687
  "ajv-formats": "2.1.1",
689
688
  "cheerio": "^1.1.0",
690
- "glob": "^10.3.10",
689
+ "glob": "^11.1.0",
691
690
  "lodash": "^4.17.21",
692
691
  "mime-types": "^2.1.35",
693
692
  "yaml": "^2.3.4"
@@ -700,14 +699,14 @@
700
699
  "license": "SEE LICENSE IN LICENSE.txt"
701
700
  },
702
701
  "node_modules/@forge/tunnel": {
703
- "version": "6.3.5",
704
- "resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-6.3.5.tgz",
705
- "integrity": "sha512-fXecTOxb0uG02dhSh2eX50y68AsQxc7XmQjOA1bRj96R52vYSpYRv7fyLgkHZSsqM8TAlLAaV2CaOffmhQF2ag==",
702
+ "version": "6.3.6-next.9",
703
+ "resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-6.3.6-next.9.tgz",
704
+ "integrity": "sha512-zQScSACScHfM1Vas4Az/wh4DYDjrIg5EDb0hpuC1Vh9lW+C5VMmXnJPLtpEXtS6oaaOycY3Asd2jNpHMQEOWFQ==",
706
705
  "license": "SEE LICENSE IN LICENSE.txt",
707
706
  "dependencies": {
708
- "@forge/bundler": "6.1.14",
709
- "@forge/cli-shared": "8.12.0",
710
- "@forge/csp": "5.6.0",
707
+ "@forge/bundler": "6.1.15-next.8",
708
+ "@forge/cli-shared": "8.13.0-next.6",
709
+ "@forge/csp": "5.6.1-next.1",
711
710
  "@forge/runtime": "6.1.2",
712
711
  "@forge/util": "^2.0.1",
713
712
  "cheerio": "^1.1.0",
@@ -740,6 +739,25 @@
740
739
  "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"
741
740
  }
742
741
  },
742
+ "node_modules/@isaacs/balanced-match": {
743
+ "version": "4.0.1",
744
+ "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
745
+ "integrity": "sha1-MIHa28NGBmG3UedZHX+upd853Sk= sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
746
+ "engines": {
747
+ "node": "20 || >=22"
748
+ }
749
+ },
750
+ "node_modules/@isaacs/brace-expansion": {
751
+ "version": "5.0.0",
752
+ "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
753
+ "integrity": "sha1-Sz2rq32OdaQpQUqWvWe/TB0T4PM= sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
754
+ "dependencies": {
755
+ "@isaacs/balanced-match": "^4.0.1"
756
+ },
757
+ "engines": {
758
+ "node": "20 || >=22"
759
+ }
760
+ },
743
761
  "node_modules/@isaacs/cliui": {
744
762
  "version": "8.0.2",
745
763
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -1673,6 +1691,14 @@
1673
1691
  "node": ">=12.0"
1674
1692
  }
1675
1693
  },
1694
+ "node_modules/agent-base": {
1695
+ "version": "7.1.4",
1696
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
1697
+ "integrity": "sha1-48121MVI7oldPD/Y3B9sW5Ay56g= sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
1698
+ "engines": {
1699
+ "node": ">= 14"
1700
+ }
1701
+ },
1676
1702
  "node_modules/ajv": {
1677
1703
  "version": "8.17.1",
1678
1704
  "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
@@ -1838,6 +1864,59 @@
1838
1864
  "node": ">= 14"
1839
1865
  }
1840
1866
  },
1867
+ "node_modules/archiver-utils/node_modules/glob": {
1868
+ "version": "10.4.5",
1869
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
1870
+ "integrity": "sha1-9NnwuQ/9urCcnXf18ptCYlF7CVY= sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
1871
+ "dependencies": {
1872
+ "foreground-child": "^3.1.0",
1873
+ "jackspeak": "^3.1.2",
1874
+ "minimatch": "^9.0.4",
1875
+ "minipass": "^7.1.2",
1876
+ "package-json-from-dist": "^1.0.0",
1877
+ "path-scurry": "^1.11.1"
1878
+ },
1879
+ "bin": {
1880
+ "glob": "dist/esm/bin.mjs"
1881
+ },
1882
+ "funding": {
1883
+ "url": "https://github.com/sponsors/isaacs"
1884
+ }
1885
+ },
1886
+ "node_modules/archiver-utils/node_modules/jackspeak": {
1887
+ "version": "3.4.3",
1888
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
1889
+ "integrity": "sha1-iDOp2Jq0rN5hiJQr0cU7Y5DtWoo= sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
1890
+ "dependencies": {
1891
+ "@isaacs/cliui": "^8.0.2"
1892
+ },
1893
+ "funding": {
1894
+ "url": "https://github.com/sponsors/isaacs"
1895
+ },
1896
+ "optionalDependencies": {
1897
+ "@pkgjs/parseargs": "^0.11.0"
1898
+ }
1899
+ },
1900
+ "node_modules/archiver-utils/node_modules/lru-cache": {
1901
+ "version": "10.4.3",
1902
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
1903
+ "integrity": "sha1-QQ/IoXtw5ZgBPfJXwkRrfzOD8Rk= sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
1904
+ },
1905
+ "node_modules/archiver-utils/node_modules/path-scurry": {
1906
+ "version": "1.11.1",
1907
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
1908
+ "integrity": "sha1-eWCmaIiFlKByCxKpEdGnQqufEdI= sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
1909
+ "dependencies": {
1910
+ "lru-cache": "^10.2.0",
1911
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
1912
+ },
1913
+ "engines": {
1914
+ "node": ">=16 || 14 >=14.18"
1915
+ },
1916
+ "funding": {
1917
+ "url": "https://github.com/sponsors/isaacs"
1918
+ }
1919
+ },
1841
1920
  "node_modules/array-buffer-byte-length": {
1842
1921
  "version": "1.0.2",
1843
1922
  "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
@@ -2191,12 +2270,6 @@
2191
2270
  "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
2192
2271
  "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24= sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
2193
2272
  },
2194
- "node_modules/boolean": {
2195
- "version": "3.2.0",
2196
- "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
2197
- "integrity": "sha1-nlKUr06YMUSUy7F5efpUyhWfEWs= sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==",
2198
- "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."
2199
- },
2200
2273
  "node_modules/brace-expansion": {
2201
2274
  "version": "2.0.2",
2202
2275
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
@@ -3579,11 +3652,6 @@
3579
3652
  "url": "https://github.com/sponsors/ljharb"
3580
3653
  }
3581
3654
  },
3582
- "node_modules/es6-error": {
3583
- "version": "4.1.1",
3584
- "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
3585
- "integrity": "sha1-njr0B0Wd7tR+mpH5uIWoTrBcVh0= sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg=="
3586
- },
3587
3655
  "node_modules/escalade": {
3588
3656
  "version": "3.2.0",
3589
3657
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -4258,20 +4326,23 @@
4258
4326
  "integrity": "sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4= sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw=="
4259
4327
  },
4260
4328
  "node_modules/glob": {
4261
- "version": "10.4.5",
4262
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
4263
- "integrity": "sha1-9NnwuQ/9urCcnXf18ptCYlF7CVY= sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
4329
+ "version": "11.1.0",
4330
+ "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
4331
+ "integrity": "sha1-T4JlduTrmcfa04N5PS+fCPZ+UKY= sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
4264
4332
  "dependencies": {
4265
- "foreground-child": "^3.1.0",
4266
- "jackspeak": "^3.1.2",
4267
- "minimatch": "^9.0.4",
4333
+ "foreground-child": "^3.3.1",
4334
+ "jackspeak": "^4.1.1",
4335
+ "minimatch": "^10.1.1",
4268
4336
  "minipass": "^7.1.2",
4269
4337
  "package-json-from-dist": "^1.0.0",
4270
- "path-scurry": "^1.11.1"
4338
+ "path-scurry": "^2.0.0"
4271
4339
  },
4272
4340
  "bin": {
4273
4341
  "glob": "dist/esm/bin.mjs"
4274
4342
  },
4343
+ "engines": {
4344
+ "node": "20 || >=22"
4345
+ },
4275
4346
  "funding": {
4276
4347
  "url": "https://github.com/sponsors/isaacs"
4277
4348
  }
@@ -4292,20 +4363,18 @@
4292
4363
  "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
4293
4364
  "integrity": "sha1-x1KXCHyFG5pXi9IX3VmpL1n+VG4= sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
4294
4365
  },
4295
- "node_modules/global-agent": {
4296
- "version": "3.0.0",
4297
- "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz",
4298
- "integrity": "sha1-rnzTG9NYO5PFoWQ3oa/ifMM6GrY= sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==",
4366
+ "node_modules/glob/node_modules/minimatch": {
4367
+ "version": "10.1.1",
4368
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
4369
+ "integrity": "sha1-5uYbmwwdyrEWtafRRY6LaunnOlU= sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
4299
4370
  "dependencies": {
4300
- "boolean": "^3.0.1",
4301
- "es6-error": "^4.1.1",
4302
- "matcher": "^3.0.0",
4303
- "roarr": "^2.15.3",
4304
- "semver": "^7.3.2",
4305
- "serialize-error": "^7.0.1"
4371
+ "@isaacs/brace-expansion": "^5.0.0"
4306
4372
  },
4307
4373
  "engines": {
4308
- "node": ">=10.0"
4374
+ "node": "20 || >=22"
4375
+ },
4376
+ "funding": {
4377
+ "url": "https://github.com/sponsors/isaacs"
4309
4378
  }
4310
4379
  },
4311
4380
  "node_modules/globalthis": {
@@ -4715,6 +4784,18 @@
4715
4784
  "node": ">=8.0.0"
4716
4785
  }
4717
4786
  },
4787
+ "node_modules/http-proxy-agent": {
4788
+ "version": "7.0.2",
4789
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
4790
+ "integrity": "sha1-mosfJGhmwChQlIZYX2K48sGMJw4= sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
4791
+ "dependencies": {
4792
+ "agent-base": "^7.1.0",
4793
+ "debug": "^4.3.4"
4794
+ },
4795
+ "engines": {
4796
+ "node": ">= 14"
4797
+ }
4798
+ },
4718
4799
  "node_modules/http-proxy-middleware": {
4719
4800
  "version": "2.0.9",
4720
4801
  "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz",
@@ -5332,17 +5413,17 @@
5332
5413
  "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
5333
5414
  },
5334
5415
  "node_modules/jackspeak": {
5335
- "version": "3.4.3",
5336
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
5337
- "integrity": "sha1-iDOp2Jq0rN5hiJQr0cU7Y5DtWoo= sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
5416
+ "version": "4.1.1",
5417
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
5418
+ "integrity": "sha1-lodgMPRQUCBH/H6Mf8+M6BJOQ64= sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
5338
5419
  "dependencies": {
5339
5420
  "@isaacs/cliui": "^8.0.2"
5340
5421
  },
5422
+ "engines": {
5423
+ "node": "20 || >=22"
5424
+ },
5341
5425
  "funding": {
5342
5426
  "url": "https://github.com/sponsors/isaacs"
5343
- },
5344
- "optionalDependencies": {
5345
- "@pkgjs/parseargs": "^0.11.0"
5346
5427
  }
5347
5428
  },
5348
5429
  "node_modules/jest-worker": {
@@ -5589,15 +5670,12 @@
5589
5670
  "url": "https://github.com/sponsors/sindresorhus"
5590
5671
  }
5591
5672
  },
5592
- "node_modules/matcher": {
5593
- "version": "3.0.0",
5594
- "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz",
5595
- "integrity": "sha1-vZBg9MW3CqgEHMxvgDaHYJlPMMo= sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==",
5596
- "dependencies": {
5597
- "escape-string-regexp": "^4.0.0"
5598
- },
5673
+ "node_modules/lru-cache": {
5674
+ "version": "11.1.0",
5675
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
5676
+ "integrity": "sha1-r6+wYGBxCBMtvBz4rmYa+2lIYRc= sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
5599
5677
  "engines": {
5600
- "node": ">=10"
5678
+ "node": "20 || >=22"
5601
5679
  }
5602
5680
  },
5603
5681
  "node_modules/math-intrinsics": {
@@ -6230,25 +6308,20 @@
6230
6308
  }
6231
6309
  },
6232
6310
  "node_modules/path-scurry": {
6233
- "version": "1.11.1",
6234
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
6235
- "integrity": "sha1-eWCmaIiFlKByCxKpEdGnQqufEdI= sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
6311
+ "version": "2.0.0",
6312
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
6313
+ "integrity": "sha1-nwUiifI62L+Tl6KgQl57hhXFhYA= sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
6236
6314
  "dependencies": {
6237
- "lru-cache": "^10.2.0",
6238
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
6315
+ "lru-cache": "^11.0.0",
6316
+ "minipass": "^7.1.2"
6239
6317
  },
6240
6318
  "engines": {
6241
- "node": ">=16 || 14 >=14.18"
6319
+ "node": "20 || >=22"
6242
6320
  },
6243
6321
  "funding": {
6244
6322
  "url": "https://github.com/sponsors/isaacs"
6245
6323
  }
6246
6324
  },
6247
- "node_modules/path-scurry/node_modules/lru-cache": {
6248
- "version": "10.4.3",
6249
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
6250
- "integrity": "sha1-QQ/IoXtw5ZgBPfJXwkRrfzOD8Rk= sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
6251
- },
6252
6325
  "node_modules/path-to-regexp": {
6253
6326
  "version": "0.1.12",
6254
6327
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
@@ -6899,22 +6972,6 @@
6899
6972
  "node": ">=0.10.0"
6900
6973
  }
6901
6974
  },
6902
- "node_modules/roarr": {
6903
- "version": "2.15.4",
6904
- "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz",
6905
- "integrity": "sha1-9f55W3uDjM/jXcYI4Cgrnrouev0= sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==",
6906
- "dependencies": {
6907
- "boolean": "^3.0.1",
6908
- "detect-node": "^2.0.4",
6909
- "globalthis": "^1.0.1",
6910
- "json-stringify-safe": "^5.0.1",
6911
- "semver-compare": "^1.0.0",
6912
- "sprintf-js": "^1.1.2"
6913
- },
6914
- "engines": {
6915
- "node": ">=8.0"
6916
- }
6917
- },
6918
6975
  "node_modules/run-applescript": {
6919
6976
  "version": "7.0.0",
6920
6977
  "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
@@ -7102,11 +7159,6 @@
7102
7159
  "node": ">=10"
7103
7160
  }
7104
7161
  },
7105
- "node_modules/semver-compare": {
7106
- "version": "1.0.0",
7107
- "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
7108
- "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w= sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow=="
7109
- },
7110
7162
  "node_modules/send": {
7111
7163
  "version": "0.19.0",
7112
7164
  "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
@@ -7159,31 +7211,6 @@
7159
7211
  "node": ">= 0.8"
7160
7212
  }
7161
7213
  },
7162
- "node_modules/serialize-error": {
7163
- "version": "7.0.1",
7164
- "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz",
7165
- "integrity": "sha1-8TYLBEf2H/tIPsQVfHN/q313jhg= sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==",
7166
- "dependencies": {
7167
- "type-fest": "^0.13.1"
7168
- },
7169
- "engines": {
7170
- "node": ">=10"
7171
- },
7172
- "funding": {
7173
- "url": "https://github.com/sponsors/sindresorhus"
7174
- }
7175
- },
7176
- "node_modules/serialize-error/node_modules/type-fest": {
7177
- "version": "0.13.1",
7178
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
7179
- "integrity": "sha1-AXLLW86AsL1ULqNI21DH4hg02TQ= sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==",
7180
- "engines": {
7181
- "node": ">=10"
7182
- },
7183
- "funding": {
7184
- "url": "https://github.com/sponsors/sindresorhus"
7185
- }
7186
- },
7187
7214
  "node_modules/serialize-javascript": {
7188
7215
  "version": "6.0.2",
7189
7216
  "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
@@ -7559,11 +7586,6 @@
7559
7586
  "node": ">= 6"
7560
7587
  }
7561
7588
  },
7562
- "node_modules/sprintf-js": {
7563
- "version": "1.1.3",
7564
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
7565
- "integrity": "sha1-SRS5A6L4toXRf994pw6RfocuREo= sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
7566
- },
7567
7589
  "node_modules/statuses": {
7568
7590
  "version": "1.5.0",
7569
7591
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",