@jayree/sfdx-plugin-manifest 5.0.146 → 5.0.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +201 -149
- package/oclif.lock +101 -105
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.0.147](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.146...5.0.147) (2026-07-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump isomorphic-git from 1.38.7 to 1.38.8 ([#2341](https://github.com/jayree/sfdx-plugin-manifest/issues/2341)) ([a2e8b23](https://github.com/jayree/sfdx-plugin-manifest/commit/a2e8b23b38735dcf0759b773b70b444cb72bc876))
|
|
7
|
+
* unsafe symlink from cherry pick ([#2377](https://github.com/isomorphic-git/isomorphic-git/issues/2377)) ([4664c8e](https://github.com/isomorphic-git/isomorphic-git/commit/4664c8e1147c3c7ba87c027e92093d28607ef4c0))
|
|
8
|
+
|
|
1
9
|
## [5.0.146](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.145...5.0.146) (2026-07-19)
|
|
2
10
|
|
|
3
11
|
|
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.147/src/commands/jayree/manifest/cleanup.ts)_
|
|
116
116
|
|
|
117
117
|
### `sf jayree manifest generate`
|
|
118
118
|
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.147/src/commands/jayree/manifest/generate.ts)_
|
|
154
154
|
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
156
156
|
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.147/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.147",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.147",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"fast-xml-parser": "^5.10.1",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.38.
|
|
24
|
+
"isomorphic-git": "1.38.8"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.31",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
33
|
"c8": "^11.0.0",
|
|
34
|
-
"eslint-config-oclif": "^6.0.
|
|
34
|
+
"eslint-config-oclif": "^6.0.177",
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.6",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -2834,9 +2834,9 @@
|
|
|
2834
2834
|
}
|
|
2835
2835
|
},
|
|
2836
2836
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2837
|
-
"version": "5.3.
|
|
2838
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
2839
|
-
"integrity": "sha512-
|
|
2837
|
+
"version": "5.3.31",
|
|
2838
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.31.tgz",
|
|
2839
|
+
"integrity": "sha512-jDfwOlgIK+p8Q/YZcBsExZPGeFArtFZ5tqWV+tkW/fKLMMAIbKcrW/NPFFTGsaS3tL8nJfeqyT0f4e5ODd+vDA==",
|
|
2840
2840
|
"dev": true,
|
|
2841
2841
|
"license": "MIT",
|
|
2842
2842
|
"dependencies": {
|
|
@@ -2848,7 +2848,7 @@
|
|
|
2848
2848
|
"lodash.get": "^4.4.2",
|
|
2849
2849
|
"lodash.sortby": "^4.7.0",
|
|
2850
2850
|
"semver": "^7.8.5",
|
|
2851
|
-
"ts-json-schema-generator": "^
|
|
2851
|
+
"ts-json-schema-generator": "^2.9.0"
|
|
2852
2852
|
},
|
|
2853
2853
|
"bin": {
|
|
2854
2854
|
"oclif-snapshot": "bin/run.js"
|
|
@@ -4660,17 +4660,17 @@
|
|
|
4660
4660
|
"license": "MIT"
|
|
4661
4661
|
},
|
|
4662
4662
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
4663
|
-
"version": "8.
|
|
4664
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
4665
|
-
"integrity": "sha512-
|
|
4663
|
+
"version": "8.64.0",
|
|
4664
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.64.0.tgz",
|
|
4665
|
+
"integrity": "sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q==",
|
|
4666
4666
|
"dev": true,
|
|
4667
4667
|
"license": "MIT",
|
|
4668
4668
|
"dependencies": {
|
|
4669
4669
|
"@eslint-community/regexpp": "^4.12.2",
|
|
4670
|
-
"@typescript-eslint/scope-manager": "8.
|
|
4671
|
-
"@typescript-eslint/type-utils": "8.
|
|
4672
|
-
"@typescript-eslint/utils": "8.
|
|
4673
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
4670
|
+
"@typescript-eslint/scope-manager": "8.64.0",
|
|
4671
|
+
"@typescript-eslint/type-utils": "8.64.0",
|
|
4672
|
+
"@typescript-eslint/utils": "8.64.0",
|
|
4673
|
+
"@typescript-eslint/visitor-keys": "8.64.0",
|
|
4674
4674
|
"ignore": "^7.0.5",
|
|
4675
4675
|
"natural-compare": "^1.4.0",
|
|
4676
4676
|
"ts-api-utils": "^2.5.0"
|
|
@@ -4683,20 +4683,20 @@
|
|
|
4683
4683
|
"url": "https://opencollective.com/typescript-eslint"
|
|
4684
4684
|
},
|
|
4685
4685
|
"peerDependencies": {
|
|
4686
|
-
"@typescript-eslint/parser": "^8.
|
|
4686
|
+
"@typescript-eslint/parser": "^8.64.0",
|
|
4687
4687
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
4688
4688
|
"typescript": ">=4.8.4 <6.1.0"
|
|
4689
4689
|
}
|
|
4690
4690
|
},
|
|
4691
4691
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
4692
|
-
"version": "8.
|
|
4693
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
4694
|
-
"integrity": "sha512-
|
|
4692
|
+
"version": "8.64.0",
|
|
4693
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz",
|
|
4694
|
+
"integrity": "sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==",
|
|
4695
4695
|
"dev": true,
|
|
4696
4696
|
"license": "MIT",
|
|
4697
4697
|
"dependencies": {
|
|
4698
|
-
"@typescript-eslint/types": "8.
|
|
4699
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
4698
|
+
"@typescript-eslint/types": "8.64.0",
|
|
4699
|
+
"@typescript-eslint/visitor-keys": "8.64.0"
|
|
4700
4700
|
},
|
|
4701
4701
|
"engines": {
|
|
4702
4702
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4707,9 +4707,9 @@
|
|
|
4707
4707
|
}
|
|
4708
4708
|
},
|
|
4709
4709
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
4710
|
-
"version": "8.
|
|
4711
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
4712
|
-
"integrity": "sha512-
|
|
4710
|
+
"version": "8.64.0",
|
|
4711
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
|
|
4712
|
+
"integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
|
|
4713
4713
|
"dev": true,
|
|
4714
4714
|
"license": "MIT",
|
|
4715
4715
|
"engines": {
|
|
@@ -4721,13 +4721,13 @@
|
|
|
4721
4721
|
}
|
|
4722
4722
|
},
|
|
4723
4723
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
4724
|
-
"version": "8.
|
|
4725
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
4726
|
-
"integrity": "sha512-
|
|
4724
|
+
"version": "8.64.0",
|
|
4725
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
|
|
4726
|
+
"integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
|
|
4727
4727
|
"dev": true,
|
|
4728
4728
|
"license": "MIT",
|
|
4729
4729
|
"dependencies": {
|
|
4730
|
-
"@typescript-eslint/types": "8.
|
|
4730
|
+
"@typescript-eslint/types": "8.64.0",
|
|
4731
4731
|
"eslint-visitor-keys": "^5.0.0"
|
|
4732
4732
|
},
|
|
4733
4733
|
"engines": {
|
|
@@ -4775,16 +4775,16 @@
|
|
|
4775
4775
|
}
|
|
4776
4776
|
},
|
|
4777
4777
|
"node_modules/@typescript-eslint/parser": {
|
|
4778
|
-
"version": "8.
|
|
4779
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
4780
|
-
"integrity": "sha512-
|
|
4778
|
+
"version": "8.64.0",
|
|
4779
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.64.0.tgz",
|
|
4780
|
+
"integrity": "sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==",
|
|
4781
4781
|
"dev": true,
|
|
4782
4782
|
"license": "MIT",
|
|
4783
4783
|
"dependencies": {
|
|
4784
|
-
"@typescript-eslint/scope-manager": "8.
|
|
4785
|
-
"@typescript-eslint/types": "8.
|
|
4786
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
4787
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
4784
|
+
"@typescript-eslint/scope-manager": "8.64.0",
|
|
4785
|
+
"@typescript-eslint/types": "8.64.0",
|
|
4786
|
+
"@typescript-eslint/typescript-estree": "8.64.0",
|
|
4787
|
+
"@typescript-eslint/visitor-keys": "8.64.0",
|
|
4788
4788
|
"debug": "^4.4.3"
|
|
4789
4789
|
},
|
|
4790
4790
|
"engines": {
|
|
@@ -4800,14 +4800,14 @@
|
|
|
4800
4800
|
}
|
|
4801
4801
|
},
|
|
4802
4802
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
4803
|
-
"version": "8.
|
|
4804
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
4805
|
-
"integrity": "sha512-
|
|
4803
|
+
"version": "8.64.0",
|
|
4804
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz",
|
|
4805
|
+
"integrity": "sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==",
|
|
4806
4806
|
"dev": true,
|
|
4807
4807
|
"license": "MIT",
|
|
4808
4808
|
"dependencies": {
|
|
4809
|
-
"@typescript-eslint/types": "8.
|
|
4810
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
4809
|
+
"@typescript-eslint/types": "8.64.0",
|
|
4810
|
+
"@typescript-eslint/visitor-keys": "8.64.0"
|
|
4811
4811
|
},
|
|
4812
4812
|
"engines": {
|
|
4813
4813
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4818,9 +4818,9 @@
|
|
|
4818
4818
|
}
|
|
4819
4819
|
},
|
|
4820
4820
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
4821
|
-
"version": "8.
|
|
4822
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
4823
|
-
"integrity": "sha512-
|
|
4821
|
+
"version": "8.64.0",
|
|
4822
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
|
|
4823
|
+
"integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
|
|
4824
4824
|
"dev": true,
|
|
4825
4825
|
"license": "MIT",
|
|
4826
4826
|
"engines": {
|
|
@@ -4832,13 +4832,13 @@
|
|
|
4832
4832
|
}
|
|
4833
4833
|
},
|
|
4834
4834
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
4835
|
-
"version": "8.
|
|
4836
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
4837
|
-
"integrity": "sha512-
|
|
4835
|
+
"version": "8.64.0",
|
|
4836
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
|
|
4837
|
+
"integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
|
|
4838
4838
|
"dev": true,
|
|
4839
4839
|
"license": "MIT",
|
|
4840
4840
|
"dependencies": {
|
|
4841
|
-
"@typescript-eslint/types": "8.
|
|
4841
|
+
"@typescript-eslint/types": "8.64.0",
|
|
4842
4842
|
"eslint-visitor-keys": "^5.0.0"
|
|
4843
4843
|
},
|
|
4844
4844
|
"engines": {
|
|
@@ -4863,14 +4863,14 @@
|
|
|
4863
4863
|
}
|
|
4864
4864
|
},
|
|
4865
4865
|
"node_modules/@typescript-eslint/project-service": {
|
|
4866
|
-
"version": "8.
|
|
4867
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
4868
|
-
"integrity": "sha512-
|
|
4866
|
+
"version": "8.64.0",
|
|
4867
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.64.0.tgz",
|
|
4868
|
+
"integrity": "sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==",
|
|
4869
4869
|
"dev": true,
|
|
4870
4870
|
"license": "MIT",
|
|
4871
4871
|
"dependencies": {
|
|
4872
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
4873
|
-
"@typescript-eslint/types": "^8.
|
|
4872
|
+
"@typescript-eslint/tsconfig-utils": "^8.64.0",
|
|
4873
|
+
"@typescript-eslint/types": "^8.64.0",
|
|
4874
4874
|
"debug": "^4.4.3"
|
|
4875
4875
|
},
|
|
4876
4876
|
"engines": {
|
|
@@ -4885,9 +4885,9 @@
|
|
|
4885
4885
|
}
|
|
4886
4886
|
},
|
|
4887
4887
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
4888
|
-
"version": "8.
|
|
4889
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
4890
|
-
"integrity": "sha512-
|
|
4888
|
+
"version": "8.64.0",
|
|
4889
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.64.0.tgz",
|
|
4890
|
+
"integrity": "sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==",
|
|
4891
4891
|
"dev": true,
|
|
4892
4892
|
"license": "MIT",
|
|
4893
4893
|
"engines": {
|
|
@@ -4902,9 +4902,9 @@
|
|
|
4902
4902
|
}
|
|
4903
4903
|
},
|
|
4904
4904
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
4905
|
-
"version": "8.
|
|
4906
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
4907
|
-
"integrity": "sha512-
|
|
4905
|
+
"version": "8.64.0",
|
|
4906
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
|
|
4907
|
+
"integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
|
|
4908
4908
|
"dev": true,
|
|
4909
4909
|
"license": "MIT",
|
|
4910
4910
|
"engines": {
|
|
@@ -4965,15 +4965,15 @@
|
|
|
4965
4965
|
}
|
|
4966
4966
|
},
|
|
4967
4967
|
"node_modules/@typescript-eslint/type-utils": {
|
|
4968
|
-
"version": "8.
|
|
4969
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
4970
|
-
"integrity": "sha512-
|
|
4968
|
+
"version": "8.64.0",
|
|
4969
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.64.0.tgz",
|
|
4970
|
+
"integrity": "sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg==",
|
|
4971
4971
|
"dev": true,
|
|
4972
4972
|
"license": "MIT",
|
|
4973
4973
|
"dependencies": {
|
|
4974
|
-
"@typescript-eslint/types": "8.
|
|
4975
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
4976
|
-
"@typescript-eslint/utils": "8.
|
|
4974
|
+
"@typescript-eslint/types": "8.64.0",
|
|
4975
|
+
"@typescript-eslint/typescript-estree": "8.64.0",
|
|
4976
|
+
"@typescript-eslint/utils": "8.64.0",
|
|
4977
4977
|
"debug": "^4.4.3",
|
|
4978
4978
|
"ts-api-utils": "^2.5.0"
|
|
4979
4979
|
},
|
|
@@ -4990,9 +4990,9 @@
|
|
|
4990
4990
|
}
|
|
4991
4991
|
},
|
|
4992
4992
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
4993
|
-
"version": "8.
|
|
4994
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
4995
|
-
"integrity": "sha512-
|
|
4993
|
+
"version": "8.64.0",
|
|
4994
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
|
|
4995
|
+
"integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
|
|
4996
4996
|
"dev": true,
|
|
4997
4997
|
"license": "MIT",
|
|
4998
4998
|
"engines": {
|
|
@@ -5031,16 +5031,16 @@
|
|
|
5031
5031
|
}
|
|
5032
5032
|
},
|
|
5033
5033
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
5034
|
-
"version": "8.
|
|
5035
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
5036
|
-
"integrity": "sha512-
|
|
5034
|
+
"version": "8.64.0",
|
|
5035
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.64.0.tgz",
|
|
5036
|
+
"integrity": "sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==",
|
|
5037
5037
|
"dev": true,
|
|
5038
5038
|
"license": "MIT",
|
|
5039
5039
|
"dependencies": {
|
|
5040
|
-
"@typescript-eslint/project-service": "8.
|
|
5041
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
5042
|
-
"@typescript-eslint/types": "8.
|
|
5043
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
5040
|
+
"@typescript-eslint/project-service": "8.64.0",
|
|
5041
|
+
"@typescript-eslint/tsconfig-utils": "8.64.0",
|
|
5042
|
+
"@typescript-eslint/types": "8.64.0",
|
|
5043
|
+
"@typescript-eslint/visitor-keys": "8.64.0",
|
|
5044
5044
|
"debug": "^4.4.3",
|
|
5045
5045
|
"minimatch": "^10.2.2",
|
|
5046
5046
|
"semver": "^7.7.3",
|
|
@@ -5059,9 +5059,9 @@
|
|
|
5059
5059
|
}
|
|
5060
5060
|
},
|
|
5061
5061
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
5062
|
-
"version": "8.
|
|
5063
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
5064
|
-
"integrity": "sha512-
|
|
5062
|
+
"version": "8.64.0",
|
|
5063
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.64.0.tgz",
|
|
5064
|
+
"integrity": "sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==",
|
|
5065
5065
|
"dev": true,
|
|
5066
5066
|
"license": "MIT",
|
|
5067
5067
|
"engines": {
|
|
@@ -5076,9 +5076,9 @@
|
|
|
5076
5076
|
}
|
|
5077
5077
|
},
|
|
5078
5078
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
|
5079
|
-
"version": "8.
|
|
5080
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
5081
|
-
"integrity": "sha512-
|
|
5079
|
+
"version": "8.64.0",
|
|
5080
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
|
|
5081
|
+
"integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
|
|
5082
5082
|
"dev": true,
|
|
5083
5083
|
"license": "MIT",
|
|
5084
5084
|
"engines": {
|
|
@@ -5090,13 +5090,13 @@
|
|
|
5090
5090
|
}
|
|
5091
5091
|
},
|
|
5092
5092
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
|
5093
|
-
"version": "8.
|
|
5094
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
5095
|
-
"integrity": "sha512-
|
|
5093
|
+
"version": "8.64.0",
|
|
5094
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
|
|
5095
|
+
"integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
|
|
5096
5096
|
"dev": true,
|
|
5097
5097
|
"license": "MIT",
|
|
5098
5098
|
"dependencies": {
|
|
5099
|
-
"@typescript-eslint/types": "8.
|
|
5099
|
+
"@typescript-eslint/types": "8.64.0",
|
|
5100
5100
|
"eslint-visitor-keys": "^5.0.0"
|
|
5101
5101
|
},
|
|
5102
5102
|
"engines": {
|
|
@@ -5173,16 +5173,16 @@
|
|
|
5173
5173
|
}
|
|
5174
5174
|
},
|
|
5175
5175
|
"node_modules/@typescript-eslint/utils": {
|
|
5176
|
-
"version": "8.
|
|
5177
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
5178
|
-
"integrity": "sha512-
|
|
5176
|
+
"version": "8.64.0",
|
|
5177
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.64.0.tgz",
|
|
5178
|
+
"integrity": "sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ==",
|
|
5179
5179
|
"dev": true,
|
|
5180
5180
|
"license": "MIT",
|
|
5181
5181
|
"dependencies": {
|
|
5182
5182
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
5183
|
-
"@typescript-eslint/scope-manager": "8.
|
|
5184
|
-
"@typescript-eslint/types": "8.
|
|
5185
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
5183
|
+
"@typescript-eslint/scope-manager": "8.64.0",
|
|
5184
|
+
"@typescript-eslint/types": "8.64.0",
|
|
5185
|
+
"@typescript-eslint/typescript-estree": "8.64.0"
|
|
5186
5186
|
},
|
|
5187
5187
|
"engines": {
|
|
5188
5188
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5197,14 +5197,14 @@
|
|
|
5197
5197
|
}
|
|
5198
5198
|
},
|
|
5199
5199
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
5200
|
-
"version": "8.
|
|
5201
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
5202
|
-
"integrity": "sha512-
|
|
5200
|
+
"version": "8.64.0",
|
|
5201
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz",
|
|
5202
|
+
"integrity": "sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==",
|
|
5203
5203
|
"dev": true,
|
|
5204
5204
|
"license": "MIT",
|
|
5205
5205
|
"dependencies": {
|
|
5206
|
-
"@typescript-eslint/types": "8.
|
|
5207
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
5206
|
+
"@typescript-eslint/types": "8.64.0",
|
|
5207
|
+
"@typescript-eslint/visitor-keys": "8.64.0"
|
|
5208
5208
|
},
|
|
5209
5209
|
"engines": {
|
|
5210
5210
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5215,9 +5215,9 @@
|
|
|
5215
5215
|
}
|
|
5216
5216
|
},
|
|
5217
5217
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
5218
|
-
"version": "8.
|
|
5219
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
5220
|
-
"integrity": "sha512-
|
|
5218
|
+
"version": "8.64.0",
|
|
5219
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
|
|
5220
|
+
"integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
|
|
5221
5221
|
"dev": true,
|
|
5222
5222
|
"license": "MIT",
|
|
5223
5223
|
"engines": {
|
|
@@ -5229,13 +5229,13 @@
|
|
|
5229
5229
|
}
|
|
5230
5230
|
},
|
|
5231
5231
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
5232
|
-
"version": "8.
|
|
5233
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
5234
|
-
"integrity": "sha512-
|
|
5232
|
+
"version": "8.64.0",
|
|
5233
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
|
|
5234
|
+
"integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
|
|
5235
5235
|
"dev": true,
|
|
5236
5236
|
"license": "MIT",
|
|
5237
5237
|
"dependencies": {
|
|
5238
|
-
"@typescript-eslint/types": "8.
|
|
5238
|
+
"@typescript-eslint/types": "8.64.0",
|
|
5239
5239
|
"eslint-visitor-keys": "^5.0.0"
|
|
5240
5240
|
},
|
|
5241
5241
|
"engines": {
|
|
@@ -6970,13 +6970,13 @@
|
|
|
6970
6970
|
}
|
|
6971
6971
|
},
|
|
6972
6972
|
"node_modules/commander": {
|
|
6973
|
-
"version": "
|
|
6974
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
6975
|
-
"integrity": "sha512-
|
|
6973
|
+
"version": "14.0.3",
|
|
6974
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
|
|
6975
|
+
"integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
|
|
6976
6976
|
"dev": true,
|
|
6977
6977
|
"license": "MIT",
|
|
6978
6978
|
"engines": {
|
|
6979
|
-
"node": ">=
|
|
6979
|
+
"node": ">=20"
|
|
6980
6980
|
}
|
|
6981
6981
|
},
|
|
6982
6982
|
"node_modules/comment-parser": {
|
|
@@ -8003,9 +8003,9 @@
|
|
|
8003
8003
|
}
|
|
8004
8004
|
},
|
|
8005
8005
|
"node_modules/eslint-config-oclif": {
|
|
8006
|
-
"version": "6.0.
|
|
8007
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
8008
|
-
"integrity": "sha512-
|
|
8006
|
+
"version": "6.0.177",
|
|
8007
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.177.tgz",
|
|
8008
|
+
"integrity": "sha512-DjeVJCF7Z/aiEwGUyqCaO0DZp9HrZJPdDts2KW2kELPsHihBpVMRgzl7rVj8ao0S4if9qpLoIZ5g18wUNNIjAg==",
|
|
8009
8009
|
"dev": true,
|
|
8010
8010
|
"license": "MIT",
|
|
8011
8011
|
"dependencies": {
|
|
@@ -8024,7 +8024,7 @@
|
|
|
8024
8024
|
"eslint-plugin-n": "^17.24.0",
|
|
8025
8025
|
"eslint-plugin-perfectionist": "^4",
|
|
8026
8026
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
8027
|
-
"typescript-eslint": "^8.
|
|
8027
|
+
"typescript-eslint": "^8.64.0"
|
|
8028
8028
|
},
|
|
8029
8029
|
"engines": {
|
|
8030
8030
|
"node": ">=18.18.0"
|
|
@@ -11773,9 +11773,9 @@
|
|
|
11773
11773
|
"license": "ISC"
|
|
11774
11774
|
},
|
|
11775
11775
|
"node_modules/isomorphic-git": {
|
|
11776
|
-
"version": "1.38.
|
|
11777
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.
|
|
11778
|
-
"integrity": "sha512-
|
|
11776
|
+
"version": "1.38.8",
|
|
11777
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.8.tgz",
|
|
11778
|
+
"integrity": "sha512-bASJmyYijFVKfR0t25G8kqdP9j19IiGB944E1L1yDDIt16aJBd2UjoyeD1/u3pFvxT8KAekE3pxHbDRekrxK7w==",
|
|
11779
11779
|
"license": "MIT",
|
|
11780
11780
|
"dependencies": {
|
|
11781
11781
|
"async-lock": "^1.4.1",
|
|
@@ -17054,64 +17054,116 @@
|
|
|
17054
17054
|
}
|
|
17055
17055
|
},
|
|
17056
17056
|
"node_modules/ts-json-schema-generator": {
|
|
17057
|
-
"version": "
|
|
17058
|
-
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-
|
|
17059
|
-
"integrity": "sha512-
|
|
17057
|
+
"version": "2.9.0",
|
|
17058
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-2.9.0.tgz",
|
|
17059
|
+
"integrity": "sha512-NR5ZE108uiPtBHBJNGnhwoUaUx5vWTDJzDFG9YlRoqxPU76n+5FClRh92dcGgysbe1smRmYalM9Saj97GW1J4Q==",
|
|
17060
17060
|
"dev": true,
|
|
17061
17061
|
"license": "MIT",
|
|
17062
17062
|
"dependencies": {
|
|
17063
17063
|
"@types/json-schema": "^7.0.15",
|
|
17064
|
-
"commander": "^
|
|
17065
|
-
"glob": "^
|
|
17064
|
+
"commander": "^14.0.3",
|
|
17065
|
+
"glob": "^13.0.6",
|
|
17066
17066
|
"json5": "^2.2.3",
|
|
17067
17067
|
"normalize-path": "^3.0.0",
|
|
17068
|
-
"safe-stable-stringify": "^2.
|
|
17069
|
-
"
|
|
17068
|
+
"safe-stable-stringify": "^2.5.0",
|
|
17069
|
+
"tslib": "^2.8.1",
|
|
17070
|
+
"typescript": "^5.9.3"
|
|
17070
17071
|
},
|
|
17071
17072
|
"bin": {
|
|
17072
|
-
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
|
17073
|
+
"ts-json-schema-generator": "bin/ts-json-schema-generator.js"
|
|
17073
17074
|
},
|
|
17074
17075
|
"engines": {
|
|
17075
|
-
"node": ">=
|
|
17076
|
+
"node": ">=22.0.0"
|
|
17077
|
+
}
|
|
17078
|
+
},
|
|
17079
|
+
"node_modules/ts-json-schema-generator/node_modules/balanced-match": {
|
|
17080
|
+
"version": "4.0.3",
|
|
17081
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
|
17082
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
17083
|
+
"dev": true,
|
|
17084
|
+
"license": "MIT",
|
|
17085
|
+
"engines": {
|
|
17086
|
+
"node": "20 || >=22"
|
|
17087
|
+
}
|
|
17088
|
+
},
|
|
17089
|
+
"node_modules/ts-json-schema-generator/node_modules/brace-expansion": {
|
|
17090
|
+
"version": "5.0.5",
|
|
17091
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
17092
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
17093
|
+
"dev": true,
|
|
17094
|
+
"license": "MIT",
|
|
17095
|
+
"dependencies": {
|
|
17096
|
+
"balanced-match": "^4.0.2"
|
|
17097
|
+
},
|
|
17098
|
+
"engines": {
|
|
17099
|
+
"node": "18 || 20 || >=22"
|
|
17076
17100
|
}
|
|
17077
17101
|
},
|
|
17078
17102
|
"node_modules/ts-json-schema-generator/node_modules/glob": {
|
|
17079
|
-
"version": "
|
|
17080
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
17081
|
-
"integrity": "sha512-
|
|
17103
|
+
"version": "13.0.6",
|
|
17104
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
17105
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
17082
17106
|
"dev": true,
|
|
17083
|
-
"license": "
|
|
17107
|
+
"license": "BlueOak-1.0.0",
|
|
17084
17108
|
"dependencies": {
|
|
17085
|
-
"
|
|
17086
|
-
"
|
|
17087
|
-
"
|
|
17088
|
-
"minimatch": "^5.0.1",
|
|
17089
|
-
"once": "^1.3.0"
|
|
17109
|
+
"minimatch": "^10.2.2",
|
|
17110
|
+
"minipass": "^7.1.3",
|
|
17111
|
+
"path-scurry": "^2.0.2"
|
|
17090
17112
|
},
|
|
17091
17113
|
"engines": {
|
|
17092
|
-
"node": ">=
|
|
17114
|
+
"node": "18 || 20 || >=22"
|
|
17093
17115
|
},
|
|
17094
17116
|
"funding": {
|
|
17095
17117
|
"url": "https://github.com/sponsors/isaacs"
|
|
17096
17118
|
}
|
|
17097
17119
|
},
|
|
17120
|
+
"node_modules/ts-json-schema-generator/node_modules/lru-cache": {
|
|
17121
|
+
"version": "11.2.6",
|
|
17122
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
|
|
17123
|
+
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
|
|
17124
|
+
"dev": true,
|
|
17125
|
+
"license": "BlueOak-1.0.0",
|
|
17126
|
+
"engines": {
|
|
17127
|
+
"node": "20 || >=22"
|
|
17128
|
+
}
|
|
17129
|
+
},
|
|
17098
17130
|
"node_modules/ts-json-schema-generator/node_modules/minimatch": {
|
|
17099
|
-
"version": "
|
|
17100
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
17101
|
-
"integrity": "sha512-
|
|
17131
|
+
"version": "10.2.5",
|
|
17132
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
17133
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
17102
17134
|
"dev": true,
|
|
17103
|
-
"license": "
|
|
17135
|
+
"license": "BlueOak-1.0.0",
|
|
17104
17136
|
"dependencies": {
|
|
17105
|
-
"brace-expansion": "^
|
|
17137
|
+
"brace-expansion": "^5.0.5"
|
|
17106
17138
|
},
|
|
17107
17139
|
"engines": {
|
|
17108
|
-
"node": ">=
|
|
17140
|
+
"node": "18 || 20 || >=22"
|
|
17141
|
+
},
|
|
17142
|
+
"funding": {
|
|
17143
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
17144
|
+
}
|
|
17145
|
+
},
|
|
17146
|
+
"node_modules/ts-json-schema-generator/node_modules/path-scurry": {
|
|
17147
|
+
"version": "2.0.2",
|
|
17148
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
17149
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
17150
|
+
"dev": true,
|
|
17151
|
+
"license": "BlueOak-1.0.0",
|
|
17152
|
+
"dependencies": {
|
|
17153
|
+
"lru-cache": "^11.0.0",
|
|
17154
|
+
"minipass": "^7.1.2"
|
|
17155
|
+
},
|
|
17156
|
+
"engines": {
|
|
17157
|
+
"node": "18 || 20 || >=22"
|
|
17158
|
+
},
|
|
17159
|
+
"funding": {
|
|
17160
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
17109
17161
|
}
|
|
17110
17162
|
},
|
|
17111
17163
|
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
17112
|
-
"version": "5.
|
|
17113
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
17114
|
-
"integrity": "sha512-
|
|
17164
|
+
"version": "5.9.3",
|
|
17165
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
17166
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
17115
17167
|
"dev": true,
|
|
17116
17168
|
"license": "Apache-2.0",
|
|
17117
17169
|
"bin": {
|
|
@@ -17416,16 +17468,16 @@
|
|
|
17416
17468
|
}
|
|
17417
17469
|
},
|
|
17418
17470
|
"node_modules/typescript-eslint": {
|
|
17419
|
-
"version": "8.
|
|
17420
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
17421
|
-
"integrity": "sha512-
|
|
17471
|
+
"version": "8.64.0",
|
|
17472
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.64.0.tgz",
|
|
17473
|
+
"integrity": "sha512-0qg+pDNMnqYzqH9AnNK+39tejHvsShUOUUoRUgtnTGE7QuMZhiFDnozq8nHJVq+Wae6NMLKNWLg5WmkcC/ndyQ==",
|
|
17422
17474
|
"dev": true,
|
|
17423
17475
|
"license": "MIT",
|
|
17424
17476
|
"dependencies": {
|
|
17425
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
17426
|
-
"@typescript-eslint/parser": "8.
|
|
17427
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
17428
|
-
"@typescript-eslint/utils": "8.
|
|
17477
|
+
"@typescript-eslint/eslint-plugin": "8.64.0",
|
|
17478
|
+
"@typescript-eslint/parser": "8.64.0",
|
|
17479
|
+
"@typescript-eslint/typescript-estree": "8.64.0",
|
|
17480
|
+
"@typescript-eslint/utils": "8.64.0"
|
|
17429
17481
|
},
|
|
17430
17482
|
"engines": {
|
|
17431
17483
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
package/oclif.lock
CHANGED
|
@@ -1230,10 +1230,10 @@
|
|
|
1230
1230
|
wordwrap "^1.0.0"
|
|
1231
1231
|
wrap-ansi "^7.0.0"
|
|
1232
1232
|
|
|
1233
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1234
|
-
version "5.3.
|
|
1235
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1236
|
-
integrity sha512-
|
|
1233
|
+
"@oclif/plugin-command-snapshot@^5.3.31":
|
|
1234
|
+
version "5.3.31"
|
|
1235
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.31.tgz#1064f54273cead813d90c07604c16c3e99f07850"
|
|
1236
|
+
integrity sha512-jDfwOlgIK+p8Q/YZcBsExZPGeFArtFZ5tqWV+tkW/fKLMMAIbKcrW/NPFFTGsaS3tL8nJfeqyT0f4e5ODd+vDA==
|
|
1237
1237
|
dependencies:
|
|
1238
1238
|
"@oclif/core" "^4"
|
|
1239
1239
|
ansis "^3.17.0"
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
lodash.get "^4.4.2"
|
|
1244
1244
|
lodash.sortby "^4.7.0"
|
|
1245
1245
|
semver "^7.8.5"
|
|
1246
|
-
ts-json-schema-generator "^
|
|
1246
|
+
ts-json-schema-generator "^2.9.0"
|
|
1247
1247
|
|
|
1248
1248
|
"@oclif/plugin-help@^6.2.53":
|
|
1249
1249
|
version "6.2.53"
|
|
@@ -1946,16 +1946,16 @@
|
|
|
1946
1946
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
1947
1947
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
1948
1948
|
|
|
1949
|
-
"@typescript-eslint/eslint-plugin@8.
|
|
1950
|
-
version "8.
|
|
1951
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
1952
|
-
integrity sha512-
|
|
1949
|
+
"@typescript-eslint/eslint-plugin@8.64.0", "@typescript-eslint/eslint-plugin@^8":
|
|
1950
|
+
version "8.64.0"
|
|
1951
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.64.0.tgz#71a0c3d5f8a5e6c5dfdb4f0f04bd1bfb572d5e24"
|
|
1952
|
+
integrity sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q==
|
|
1953
1953
|
dependencies:
|
|
1954
1954
|
"@eslint-community/regexpp" "^4.12.2"
|
|
1955
|
-
"@typescript-eslint/scope-manager" "8.
|
|
1956
|
-
"@typescript-eslint/type-utils" "8.
|
|
1957
|
-
"@typescript-eslint/utils" "8.
|
|
1958
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
1955
|
+
"@typescript-eslint/scope-manager" "8.64.0"
|
|
1956
|
+
"@typescript-eslint/type-utils" "8.64.0"
|
|
1957
|
+
"@typescript-eslint/utils" "8.64.0"
|
|
1958
|
+
"@typescript-eslint/visitor-keys" "8.64.0"
|
|
1959
1959
|
ignore "^7.0.5"
|
|
1960
1960
|
natural-compare "^1.4.0"
|
|
1961
1961
|
ts-api-utils "^2.5.0"
|
|
@@ -1977,15 +1977,15 @@
|
|
|
1977
1977
|
semver "^7.5.4"
|
|
1978
1978
|
ts-api-utils "^1.0.1"
|
|
1979
1979
|
|
|
1980
|
-
"@typescript-eslint/parser@8.
|
|
1981
|
-
version "8.
|
|
1982
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.
|
|
1983
|
-
integrity sha512-
|
|
1980
|
+
"@typescript-eslint/parser@8.64.0", "@typescript-eslint/parser@^8":
|
|
1981
|
+
version "8.64.0"
|
|
1982
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.64.0.tgz#c9864a1cc28a13ff29a7314fbdef0528bb122f72"
|
|
1983
|
+
integrity sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==
|
|
1984
1984
|
dependencies:
|
|
1985
|
-
"@typescript-eslint/scope-manager" "8.
|
|
1986
|
-
"@typescript-eslint/types" "8.
|
|
1987
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
1988
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
1985
|
+
"@typescript-eslint/scope-manager" "8.64.0"
|
|
1986
|
+
"@typescript-eslint/types" "8.64.0"
|
|
1987
|
+
"@typescript-eslint/typescript-estree" "8.64.0"
|
|
1988
|
+
"@typescript-eslint/visitor-keys" "8.64.0"
|
|
1989
1989
|
debug "^4.4.3"
|
|
1990
1990
|
|
|
1991
1991
|
"@typescript-eslint/parser@^6.21.0":
|
|
@@ -2008,13 +2008,13 @@
|
|
|
2008
2008
|
"@typescript-eslint/types" "^8.56.0"
|
|
2009
2009
|
debug "^4.4.3"
|
|
2010
2010
|
|
|
2011
|
-
"@typescript-eslint/project-service@8.
|
|
2012
|
-
version "8.
|
|
2013
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.
|
|
2014
|
-
integrity sha512-
|
|
2011
|
+
"@typescript-eslint/project-service@8.64.0":
|
|
2012
|
+
version "8.64.0"
|
|
2013
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.64.0.tgz#14c4e29390d7325a7f8a1218c2788fd649b85da6"
|
|
2014
|
+
integrity sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==
|
|
2015
2015
|
dependencies:
|
|
2016
|
-
"@typescript-eslint/tsconfig-utils" "^8.
|
|
2017
|
-
"@typescript-eslint/types" "^8.
|
|
2016
|
+
"@typescript-eslint/tsconfig-utils" "^8.64.0"
|
|
2017
|
+
"@typescript-eslint/types" "^8.64.0"
|
|
2018
2018
|
debug "^4.4.3"
|
|
2019
2019
|
|
|
2020
2020
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
@@ -2041,23 +2041,23 @@
|
|
|
2041
2041
|
"@typescript-eslint/types" "8.56.0"
|
|
2042
2042
|
"@typescript-eslint/visitor-keys" "8.56.0"
|
|
2043
2043
|
|
|
2044
|
-
"@typescript-eslint/scope-manager@8.
|
|
2045
|
-
version "8.
|
|
2046
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
2047
|
-
integrity sha512-
|
|
2044
|
+
"@typescript-eslint/scope-manager@8.64.0":
|
|
2045
|
+
version "8.64.0"
|
|
2046
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz#d45f15304a94c85c39db317b717b158fb6259958"
|
|
2047
|
+
integrity sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==
|
|
2048
2048
|
dependencies:
|
|
2049
|
-
"@typescript-eslint/types" "8.
|
|
2050
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
2049
|
+
"@typescript-eslint/types" "8.64.0"
|
|
2050
|
+
"@typescript-eslint/visitor-keys" "8.64.0"
|
|
2051
2051
|
|
|
2052
2052
|
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
|
|
2053
2053
|
version "8.56.0"
|
|
2054
2054
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
|
|
2055
2055
|
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
|
|
2056
2056
|
|
|
2057
|
-
"@typescript-eslint/tsconfig-utils@8.
|
|
2058
|
-
version "8.
|
|
2059
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
2060
|
-
integrity sha512-
|
|
2057
|
+
"@typescript-eslint/tsconfig-utils@8.64.0", "@typescript-eslint/tsconfig-utils@^8.64.0":
|
|
2058
|
+
version "8.64.0"
|
|
2059
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.64.0.tgz#c62ac8ea9173c3cac8b38b8e66e30a046b548851"
|
|
2060
|
+
integrity sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==
|
|
2061
2061
|
|
|
2062
2062
|
"@typescript-eslint/type-utils@6.21.0":
|
|
2063
2063
|
version "6.21.0"
|
|
@@ -2069,14 +2069,14 @@
|
|
|
2069
2069
|
debug "^4.3.4"
|
|
2070
2070
|
ts-api-utils "^1.0.1"
|
|
2071
2071
|
|
|
2072
|
-
"@typescript-eslint/type-utils@8.
|
|
2073
|
-
version "8.
|
|
2074
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.
|
|
2075
|
-
integrity sha512-
|
|
2072
|
+
"@typescript-eslint/type-utils@8.64.0":
|
|
2073
|
+
version "8.64.0"
|
|
2074
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.64.0.tgz#106fa7d58cf9cf7758f3dd8e426ac8237eceacf3"
|
|
2075
|
+
integrity sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg==
|
|
2076
2076
|
dependencies:
|
|
2077
|
-
"@typescript-eslint/types" "8.
|
|
2078
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
2079
|
-
"@typescript-eslint/utils" "8.
|
|
2077
|
+
"@typescript-eslint/types" "8.64.0"
|
|
2078
|
+
"@typescript-eslint/typescript-estree" "8.64.0"
|
|
2079
|
+
"@typescript-eslint/utils" "8.64.0"
|
|
2080
2080
|
debug "^4.4.3"
|
|
2081
2081
|
ts-api-utils "^2.5.0"
|
|
2082
2082
|
|
|
@@ -2095,10 +2095,10 @@
|
|
|
2095
2095
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
|
|
2096
2096
|
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
|
|
2097
2097
|
|
|
2098
|
-
"@typescript-eslint/types@8.
|
|
2099
|
-
version "8.
|
|
2100
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.
|
|
2101
|
-
integrity sha512-
|
|
2098
|
+
"@typescript-eslint/types@8.64.0", "@typescript-eslint/types@^8.64.0":
|
|
2099
|
+
version "8.64.0"
|
|
2100
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.64.0.tgz#b41f8ef5dd40616908658b991197a9d486cda60b"
|
|
2101
|
+
integrity sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==
|
|
2102
2102
|
|
|
2103
2103
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
2104
2104
|
version "6.21.0"
|
|
@@ -2143,15 +2143,15 @@
|
|
|
2143
2143
|
tinyglobby "^0.2.15"
|
|
2144
2144
|
ts-api-utils "^2.4.0"
|
|
2145
2145
|
|
|
2146
|
-
"@typescript-eslint/typescript-estree@8.
|
|
2147
|
-
version "8.
|
|
2148
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
2149
|
-
integrity sha512-
|
|
2146
|
+
"@typescript-eslint/typescript-estree@8.64.0":
|
|
2147
|
+
version "8.64.0"
|
|
2148
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.64.0.tgz#b8d51255e2d726eb4bd80d397a4fb4170c02eecc"
|
|
2149
|
+
integrity sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==
|
|
2150
2150
|
dependencies:
|
|
2151
|
-
"@typescript-eslint/project-service" "8.
|
|
2152
|
-
"@typescript-eslint/tsconfig-utils" "8.
|
|
2153
|
-
"@typescript-eslint/types" "8.
|
|
2154
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
2151
|
+
"@typescript-eslint/project-service" "8.64.0"
|
|
2152
|
+
"@typescript-eslint/tsconfig-utils" "8.64.0"
|
|
2153
|
+
"@typescript-eslint/types" "8.64.0"
|
|
2154
|
+
"@typescript-eslint/visitor-keys" "8.64.0"
|
|
2155
2155
|
debug "^4.4.3"
|
|
2156
2156
|
minimatch "^10.2.2"
|
|
2157
2157
|
semver "^7.7.3"
|
|
@@ -2171,15 +2171,15 @@
|
|
|
2171
2171
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
2172
2172
|
semver "^7.5.4"
|
|
2173
2173
|
|
|
2174
|
-
"@typescript-eslint/utils@8.
|
|
2175
|
-
version "8.
|
|
2176
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.
|
|
2177
|
-
integrity sha512-
|
|
2174
|
+
"@typescript-eslint/utils@8.64.0":
|
|
2175
|
+
version "8.64.0"
|
|
2176
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.64.0.tgz#98bb2010cfb754b41985b9c93e6e8b3dcd7bd600"
|
|
2177
|
+
integrity sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ==
|
|
2178
2178
|
dependencies:
|
|
2179
2179
|
"@eslint-community/eslint-utils" "^4.9.1"
|
|
2180
|
-
"@typescript-eslint/scope-manager" "8.
|
|
2181
|
-
"@typescript-eslint/types" "8.
|
|
2182
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
2180
|
+
"@typescript-eslint/scope-manager" "8.64.0"
|
|
2181
|
+
"@typescript-eslint/types" "8.64.0"
|
|
2182
|
+
"@typescript-eslint/typescript-estree" "8.64.0"
|
|
2183
2183
|
|
|
2184
2184
|
"@typescript-eslint/utils@^7.18.0":
|
|
2185
2185
|
version "7.18.0"
|
|
@@ -2225,12 +2225,12 @@
|
|
|
2225
2225
|
"@typescript-eslint/types" "8.56.0"
|
|
2226
2226
|
eslint-visitor-keys "^5.0.0"
|
|
2227
2227
|
|
|
2228
|
-
"@typescript-eslint/visitor-keys@8.
|
|
2229
|
-
version "8.
|
|
2230
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
2231
|
-
integrity sha512-
|
|
2228
|
+
"@typescript-eslint/visitor-keys@8.64.0":
|
|
2229
|
+
version "8.64.0"
|
|
2230
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz#7a08421d10e54960733352cd7c95fab1784e8473"
|
|
2231
|
+
integrity sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==
|
|
2232
2232
|
dependencies:
|
|
2233
|
-
"@typescript-eslint/types" "8.
|
|
2233
|
+
"@typescript-eslint/types" "8.64.0"
|
|
2234
2234
|
eslint-visitor-keys "^5.0.0"
|
|
2235
2235
|
|
|
2236
2236
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
|
@@ -3179,10 +3179,10 @@ comma-separated-tokens@^2.0.0:
|
|
|
3179
3179
|
resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz#4e89c9458acb61bc8fef19f4529973b2392839ee"
|
|
3180
3180
|
integrity sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==
|
|
3181
3181
|
|
|
3182
|
-
commander@^
|
|
3183
|
-
version "
|
|
3184
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
3185
|
-
integrity sha512-
|
|
3182
|
+
commander@^14.0.3:
|
|
3183
|
+
version "14.0.3"
|
|
3184
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.3.tgz#425d79b48f9af82fcd9e4fc1ea8af6c5ec07bbc2"
|
|
3185
|
+
integrity sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==
|
|
3186
3186
|
|
|
3187
3187
|
comment-parser@1.4.1:
|
|
3188
3188
|
version "1.4.1"
|
|
@@ -3822,10 +3822,10 @@ eslint-compat-utils@^0.5.1:
|
|
|
3822
3822
|
dependencies:
|
|
3823
3823
|
semver "^7.5.4"
|
|
3824
3824
|
|
|
3825
|
-
eslint-config-oclif@^6.0.
|
|
3826
|
-
version "6.0.
|
|
3827
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
3828
|
-
integrity sha512-
|
|
3825
|
+
eslint-config-oclif@^6.0.177:
|
|
3826
|
+
version "6.0.177"
|
|
3827
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.177.tgz#8fe2be594a2a3b41793e28b9c4e6d59a100980bc"
|
|
3828
|
+
integrity sha512-DjeVJCF7Z/aiEwGUyqCaO0DZp9HrZJPdDts2KW2kELPsHihBpVMRgzl7rVj8ao0S4if9qpLoIZ5g18wUNNIjAg==
|
|
3829
3829
|
dependencies:
|
|
3830
3830
|
"@eslint/compat" "^1.4.1"
|
|
3831
3831
|
"@eslint/eslintrc" "^3.3.5"
|
|
@@ -3842,7 +3842,7 @@ eslint-config-oclif@^6.0.176:
|
|
|
3842
3842
|
eslint-plugin-n "^17.24.0"
|
|
3843
3843
|
eslint-plugin-perfectionist "^4"
|
|
3844
3844
|
eslint-plugin-unicorn "^56.0.1"
|
|
3845
|
-
typescript-eslint "^8.
|
|
3845
|
+
typescript-eslint "^8.64.0"
|
|
3846
3846
|
|
|
3847
3847
|
eslint-config-prettier@^9.1.0:
|
|
3848
3848
|
version "9.1.2"
|
|
@@ -4736,7 +4736,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
|
4736
4736
|
once "^1.3.0"
|
|
4737
4737
|
path-is-absolute "^1.0.0"
|
|
4738
4738
|
|
|
4739
|
-
glob@^8.
|
|
4739
|
+
glob@^8.1.0:
|
|
4740
4740
|
version "8.1.0"
|
|
4741
4741
|
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
|
|
4742
4742
|
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
|
@@ -5532,10 +5532,10 @@ isexe@^2.0.0:
|
|
|
5532
5532
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
5533
5533
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5534
5534
|
|
|
5535
|
-
isomorphic-git@1.38.
|
|
5536
|
-
version "1.38.
|
|
5537
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.
|
|
5538
|
-
integrity sha512-
|
|
5535
|
+
isomorphic-git@1.38.8, isomorphic-git@^1.34.2:
|
|
5536
|
+
version "1.38.8"
|
|
5537
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.8.tgz#8f80b11b37e38e52eb3e9a1c0ec8868ba1219bbd"
|
|
5538
|
+
integrity sha512-bASJmyYijFVKfR0t25G8kqdP9j19IiGB944E1L1yDDIt16aJBd2UjoyeD1/u3pFvxT8KAekE3pxHbDRekrxK7w==
|
|
5539
5539
|
dependencies:
|
|
5540
5540
|
async-lock "^1.4.1"
|
|
5541
5541
|
clean-git-ref "^2.0.1"
|
|
@@ -7604,7 +7604,7 @@ safe-regex-test@^1.1.0:
|
|
|
7604
7604
|
es-errors "^1.3.0"
|
|
7605
7605
|
is-regex "^1.2.1"
|
|
7606
7606
|
|
|
7607
|
-
safe-stable-stringify@^2.3.1, safe-stable-stringify@^2.
|
|
7607
|
+
safe-stable-stringify@^2.3.1, safe-stable-stringify@^2.5.0:
|
|
7608
7608
|
version "2.5.0"
|
|
7609
7609
|
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz#4ca2f8e385f2831c432a719b108a3bf7af42a1dd"
|
|
7610
7610
|
integrity sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==
|
|
@@ -8450,18 +8450,19 @@ ts-declaration-location@^1.0.6:
|
|
|
8450
8450
|
dependencies:
|
|
8451
8451
|
picomatch "^4.0.2"
|
|
8452
8452
|
|
|
8453
|
-
ts-json-schema-generator@^
|
|
8454
|
-
version "
|
|
8455
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-
|
|
8456
|
-
integrity sha512-
|
|
8453
|
+
ts-json-schema-generator@^2.9.0:
|
|
8454
|
+
version "2.9.0"
|
|
8455
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-2.9.0.tgz#cc2b99db0e64ee9ee6898c8c74905337536ef9fc"
|
|
8456
|
+
integrity sha512-NR5ZE108uiPtBHBJNGnhwoUaUx5vWTDJzDFG9YlRoqxPU76n+5FClRh92dcGgysbe1smRmYalM9Saj97GW1J4Q==
|
|
8457
8457
|
dependencies:
|
|
8458
8458
|
"@types/json-schema" "^7.0.15"
|
|
8459
|
-
commander "^
|
|
8460
|
-
glob "^
|
|
8459
|
+
commander "^14.0.3"
|
|
8460
|
+
glob "^13.0.6"
|
|
8461
8461
|
json5 "^2.2.3"
|
|
8462
8462
|
normalize-path "^3.0.0"
|
|
8463
|
-
safe-stable-stringify "^2.
|
|
8464
|
-
|
|
8463
|
+
safe-stable-stringify "^2.5.0"
|
|
8464
|
+
tslib "^2.8.1"
|
|
8465
|
+
typescript "^5.9.3"
|
|
8465
8466
|
|
|
8466
8467
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
8467
8468
|
version "10.9.2"
|
|
@@ -8629,17 +8630,17 @@ typedoc@^0.26.5:
|
|
|
8629
8630
|
shiki "^1.16.2"
|
|
8630
8631
|
yaml "^2.5.1"
|
|
8631
8632
|
|
|
8632
|
-
typescript-eslint@^8.
|
|
8633
|
-
version "8.
|
|
8634
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.
|
|
8635
|
-
integrity sha512-
|
|
8633
|
+
typescript-eslint@^8.64.0:
|
|
8634
|
+
version "8.64.0"
|
|
8635
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.64.0.tgz#4984dae4de9dc8bf892acf5c394d0a2a5f08c3e1"
|
|
8636
|
+
integrity sha512-0qg+pDNMnqYzqH9AnNK+39tejHvsShUOUUoRUgtnTGE7QuMZhiFDnozq8nHJVq+Wae6NMLKNWLg5WmkcC/ndyQ==
|
|
8636
8637
|
dependencies:
|
|
8637
|
-
"@typescript-eslint/eslint-plugin" "8.
|
|
8638
|
-
"@typescript-eslint/parser" "8.
|
|
8639
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
8640
|
-
"@typescript-eslint/utils" "8.
|
|
8638
|
+
"@typescript-eslint/eslint-plugin" "8.64.0"
|
|
8639
|
+
"@typescript-eslint/parser" "8.64.0"
|
|
8640
|
+
"@typescript-eslint/typescript-estree" "8.64.0"
|
|
8641
|
+
"@typescript-eslint/utils" "8.64.0"
|
|
8641
8642
|
|
|
8642
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
8643
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3:
|
|
8643
8644
|
version "5.9.3"
|
|
8644
8645
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
|
|
8645
8646
|
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
|
|
@@ -8649,11 +8650,6 @@ typescript@^6.0.3:
|
|
|
8649
8650
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
|
|
8650
8651
|
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
|
|
8651
8652
|
|
|
8652
|
-
typescript@~5.4.2:
|
|
8653
|
-
version "5.4.5"
|
|
8654
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
8655
|
-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
8656
|
-
|
|
8657
8653
|
uc.micro@^2.0.0, uc.micro@^2.1.0:
|
|
8658
8654
|
version "2.1.0"
|
|
8659
8655
|
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.147",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
"fast-xml-parser": "^5.10.1",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.38.
|
|
21
|
+
"isomorphic-git": "1.38.8"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.31",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
30
|
"c8": "^11.0.0",
|
|
31
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint-config-oclif": "^6.0.177",
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.6",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|