@jayree/sfdx-plugin-manifest 4.0.56 → 4.0.57
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 +7 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +466 -90
- package/oclif.lock +121 -50
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [4.0.57](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.56...4.0.57) (2025-08-22)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump sha.js from 2.4.11 to 2.4.12 ([#1903](https://github.com/jayree/sfdx-plugin-manifest/issues/1903)) ([915b00c](https://github.com/jayree/sfdx-plugin-manifest/commit/915b00c5ca0553d033cca7adfa2226d564782b3e))
|
7
|
+
|
1
8
|
## [4.0.56](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.55...4.0.56) (2025-08-17)
|
2
9
|
|
3
10
|
|
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/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.57/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/4.0.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.57/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/4.0.
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.57/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": "4.0.
|
3
|
+
"version": "4.0.57",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "4.0.
|
9
|
+
"version": "4.0.57",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.14",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
33
33
|
"@types/graceful-fs": "^4.1.9",
|
34
34
|
"c8": "^10.1.3",
|
35
|
-
"eslint-config-oclif": "^6.0.
|
35
|
+
"eslint-config-oclif": "^6.0.95",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
37
|
"eslint-plugin-prettier": "^5.5.4",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.31",
|
@@ -5811,17 +5811,17 @@
|
|
5811
5811
|
"license": "MIT"
|
5812
5812
|
},
|
5813
5813
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
5814
|
-
"version": "8.39.
|
5815
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.
|
5816
|
-
"integrity": "sha512-
|
5814
|
+
"version": "8.39.1",
|
5815
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz",
|
5816
|
+
"integrity": "sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==",
|
5817
5817
|
"dev": true,
|
5818
5818
|
"license": "MIT",
|
5819
5819
|
"dependencies": {
|
5820
5820
|
"@eslint-community/regexpp": "^4.10.0",
|
5821
|
-
"@typescript-eslint/scope-manager": "8.39.
|
5822
|
-
"@typescript-eslint/type-utils": "8.39.
|
5823
|
-
"@typescript-eslint/utils": "8.39.
|
5824
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
5821
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
5822
|
+
"@typescript-eslint/type-utils": "8.39.1",
|
5823
|
+
"@typescript-eslint/utils": "8.39.1",
|
5824
|
+
"@typescript-eslint/visitor-keys": "8.39.1",
|
5825
5825
|
"graphemer": "^1.4.0",
|
5826
5826
|
"ignore": "^7.0.0",
|
5827
5827
|
"natural-compare": "^1.4.0",
|
@@ -5835,20 +5835,72 @@
|
|
5835
5835
|
"url": "https://opencollective.com/typescript-eslint"
|
5836
5836
|
},
|
5837
5837
|
"peerDependencies": {
|
5838
|
-
"@typescript-eslint/parser": "^8.39.
|
5838
|
+
"@typescript-eslint/parser": "^8.39.1",
|
5839
5839
|
"eslint": "^8.57.0 || ^9.0.0",
|
5840
5840
|
"typescript": ">=4.8.4 <6.0.0"
|
5841
5841
|
}
|
5842
5842
|
},
|
5843
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
|
5844
|
+
"version": "4.7.0",
|
5845
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
5846
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
5847
|
+
"dev": true,
|
5848
|
+
"license": "MIT",
|
5849
|
+
"dependencies": {
|
5850
|
+
"eslint-visitor-keys": "^3.4.3"
|
5851
|
+
},
|
5852
|
+
"engines": {
|
5853
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5854
|
+
},
|
5855
|
+
"funding": {
|
5856
|
+
"url": "https://opencollective.com/eslint"
|
5857
|
+
},
|
5858
|
+
"peerDependencies": {
|
5859
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
5860
|
+
}
|
5861
|
+
},
|
5862
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
5863
|
+
"version": "3.4.3",
|
5864
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
5865
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
5866
|
+
"dev": true,
|
5867
|
+
"license": "Apache-2.0",
|
5868
|
+
"engines": {
|
5869
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
5870
|
+
},
|
5871
|
+
"funding": {
|
5872
|
+
"url": "https://opencollective.com/eslint"
|
5873
|
+
}
|
5874
|
+
},
|
5843
5875
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5844
|
-
"version": "8.39.
|
5845
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.
|
5846
|
-
"integrity": "sha512-
|
5876
|
+
"version": "8.39.1",
|
5877
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
|
5878
|
+
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
|
5847
5879
|
"dev": true,
|
5848
5880
|
"license": "MIT",
|
5849
5881
|
"dependencies": {
|
5850
|
-
"@typescript-eslint/types": "8.39.
|
5851
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
5882
|
+
"@typescript-eslint/types": "8.39.1",
|
5883
|
+
"@typescript-eslint/visitor-keys": "8.39.1"
|
5884
|
+
},
|
5885
|
+
"engines": {
|
5886
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5887
|
+
},
|
5888
|
+
"funding": {
|
5889
|
+
"type": "opencollective",
|
5890
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5891
|
+
}
|
5892
|
+
},
|
5893
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5894
|
+
"version": "8.39.1",
|
5895
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.1.tgz",
|
5896
|
+
"integrity": "sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==",
|
5897
|
+
"dev": true,
|
5898
|
+
"license": "MIT",
|
5899
|
+
"dependencies": {
|
5900
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
5901
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
5902
|
+
"@typescript-eslint/types": "8.39.1",
|
5903
|
+
"@typescript-eslint/typescript-estree": "8.39.1"
|
5852
5904
|
},
|
5853
5905
|
"engines": {
|
5854
5906
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5856,16 +5908,20 @@
|
|
5856
5908
|
"funding": {
|
5857
5909
|
"type": "opencollective",
|
5858
5910
|
"url": "https://opencollective.com/typescript-eslint"
|
5911
|
+
},
|
5912
|
+
"peerDependencies": {
|
5913
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5914
|
+
"typescript": ">=4.8.4 <6.0.0"
|
5859
5915
|
}
|
5860
5916
|
},
|
5861
5917
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5862
|
-
"version": "8.39.
|
5863
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.
|
5864
|
-
"integrity": "sha512-
|
5918
|
+
"version": "8.39.1",
|
5919
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
5920
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
5865
5921
|
"dev": true,
|
5866
5922
|
"license": "MIT",
|
5867
5923
|
"dependencies": {
|
5868
|
-
"@typescript-eslint/types": "8.39.
|
5924
|
+
"@typescript-eslint/types": "8.39.1",
|
5869
5925
|
"eslint-visitor-keys": "^4.2.1"
|
5870
5926
|
},
|
5871
5927
|
"engines": {
|
@@ -5913,16 +5969,16 @@
|
|
5913
5969
|
}
|
5914
5970
|
},
|
5915
5971
|
"node_modules/@typescript-eslint/parser": {
|
5916
|
-
"version": "8.39.
|
5917
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.39.
|
5918
|
-
"integrity": "sha512-
|
5972
|
+
"version": "8.39.1",
|
5973
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.39.1.tgz",
|
5974
|
+
"integrity": "sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==",
|
5919
5975
|
"dev": true,
|
5920
5976
|
"license": "MIT",
|
5921
5977
|
"dependencies": {
|
5922
|
-
"@typescript-eslint/scope-manager": "8.39.
|
5923
|
-
"@typescript-eslint/types": "8.39.
|
5924
|
-
"@typescript-eslint/typescript-estree": "8.39.
|
5925
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
5978
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
5979
|
+
"@typescript-eslint/types": "8.39.1",
|
5980
|
+
"@typescript-eslint/typescript-estree": "8.39.1",
|
5981
|
+
"@typescript-eslint/visitor-keys": "8.39.1",
|
5926
5982
|
"debug": "^4.3.4"
|
5927
5983
|
},
|
5928
5984
|
"engines": {
|
@@ -5938,14 +5994,14 @@
|
|
5938
5994
|
}
|
5939
5995
|
},
|
5940
5996
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
5941
|
-
"version": "8.39.
|
5942
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.
|
5943
|
-
"integrity": "sha512-
|
5997
|
+
"version": "8.39.1",
|
5998
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
|
5999
|
+
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
|
5944
6000
|
"dev": true,
|
5945
6001
|
"license": "MIT",
|
5946
6002
|
"dependencies": {
|
5947
|
-
"@typescript-eslint/types": "8.39.
|
5948
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
6003
|
+
"@typescript-eslint/types": "8.39.1",
|
6004
|
+
"@typescript-eslint/visitor-keys": "8.39.1"
|
5949
6005
|
},
|
5950
6006
|
"engines": {
|
5951
6007
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5956,13 +6012,13 @@
|
|
5956
6012
|
}
|
5957
6013
|
},
|
5958
6014
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
5959
|
-
"version": "8.39.
|
5960
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.
|
5961
|
-
"integrity": "sha512-
|
6015
|
+
"version": "8.39.1",
|
6016
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
6017
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
5962
6018
|
"dev": true,
|
5963
6019
|
"license": "MIT",
|
5964
6020
|
"dependencies": {
|
5965
|
-
"@typescript-eslint/types": "8.39.
|
6021
|
+
"@typescript-eslint/types": "8.39.1",
|
5966
6022
|
"eslint-visitor-keys": "^4.2.1"
|
5967
6023
|
},
|
5968
6024
|
"engines": {
|
@@ -5987,14 +6043,14 @@
|
|
5987
6043
|
}
|
5988
6044
|
},
|
5989
6045
|
"node_modules/@typescript-eslint/project-service": {
|
5990
|
-
"version": "8.39.
|
5991
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.
|
5992
|
-
"integrity": "sha512-
|
6046
|
+
"version": "8.39.1",
|
6047
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.1.tgz",
|
6048
|
+
"integrity": "sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==",
|
5993
6049
|
"dev": true,
|
5994
6050
|
"license": "MIT",
|
5995
6051
|
"dependencies": {
|
5996
|
-
"@typescript-eslint/tsconfig-utils": "^8.39.
|
5997
|
-
"@typescript-eslint/types": "^8.39.
|
6052
|
+
"@typescript-eslint/tsconfig-utils": "^8.39.1",
|
6053
|
+
"@typescript-eslint/types": "^8.39.1",
|
5998
6054
|
"debug": "^4.3.4"
|
5999
6055
|
},
|
6000
6056
|
"engines": {
|
@@ -6008,6 +6064,23 @@
|
|
6008
6064
|
"typescript": ">=4.8.4 <6.0.0"
|
6009
6065
|
}
|
6010
6066
|
},
|
6067
|
+
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
6068
|
+
"version": "8.39.1",
|
6069
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz",
|
6070
|
+
"integrity": "sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==",
|
6071
|
+
"dev": true,
|
6072
|
+
"license": "MIT",
|
6073
|
+
"engines": {
|
6074
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6075
|
+
},
|
6076
|
+
"funding": {
|
6077
|
+
"type": "opencollective",
|
6078
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6079
|
+
},
|
6080
|
+
"peerDependencies": {
|
6081
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6082
|
+
}
|
6083
|
+
},
|
6011
6084
|
"node_modules/@typescript-eslint/scope-manager": {
|
6012
6085
|
"version": "6.21.0",
|
6013
6086
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
@@ -6058,15 +6131,15 @@
|
|
6058
6131
|
}
|
6059
6132
|
},
|
6060
6133
|
"node_modules/@typescript-eslint/type-utils": {
|
6061
|
-
"version": "8.39.
|
6062
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.39.
|
6063
|
-
"integrity": "sha512-
|
6134
|
+
"version": "8.39.1",
|
6135
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz",
|
6136
|
+
"integrity": "sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==",
|
6064
6137
|
"dev": true,
|
6065
6138
|
"license": "MIT",
|
6066
6139
|
"dependencies": {
|
6067
|
-
"@typescript-eslint/types": "8.39.
|
6068
|
-
"@typescript-eslint/typescript-estree": "8.39.
|
6069
|
-
"@typescript-eslint/utils": "8.39.
|
6140
|
+
"@typescript-eslint/types": "8.39.1",
|
6141
|
+
"@typescript-eslint/typescript-estree": "8.39.1",
|
6142
|
+
"@typescript-eslint/utils": "8.39.1",
|
6070
6143
|
"debug": "^4.3.4",
|
6071
6144
|
"ts-api-utils": "^2.1.0"
|
6072
6145
|
},
|
@@ -6082,6 +6155,98 @@
|
|
6082
6155
|
"typescript": ">=4.8.4 <6.0.0"
|
6083
6156
|
}
|
6084
6157
|
},
|
6158
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@eslint-community/eslint-utils": {
|
6159
|
+
"version": "4.7.0",
|
6160
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
6161
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
6162
|
+
"dev": true,
|
6163
|
+
"license": "MIT",
|
6164
|
+
"dependencies": {
|
6165
|
+
"eslint-visitor-keys": "^3.4.3"
|
6166
|
+
},
|
6167
|
+
"engines": {
|
6168
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
6169
|
+
},
|
6170
|
+
"funding": {
|
6171
|
+
"url": "https://opencollective.com/eslint"
|
6172
|
+
},
|
6173
|
+
"peerDependencies": {
|
6174
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
6175
|
+
}
|
6176
|
+
},
|
6177
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
6178
|
+
"version": "8.39.1",
|
6179
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
|
6180
|
+
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
|
6181
|
+
"dev": true,
|
6182
|
+
"license": "MIT",
|
6183
|
+
"dependencies": {
|
6184
|
+
"@typescript-eslint/types": "8.39.1",
|
6185
|
+
"@typescript-eslint/visitor-keys": "8.39.1"
|
6186
|
+
},
|
6187
|
+
"engines": {
|
6188
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6189
|
+
},
|
6190
|
+
"funding": {
|
6191
|
+
"type": "opencollective",
|
6192
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6193
|
+
}
|
6194
|
+
},
|
6195
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
6196
|
+
"version": "8.39.1",
|
6197
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.1.tgz",
|
6198
|
+
"integrity": "sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==",
|
6199
|
+
"dev": true,
|
6200
|
+
"license": "MIT",
|
6201
|
+
"dependencies": {
|
6202
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
6203
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
6204
|
+
"@typescript-eslint/types": "8.39.1",
|
6205
|
+
"@typescript-eslint/typescript-estree": "8.39.1"
|
6206
|
+
},
|
6207
|
+
"engines": {
|
6208
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6209
|
+
},
|
6210
|
+
"funding": {
|
6211
|
+
"type": "opencollective",
|
6212
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6213
|
+
},
|
6214
|
+
"peerDependencies": {
|
6215
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
6216
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6217
|
+
}
|
6218
|
+
},
|
6219
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
6220
|
+
"version": "8.39.1",
|
6221
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
6222
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
6223
|
+
"dev": true,
|
6224
|
+
"license": "MIT",
|
6225
|
+
"dependencies": {
|
6226
|
+
"@typescript-eslint/types": "8.39.1",
|
6227
|
+
"eslint-visitor-keys": "^4.2.1"
|
6228
|
+
},
|
6229
|
+
"engines": {
|
6230
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6231
|
+
},
|
6232
|
+
"funding": {
|
6233
|
+
"type": "opencollective",
|
6234
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6235
|
+
}
|
6236
|
+
},
|
6237
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
6238
|
+
"version": "4.2.1",
|
6239
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
6240
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
6241
|
+
"dev": true,
|
6242
|
+
"license": "Apache-2.0",
|
6243
|
+
"engines": {
|
6244
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6245
|
+
},
|
6246
|
+
"funding": {
|
6247
|
+
"url": "https://opencollective.com/eslint"
|
6248
|
+
}
|
6249
|
+
},
|
6085
6250
|
"node_modules/@typescript-eslint/type-utils/node_modules/ts-api-utils": {
|
6086
6251
|
"version": "2.1.0",
|
6087
6252
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
@@ -6096,9 +6261,9 @@
|
|
6096
6261
|
}
|
6097
6262
|
},
|
6098
6263
|
"node_modules/@typescript-eslint/types": {
|
6099
|
-
"version": "8.39.
|
6100
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.
|
6101
|
-
"integrity": "sha512-
|
6264
|
+
"version": "8.39.1",
|
6265
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.1.tgz",
|
6266
|
+
"integrity": "sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==",
|
6102
6267
|
"dev": true,
|
6103
6268
|
"license": "MIT",
|
6104
6269
|
"engines": {
|
@@ -6110,16 +6275,16 @@
|
|
6110
6275
|
}
|
6111
6276
|
},
|
6112
6277
|
"node_modules/@typescript-eslint/typescript-estree": {
|
6113
|
-
"version": "8.39.
|
6114
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.
|
6115
|
-
"integrity": "sha512-
|
6278
|
+
"version": "8.39.1",
|
6279
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz",
|
6280
|
+
"integrity": "sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==",
|
6116
6281
|
"dev": true,
|
6117
6282
|
"license": "MIT",
|
6118
6283
|
"dependencies": {
|
6119
|
-
"@typescript-eslint/project-service": "8.39.
|
6120
|
-
"@typescript-eslint/tsconfig-utils": "8.39.
|
6121
|
-
"@typescript-eslint/types": "8.39.
|
6122
|
-
"@typescript-eslint/visitor-keys": "8.39.
|
6284
|
+
"@typescript-eslint/project-service": "8.39.1",
|
6285
|
+
"@typescript-eslint/tsconfig-utils": "8.39.1",
|
6286
|
+
"@typescript-eslint/types": "8.39.1",
|
6287
|
+
"@typescript-eslint/visitor-keys": "8.39.1",
|
6123
6288
|
"debug": "^4.3.4",
|
6124
6289
|
"fast-glob": "^3.3.2",
|
6125
6290
|
"is-glob": "^4.0.3",
|
@@ -6138,14 +6303,31 @@
|
|
6138
6303
|
"typescript": ">=4.8.4 <6.0.0"
|
6139
6304
|
}
|
6140
6305
|
},
|
6306
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
6307
|
+
"version": "8.39.1",
|
6308
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz",
|
6309
|
+
"integrity": "sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==",
|
6310
|
+
"dev": true,
|
6311
|
+
"license": "MIT",
|
6312
|
+
"engines": {
|
6313
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6314
|
+
},
|
6315
|
+
"funding": {
|
6316
|
+
"type": "opencollective",
|
6317
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6318
|
+
},
|
6319
|
+
"peerDependencies": {
|
6320
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6321
|
+
}
|
6322
|
+
},
|
6141
6323
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
6142
|
-
"version": "8.39.
|
6143
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.
|
6144
|
-
"integrity": "sha512-
|
6324
|
+
"version": "8.39.1",
|
6325
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
6326
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
6145
6327
|
"dev": true,
|
6146
6328
|
"license": "MIT",
|
6147
6329
|
"dependencies": {
|
6148
|
-
"@typescript-eslint/types": "8.39.
|
6330
|
+
"@typescript-eslint/types": "8.39.1",
|
6149
6331
|
"eslint-visitor-keys": "^4.2.1"
|
6150
6332
|
},
|
6151
6333
|
"engines": {
|
@@ -6241,6 +6423,28 @@
|
|
6241
6423
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
6242
6424
|
}
|
6243
6425
|
},
|
6426
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/project-service": {
|
6427
|
+
"version": "8.39.0",
|
6428
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.0.tgz",
|
6429
|
+
"integrity": "sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==",
|
6430
|
+
"dev": true,
|
6431
|
+
"license": "MIT",
|
6432
|
+
"dependencies": {
|
6433
|
+
"@typescript-eslint/tsconfig-utils": "^8.39.0",
|
6434
|
+
"@typescript-eslint/types": "^8.39.0",
|
6435
|
+
"debug": "^4.3.4"
|
6436
|
+
},
|
6437
|
+
"engines": {
|
6438
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6439
|
+
},
|
6440
|
+
"funding": {
|
6441
|
+
"type": "opencollective",
|
6442
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6443
|
+
},
|
6444
|
+
"peerDependencies": {
|
6445
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6446
|
+
}
|
6447
|
+
},
|
6244
6448
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
6245
6449
|
"version": "8.39.0",
|
6246
6450
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz",
|
@@ -6259,6 +6463,49 @@
|
|
6259
6463
|
"url": "https://opencollective.com/typescript-eslint"
|
6260
6464
|
}
|
6261
6465
|
},
|
6466
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
6467
|
+
"version": "8.39.0",
|
6468
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.0.tgz",
|
6469
|
+
"integrity": "sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==",
|
6470
|
+
"dev": true,
|
6471
|
+
"license": "MIT",
|
6472
|
+
"engines": {
|
6473
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6474
|
+
},
|
6475
|
+
"funding": {
|
6476
|
+
"type": "opencollective",
|
6477
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6478
|
+
}
|
6479
|
+
},
|
6480
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
6481
|
+
"version": "8.39.0",
|
6482
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz",
|
6483
|
+
"integrity": "sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==",
|
6484
|
+
"dev": true,
|
6485
|
+
"license": "MIT",
|
6486
|
+
"dependencies": {
|
6487
|
+
"@typescript-eslint/project-service": "8.39.0",
|
6488
|
+
"@typescript-eslint/tsconfig-utils": "8.39.0",
|
6489
|
+
"@typescript-eslint/types": "8.39.0",
|
6490
|
+
"@typescript-eslint/visitor-keys": "8.39.0",
|
6491
|
+
"debug": "^4.3.4",
|
6492
|
+
"fast-glob": "^3.3.2",
|
6493
|
+
"is-glob": "^4.0.3",
|
6494
|
+
"minimatch": "^9.0.4",
|
6495
|
+
"semver": "^7.6.0",
|
6496
|
+
"ts-api-utils": "^2.1.0"
|
6497
|
+
},
|
6498
|
+
"engines": {
|
6499
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6500
|
+
},
|
6501
|
+
"funding": {
|
6502
|
+
"type": "opencollective",
|
6503
|
+
"url": "https://opencollective.com/typescript-eslint"
|
6504
|
+
},
|
6505
|
+
"peerDependencies": {
|
6506
|
+
"typescript": ">=4.8.4 <6.0.0"
|
6507
|
+
}
|
6508
|
+
},
|
6262
6509
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
6263
6510
|
"version": "8.39.0",
|
6264
6511
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz",
|
@@ -6290,6 +6537,35 @@
|
|
6290
6537
|
"url": "https://opencollective.com/eslint"
|
6291
6538
|
}
|
6292
6539
|
},
|
6540
|
+
"node_modules/@typescript-eslint/utils/node_modules/minimatch": {
|
6541
|
+
"version": "9.0.5",
|
6542
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
6543
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
6544
|
+
"dev": true,
|
6545
|
+
"license": "ISC",
|
6546
|
+
"dependencies": {
|
6547
|
+
"brace-expansion": "^2.0.1"
|
6548
|
+
},
|
6549
|
+
"engines": {
|
6550
|
+
"node": ">=16 || 14 >=14.17"
|
6551
|
+
},
|
6552
|
+
"funding": {
|
6553
|
+
"url": "https://github.com/sponsors/isaacs"
|
6554
|
+
}
|
6555
|
+
},
|
6556
|
+
"node_modules/@typescript-eslint/utils/node_modules/ts-api-utils": {
|
6557
|
+
"version": "2.1.0",
|
6558
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
6559
|
+
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
|
6560
|
+
"dev": true,
|
6561
|
+
"license": "MIT",
|
6562
|
+
"engines": {
|
6563
|
+
"node": ">=18.12"
|
6564
|
+
},
|
6565
|
+
"peerDependencies": {
|
6566
|
+
"typescript": ">=4.8.4"
|
6567
|
+
}
|
6568
|
+
},
|
6293
6569
|
"node_modules/@typescript-eslint/visitor-keys": {
|
6294
6570
|
"version": "6.21.0",
|
6295
6571
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
|
@@ -6988,7 +7264,6 @@
|
|
6988
7264
|
"version": "1.0.7",
|
6989
7265
|
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
6990
7266
|
"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
6991
|
-
"dev": true,
|
6992
7267
|
"license": "MIT",
|
6993
7268
|
"dependencies": {
|
6994
7269
|
"possible-typed-array-names": "^1.0.0"
|
@@ -7466,7 +7741,6 @@
|
|
7466
7741
|
"version": "1.0.8",
|
7467
7742
|
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
|
7468
7743
|
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
7469
|
-
"dev": true,
|
7470
7744
|
"license": "MIT",
|
7471
7745
|
"dependencies": {
|
7472
7746
|
"call-bind-apply-helpers": "^1.0.0",
|
@@ -7498,7 +7772,6 @@
|
|
7498
7772
|
"version": "1.0.3",
|
7499
7773
|
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
|
7500
7774
|
"integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
|
7501
|
-
"dev": true,
|
7502
7775
|
"license": "MIT",
|
7503
7776
|
"dependencies": {
|
7504
7777
|
"call-bind-apply-helpers": "^1.0.1",
|
@@ -8544,7 +8817,6 @@
|
|
8544
8817
|
"version": "1.1.4",
|
8545
8818
|
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
8546
8819
|
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
8547
|
-
"dev": true,
|
8548
8820
|
"license": "MIT",
|
8549
8821
|
"dependencies": {
|
8550
8822
|
"es-define-property": "^1.0.0",
|
@@ -9170,9 +9442,9 @@
|
|
9170
9442
|
}
|
9171
9443
|
},
|
9172
9444
|
"node_modules/eslint-config-oclif": {
|
9173
|
-
"version": "6.0.
|
9174
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
9175
|
-
"integrity": "sha512-
|
9445
|
+
"version": "6.0.95",
|
9446
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.95.tgz",
|
9447
|
+
"integrity": "sha512-uMy0wKFMOB2835gOsPRfNO039Pedo9PuTwTGGmNO3iEbRutN9X+LEvXtSa+7qNv0JPXTGBmTvp5/RDTOmz3cWA==",
|
9176
9448
|
"dev": true,
|
9177
9449
|
"license": "MIT",
|
9178
9450
|
"dependencies": {
|
@@ -9192,7 +9464,7 @@
|
|
9192
9464
|
"eslint-plugin-n": "^17.21.3",
|
9193
9465
|
"eslint-plugin-perfectionist": "^4",
|
9194
9466
|
"eslint-plugin-unicorn": "^56.0.1",
|
9195
|
-
"typescript-eslint": "^8.39.
|
9467
|
+
"typescript-eslint": "^8.39.1"
|
9196
9468
|
},
|
9197
9469
|
"engines": {
|
9198
9470
|
"node": ">=18.18.0"
|
@@ -10959,7 +11231,6 @@
|
|
10959
11231
|
"version": "0.3.5",
|
10960
11232
|
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
|
10961
11233
|
"integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
|
10962
|
-
"dev": true,
|
10963
11234
|
"license": "MIT",
|
10964
11235
|
"dependencies": {
|
10965
11236
|
"is-callable": "^1.2.7"
|
@@ -11571,7 +11842,6 @@
|
|
11571
11842
|
"version": "1.0.2",
|
11572
11843
|
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
11573
11844
|
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
11574
|
-
"dev": true,
|
11575
11845
|
"license": "MIT",
|
11576
11846
|
"dependencies": {
|
11577
11847
|
"es-define-property": "^1.0.0"
|
@@ -12396,7 +12666,6 @@
|
|
12396
12666
|
"version": "1.2.7",
|
12397
12667
|
"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
|
12398
12668
|
"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
|
12399
|
-
"dev": true,
|
12400
12669
|
"license": "MIT",
|
12401
12670
|
"engines": {
|
12402
12671
|
"node": ">= 0.4"
|
@@ -12759,7 +13028,6 @@
|
|
12759
13028
|
"version": "1.1.15",
|
12760
13029
|
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
|
12761
13030
|
"integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
|
12762
|
-
"dev": true,
|
12763
13031
|
"license": "MIT",
|
12764
13032
|
"dependencies": {
|
12765
13033
|
"which-typed-array": "^1.1.16"
|
@@ -12863,7 +13131,6 @@
|
|
12863
13131
|
"version": "2.0.5",
|
12864
13132
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
|
12865
13133
|
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
12866
|
-
"dev": true,
|
12867
13134
|
"license": "MIT"
|
12868
13135
|
},
|
12869
13136
|
"node_modules/isexe": {
|
@@ -15809,7 +16076,6 @@
|
|
15809
16076
|
"version": "1.1.0",
|
15810
16077
|
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
|
15811
16078
|
"integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
|
15812
|
-
"dev": true,
|
15813
16079
|
"license": "MIT",
|
15814
16080
|
"engines": {
|
15815
16081
|
"node": ">= 0.4"
|
@@ -16773,7 +17039,6 @@
|
|
16773
17039
|
"version": "1.2.2",
|
16774
17040
|
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
|
16775
17041
|
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
16776
|
-
"dev": true,
|
16777
17042
|
"license": "MIT",
|
16778
17043
|
"dependencies": {
|
16779
17044
|
"define-data-property": "^1.1.4",
|
@@ -16825,16 +17090,23 @@
|
|
16825
17090
|
"license": "MIT"
|
16826
17091
|
},
|
16827
17092
|
"node_modules/sha.js": {
|
16828
|
-
"version": "2.4.
|
16829
|
-
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.
|
16830
|
-
"integrity": "sha512-
|
17093
|
+
"version": "2.4.12",
|
17094
|
+
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
|
17095
|
+
"integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
|
16831
17096
|
"license": "(MIT AND BSD-3-Clause)",
|
16832
17097
|
"dependencies": {
|
16833
|
-
"inherits": "^2.0.
|
16834
|
-
"safe-buffer": "^5.
|
17098
|
+
"inherits": "^2.0.4",
|
17099
|
+
"safe-buffer": "^5.2.1",
|
17100
|
+
"to-buffer": "^1.2.0"
|
16835
17101
|
},
|
16836
17102
|
"bin": {
|
16837
17103
|
"sha.js": "bin.js"
|
17104
|
+
},
|
17105
|
+
"engines": {
|
17106
|
+
"node": ">= 0.10"
|
17107
|
+
},
|
17108
|
+
"funding": {
|
17109
|
+
"url": "https://github.com/sponsors/ljharb"
|
16838
17110
|
}
|
16839
17111
|
},
|
16840
17112
|
"node_modules/shebang-command": {
|
@@ -17889,6 +18161,20 @@
|
|
17889
18161
|
"node": ">=0.6.0"
|
17890
18162
|
}
|
17891
18163
|
},
|
18164
|
+
"node_modules/to-buffer": {
|
18165
|
+
"version": "1.2.1",
|
18166
|
+
"resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.1.tgz",
|
18167
|
+
"integrity": "sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==",
|
18168
|
+
"license": "MIT",
|
18169
|
+
"dependencies": {
|
18170
|
+
"isarray": "^2.0.5",
|
18171
|
+
"safe-buffer": "^5.2.1",
|
18172
|
+
"typed-array-buffer": "^1.0.3"
|
18173
|
+
},
|
18174
|
+
"engines": {
|
18175
|
+
"node": ">= 0.4"
|
18176
|
+
}
|
18177
|
+
},
|
17892
18178
|
"node_modules/to-regex-range": {
|
17893
18179
|
"version": "5.0.1",
|
17894
18180
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
@@ -18209,7 +18495,6 @@
|
|
18209
18495
|
"version": "1.0.3",
|
18210
18496
|
"resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
|
18211
18497
|
"integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
|
18212
|
-
"dev": true,
|
18213
18498
|
"license": "MIT",
|
18214
18499
|
"dependencies": {
|
18215
18500
|
"call-bound": "^1.0.3",
|
@@ -18359,16 +18644,16 @@
|
|
18359
18644
|
}
|
18360
18645
|
},
|
18361
18646
|
"node_modules/typescript-eslint": {
|
18362
|
-
"version": "8.39.
|
18363
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.39.
|
18364
|
-
"integrity": "sha512-
|
18647
|
+
"version": "8.39.1",
|
18648
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.39.1.tgz",
|
18649
|
+
"integrity": "sha512-GDUv6/NDYngUlNvwaHM1RamYftxf782IyEDbdj3SeaIHHv8fNQVRC++fITT7kUJV/5rIA/tkoRSSskt6osEfqg==",
|
18365
18650
|
"dev": true,
|
18366
18651
|
"license": "MIT",
|
18367
18652
|
"dependencies": {
|
18368
|
-
"@typescript-eslint/eslint-plugin": "8.39.
|
18369
|
-
"@typescript-eslint/parser": "8.39.
|
18370
|
-
"@typescript-eslint/typescript-estree": "8.39.
|
18371
|
-
"@typescript-eslint/utils": "8.39.
|
18653
|
+
"@typescript-eslint/eslint-plugin": "8.39.1",
|
18654
|
+
"@typescript-eslint/parser": "8.39.1",
|
18655
|
+
"@typescript-eslint/typescript-estree": "8.39.1",
|
18656
|
+
"@typescript-eslint/utils": "8.39.1"
|
18372
18657
|
},
|
18373
18658
|
"engines": {
|
18374
18659
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -18382,6 +18667,98 @@
|
|
18382
18667
|
"typescript": ">=4.8.4 <6.0.0"
|
18383
18668
|
}
|
18384
18669
|
},
|
18670
|
+
"node_modules/typescript-eslint/node_modules/@eslint-community/eslint-utils": {
|
18671
|
+
"version": "4.7.0",
|
18672
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
18673
|
+
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
|
18674
|
+
"dev": true,
|
18675
|
+
"license": "MIT",
|
18676
|
+
"dependencies": {
|
18677
|
+
"eslint-visitor-keys": "^3.4.3"
|
18678
|
+
},
|
18679
|
+
"engines": {
|
18680
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
18681
|
+
},
|
18682
|
+
"funding": {
|
18683
|
+
"url": "https://opencollective.com/eslint"
|
18684
|
+
},
|
18685
|
+
"peerDependencies": {
|
18686
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
18687
|
+
}
|
18688
|
+
},
|
18689
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
18690
|
+
"version": "8.39.1",
|
18691
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz",
|
18692
|
+
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==",
|
18693
|
+
"dev": true,
|
18694
|
+
"license": "MIT",
|
18695
|
+
"dependencies": {
|
18696
|
+
"@typescript-eslint/types": "8.39.1",
|
18697
|
+
"@typescript-eslint/visitor-keys": "8.39.1"
|
18698
|
+
},
|
18699
|
+
"engines": {
|
18700
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18701
|
+
},
|
18702
|
+
"funding": {
|
18703
|
+
"type": "opencollective",
|
18704
|
+
"url": "https://opencollective.com/typescript-eslint"
|
18705
|
+
}
|
18706
|
+
},
|
18707
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
18708
|
+
"version": "8.39.1",
|
18709
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.1.tgz",
|
18710
|
+
"integrity": "sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==",
|
18711
|
+
"dev": true,
|
18712
|
+
"license": "MIT",
|
18713
|
+
"dependencies": {
|
18714
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
18715
|
+
"@typescript-eslint/scope-manager": "8.39.1",
|
18716
|
+
"@typescript-eslint/types": "8.39.1",
|
18717
|
+
"@typescript-eslint/typescript-estree": "8.39.1"
|
18718
|
+
},
|
18719
|
+
"engines": {
|
18720
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18721
|
+
},
|
18722
|
+
"funding": {
|
18723
|
+
"type": "opencollective",
|
18724
|
+
"url": "https://opencollective.com/typescript-eslint"
|
18725
|
+
},
|
18726
|
+
"peerDependencies": {
|
18727
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
18728
|
+
"typescript": ">=4.8.4 <6.0.0"
|
18729
|
+
}
|
18730
|
+
},
|
18731
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
18732
|
+
"version": "8.39.1",
|
18733
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz",
|
18734
|
+
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==",
|
18735
|
+
"dev": true,
|
18736
|
+
"license": "MIT",
|
18737
|
+
"dependencies": {
|
18738
|
+
"@typescript-eslint/types": "8.39.1",
|
18739
|
+
"eslint-visitor-keys": "^4.2.1"
|
18740
|
+
},
|
18741
|
+
"engines": {
|
18742
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18743
|
+
},
|
18744
|
+
"funding": {
|
18745
|
+
"type": "opencollective",
|
18746
|
+
"url": "https://opencollective.com/typescript-eslint"
|
18747
|
+
}
|
18748
|
+
},
|
18749
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
18750
|
+
"version": "4.2.1",
|
18751
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
18752
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
18753
|
+
"dev": true,
|
18754
|
+
"license": "Apache-2.0",
|
18755
|
+
"engines": {
|
18756
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
18757
|
+
},
|
18758
|
+
"funding": {
|
18759
|
+
"url": "https://opencollective.com/eslint"
|
18760
|
+
}
|
18761
|
+
},
|
18385
18762
|
"node_modules/uc.micro": {
|
18386
18763
|
"version": "2.1.0",
|
18387
18764
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
@@ -18836,7 +19213,6 @@
|
|
18836
19213
|
"version": "1.1.18",
|
18837
19214
|
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz",
|
18838
19215
|
"integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==",
|
18839
|
-
"dev": true,
|
18840
19216
|
"license": "MIT",
|
18841
19217
|
"dependencies": {
|
18842
19218
|
"available-typed-arrays": "^1.0.7",
|
package/oclif.lock
CHANGED
@@ -2720,16 +2720,16 @@
|
|
2720
2720
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
2721
2721
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
2722
2722
|
|
2723
|
-
"@typescript-eslint/eslint-plugin@8.39.
|
2724
|
-
version "8.39.
|
2725
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.
|
2726
|
-
integrity sha512-
|
2723
|
+
"@typescript-eslint/eslint-plugin@8.39.1", "@typescript-eslint/eslint-plugin@^8":
|
2724
|
+
version "8.39.1"
|
2725
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz#28dffcb5272d20afe250bfeec3173263db5528a0"
|
2726
|
+
integrity sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==
|
2727
2727
|
dependencies:
|
2728
2728
|
"@eslint-community/regexpp" "^4.10.0"
|
2729
|
-
"@typescript-eslint/scope-manager" "8.39.
|
2730
|
-
"@typescript-eslint/type-utils" "8.39.
|
2731
|
-
"@typescript-eslint/utils" "8.39.
|
2732
|
-
"@typescript-eslint/visitor-keys" "8.39.
|
2729
|
+
"@typescript-eslint/scope-manager" "8.39.1"
|
2730
|
+
"@typescript-eslint/type-utils" "8.39.1"
|
2731
|
+
"@typescript-eslint/utils" "8.39.1"
|
2732
|
+
"@typescript-eslint/visitor-keys" "8.39.1"
|
2733
2733
|
graphemer "^1.4.0"
|
2734
2734
|
ignore "^7.0.0"
|
2735
2735
|
natural-compare "^1.4.0"
|
@@ -2752,15 +2752,15 @@
|
|
2752
2752
|
semver "^7.5.4"
|
2753
2753
|
ts-api-utils "^1.0.1"
|
2754
2754
|
|
2755
|
-
"@typescript-eslint/parser@8.39.
|
2756
|
-
version "8.39.
|
2757
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.
|
2758
|
-
integrity sha512-
|
2755
|
+
"@typescript-eslint/parser@8.39.1", "@typescript-eslint/parser@^8":
|
2756
|
+
version "8.39.1"
|
2757
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.1.tgz#7f8f9ecfc7e172d67e42c366fa198e42324e5d50"
|
2758
|
+
integrity sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==
|
2759
2759
|
dependencies:
|
2760
|
-
"@typescript-eslint/scope-manager" "8.39.
|
2761
|
-
"@typescript-eslint/types" "8.39.
|
2762
|
-
"@typescript-eslint/typescript-estree" "8.39.
|
2763
|
-
"@typescript-eslint/visitor-keys" "8.39.
|
2760
|
+
"@typescript-eslint/scope-manager" "8.39.1"
|
2761
|
+
"@typescript-eslint/types" "8.39.1"
|
2762
|
+
"@typescript-eslint/typescript-estree" "8.39.1"
|
2763
|
+
"@typescript-eslint/visitor-keys" "8.39.1"
|
2764
2764
|
debug "^4.3.4"
|
2765
2765
|
|
2766
2766
|
"@typescript-eslint/parser@^6.21.0":
|
@@ -2783,6 +2783,15 @@
|
|
2783
2783
|
"@typescript-eslint/types" "^8.39.0"
|
2784
2784
|
debug "^4.3.4"
|
2785
2785
|
|
2786
|
+
"@typescript-eslint/project-service@8.39.1":
|
2787
|
+
version "8.39.1"
|
2788
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.1.tgz#63525878d488ebf27c485f295e83434a1398f52d"
|
2789
|
+
integrity sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==
|
2790
|
+
dependencies:
|
2791
|
+
"@typescript-eslint/tsconfig-utils" "^8.39.1"
|
2792
|
+
"@typescript-eslint/types" "^8.39.1"
|
2793
|
+
debug "^4.3.4"
|
2794
|
+
|
2786
2795
|
"@typescript-eslint/scope-manager@6.21.0":
|
2787
2796
|
version "6.21.0"
|
2788
2797
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
|
@@ -2807,11 +2816,24 @@
|
|
2807
2816
|
"@typescript-eslint/types" "8.39.0"
|
2808
2817
|
"@typescript-eslint/visitor-keys" "8.39.0"
|
2809
2818
|
|
2819
|
+
"@typescript-eslint/scope-manager@8.39.1":
|
2820
|
+
version "8.39.1"
|
2821
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6"
|
2822
|
+
integrity sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==
|
2823
|
+
dependencies:
|
2824
|
+
"@typescript-eslint/types" "8.39.1"
|
2825
|
+
"@typescript-eslint/visitor-keys" "8.39.1"
|
2826
|
+
|
2810
2827
|
"@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0":
|
2811
2828
|
version "8.39.0"
|
2812
2829
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
|
2813
2830
|
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
|
2814
2831
|
|
2832
|
+
"@typescript-eslint/tsconfig-utils@8.39.1", "@typescript-eslint/tsconfig-utils@^8.39.1":
|
2833
|
+
version "8.39.1"
|
2834
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12"
|
2835
|
+
integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==
|
2836
|
+
|
2815
2837
|
"@typescript-eslint/type-utils@6.21.0":
|
2816
2838
|
version "6.21.0"
|
2817
2839
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
|
@@ -2822,14 +2844,14 @@
|
|
2822
2844
|
debug "^4.3.4"
|
2823
2845
|
ts-api-utils "^1.0.1"
|
2824
2846
|
|
2825
|
-
"@typescript-eslint/type-utils@8.39.
|
2826
|
-
version "8.39.
|
2827
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.
|
2828
|
-
integrity sha512-
|
2847
|
+
"@typescript-eslint/type-utils@8.39.1":
|
2848
|
+
version "8.39.1"
|
2849
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz#642f9fb96173649e2928fea0375b1d74d31906c2"
|
2850
|
+
integrity sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==
|
2829
2851
|
dependencies:
|
2830
|
-
"@typescript-eslint/types" "8.39.
|
2831
|
-
"@typescript-eslint/typescript-estree" "8.39.
|
2832
|
-
"@typescript-eslint/utils" "8.39.
|
2852
|
+
"@typescript-eslint/types" "8.39.1"
|
2853
|
+
"@typescript-eslint/typescript-estree" "8.39.1"
|
2854
|
+
"@typescript-eslint/utils" "8.39.1"
|
2833
2855
|
debug "^4.3.4"
|
2834
2856
|
ts-api-utils "^2.1.0"
|
2835
2857
|
|
@@ -2848,6 +2870,11 @@
|
|
2848
2870
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
|
2849
2871
|
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
|
2850
2872
|
|
2873
|
+
"@typescript-eslint/types@8.39.1", "@typescript-eslint/types@^8.39.1":
|
2874
|
+
version "8.39.1"
|
2875
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1"
|
2876
|
+
integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==
|
2877
|
+
|
2851
2878
|
"@typescript-eslint/types@^8.11.0":
|
2852
2879
|
version "8.33.0"
|
2853
2880
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
|
@@ -2902,6 +2929,22 @@
|
|
2902
2929
|
semver "^7.6.0"
|
2903
2930
|
ts-api-utils "^2.1.0"
|
2904
2931
|
|
2932
|
+
"@typescript-eslint/typescript-estree@8.39.1":
|
2933
|
+
version "8.39.1"
|
2934
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5"
|
2935
|
+
integrity sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==
|
2936
|
+
dependencies:
|
2937
|
+
"@typescript-eslint/project-service" "8.39.1"
|
2938
|
+
"@typescript-eslint/tsconfig-utils" "8.39.1"
|
2939
|
+
"@typescript-eslint/types" "8.39.1"
|
2940
|
+
"@typescript-eslint/visitor-keys" "8.39.1"
|
2941
|
+
debug "^4.3.4"
|
2942
|
+
fast-glob "^3.3.2"
|
2943
|
+
is-glob "^4.0.3"
|
2944
|
+
minimatch "^9.0.4"
|
2945
|
+
semver "^7.6.0"
|
2946
|
+
ts-api-utils "^2.1.0"
|
2947
|
+
|
2905
2948
|
"@typescript-eslint/utils@6.21.0":
|
2906
2949
|
version "6.21.0"
|
2907
2950
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
|
@@ -2915,15 +2958,15 @@
|
|
2915
2958
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
2916
2959
|
semver "^7.5.4"
|
2917
2960
|
|
2918
|
-
"@typescript-eslint/utils@8.39.
|
2919
|
-
version "8.39.
|
2920
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.
|
2921
|
-
integrity sha512-
|
2961
|
+
"@typescript-eslint/utils@8.39.1":
|
2962
|
+
version "8.39.1"
|
2963
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
|
2964
|
+
integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==
|
2922
2965
|
dependencies:
|
2923
2966
|
"@eslint-community/eslint-utils" "^4.7.0"
|
2924
|
-
"@typescript-eslint/scope-manager" "8.39.
|
2925
|
-
"@typescript-eslint/types" "8.39.
|
2926
|
-
"@typescript-eslint/typescript-estree" "8.39.
|
2967
|
+
"@typescript-eslint/scope-manager" "8.39.1"
|
2968
|
+
"@typescript-eslint/types" "8.39.1"
|
2969
|
+
"@typescript-eslint/typescript-estree" "8.39.1"
|
2927
2970
|
|
2928
2971
|
"@typescript-eslint/utils@^7.18.0":
|
2929
2972
|
version "7.18.0"
|
@@ -2935,6 +2978,16 @@
|
|
2935
2978
|
"@typescript-eslint/types" "7.18.0"
|
2936
2979
|
"@typescript-eslint/typescript-estree" "7.18.0"
|
2937
2980
|
|
2981
|
+
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0", "@typescript-eslint/utils@^8.32.1":
|
2982
|
+
version "8.39.0"
|
2983
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
|
2984
|
+
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
|
2985
|
+
dependencies:
|
2986
|
+
"@eslint-community/eslint-utils" "^4.7.0"
|
2987
|
+
"@typescript-eslint/scope-manager" "8.39.0"
|
2988
|
+
"@typescript-eslint/types" "8.39.0"
|
2989
|
+
"@typescript-eslint/typescript-estree" "8.39.0"
|
2990
|
+
|
2938
2991
|
"@typescript-eslint/visitor-keys@6.21.0":
|
2939
2992
|
version "6.21.0"
|
2940
2993
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
@@ -2959,6 +3012,14 @@
|
|
2959
3012
|
"@typescript-eslint/types" "8.39.0"
|
2960
3013
|
eslint-visitor-keys "^4.2.1"
|
2961
3014
|
|
3015
|
+
"@typescript-eslint/visitor-keys@8.39.1":
|
3016
|
+
version "8.39.1"
|
3017
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a"
|
3018
|
+
integrity sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==
|
3019
|
+
dependencies:
|
3020
|
+
"@typescript-eslint/types" "8.39.1"
|
3021
|
+
eslint-visitor-keys "^4.2.1"
|
3022
|
+
|
2962
3023
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
2963
3024
|
version "1.3.0"
|
2964
3025
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
|
@@ -4607,10 +4668,10 @@ eslint-config-oclif@^5.2.2:
|
|
4607
4668
|
eslint-plugin-n "^15.1.0"
|
4608
4669
|
eslint-plugin-unicorn "^48.0.1"
|
4609
4670
|
|
4610
|
-
eslint-config-oclif@^6.0.
|
4611
|
-
version "6.0.
|
4612
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
4613
|
-
integrity sha512-
|
4671
|
+
eslint-config-oclif@^6.0.95:
|
4672
|
+
version "6.0.95"
|
4673
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.95.tgz#513133be8c858bc276d9bc6d8293e98e8a09cfce"
|
4674
|
+
integrity sha512-uMy0wKFMOB2835gOsPRfNO039Pedo9PuTwTGGmNO3iEbRutN9X+LEvXtSa+7qNv0JPXTGBmTvp5/RDTOmz3cWA==
|
4614
4675
|
dependencies:
|
4615
4676
|
"@eslint/compat" "^1.3.2"
|
4616
4677
|
"@eslint/eslintrc" "^3.3.1"
|
@@ -4628,7 +4689,7 @@ eslint-config-oclif@^6.0.94:
|
|
4628
4689
|
eslint-plugin-n "^17.21.3"
|
4629
4690
|
eslint-plugin-perfectionist "^4"
|
4630
4691
|
eslint-plugin-unicorn "^56.0.1"
|
4631
|
-
typescript-eslint "^8.39.
|
4692
|
+
typescript-eslint "^8.39.1"
|
4632
4693
|
|
4633
4694
|
eslint-config-prettier@^9.1.0:
|
4634
4695
|
version "9.1.0"
|
@@ -5977,7 +6038,7 @@ inflight@^1.0.4:
|
|
5977
6038
|
once "^1.3.0"
|
5978
6039
|
wrappy "1"
|
5979
6040
|
|
5980
|
-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3:
|
6041
|
+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3:
|
5981
6042
|
version "2.0.4"
|
5982
6043
|
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
|
5983
6044
|
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
|
@@ -8397,7 +8458,7 @@ safe-array-concat@^1.1.3:
|
|
8397
8458
|
has-symbols "^1.1.0"
|
8398
8459
|
isarray "^2.0.5"
|
8399
8460
|
|
8400
|
-
safe-buffer@*, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.2.0:
|
8461
|
+
safe-buffer@*, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
|
8401
8462
|
version "5.2.1"
|
8402
8463
|
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
|
8403
8464
|
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
@@ -8551,12 +8612,13 @@ setimmediate@^1.0.5:
|
|
8551
8612
|
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
|
8552
8613
|
|
8553
8614
|
sha.js@^2.4.9:
|
8554
|
-
version "2.4.
|
8555
|
-
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.
|
8556
|
-
integrity sha512-
|
8615
|
+
version "2.4.12"
|
8616
|
+
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.12.tgz#eb8b568bf383dfd1867a32c3f2b74eb52bdbf23f"
|
8617
|
+
integrity sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==
|
8557
8618
|
dependencies:
|
8558
|
-
inherits "^2.0.
|
8559
|
-
safe-buffer "^5.
|
8619
|
+
inherits "^2.0.4"
|
8620
|
+
safe-buffer "^5.2.1"
|
8621
|
+
to-buffer "^1.2.0"
|
8560
8622
|
|
8561
8623
|
shebang-command@^2.0.0:
|
8562
8624
|
version "2.0.0"
|
@@ -9217,6 +9279,15 @@ tmp@^0.0.33:
|
|
9217
9279
|
dependencies:
|
9218
9280
|
os-tmpdir "~1.0.2"
|
9219
9281
|
|
9282
|
+
to-buffer@^1.2.0:
|
9283
|
+
version "1.2.1"
|
9284
|
+
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.2.1.tgz#2ce650cdb262e9112a18e65dc29dcb513c8155e0"
|
9285
|
+
integrity sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==
|
9286
|
+
dependencies:
|
9287
|
+
isarray "^2.0.5"
|
9288
|
+
safe-buffer "^5.2.1"
|
9289
|
+
typed-array-buffer "^1.0.3"
|
9290
|
+
|
9220
9291
|
to-regex-range@^5.0.1:
|
9221
9292
|
version "5.0.1"
|
9222
9293
|
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
|
@@ -9447,15 +9518,15 @@ typedoc@^0.26.5:
|
|
9447
9518
|
shiki "^1.16.2"
|
9448
9519
|
yaml "^2.5.1"
|
9449
9520
|
|
9450
|
-
typescript-eslint@^8.39.
|
9451
|
-
version "8.39.
|
9452
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.39.
|
9453
|
-
integrity sha512-
|
9521
|
+
typescript-eslint@^8.39.1:
|
9522
|
+
version "8.39.1"
|
9523
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.39.1.tgz#13075a676522041cbe421d98fb504ef535a6e4b3"
|
9524
|
+
integrity sha512-GDUv6/NDYngUlNvwaHM1RamYftxf782IyEDbdj3SeaIHHv8fNQVRC++fITT7kUJV/5rIA/tkoRSSskt6osEfqg==
|
9454
9525
|
dependencies:
|
9455
|
-
"@typescript-eslint/eslint-plugin" "8.39.
|
9456
|
-
"@typescript-eslint/parser" "8.39.
|
9457
|
-
"@typescript-eslint/typescript-estree" "8.39.
|
9458
|
-
"@typescript-eslint/utils" "8.39.
|
9526
|
+
"@typescript-eslint/eslint-plugin" "8.39.1"
|
9527
|
+
"@typescript-eslint/parser" "8.39.1"
|
9528
|
+
"@typescript-eslint/typescript-estree" "8.39.1"
|
9529
|
+
"@typescript-eslint/utils" "8.39.1"
|
9459
9530
|
|
9460
9531
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
9461
9532
|
version "5.8.3"
|
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": "4.0.
|
4
|
+
"version": "4.0.57",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
30
30
|
"@types/graceful-fs": "^4.1.9",
|
31
31
|
"c8": "^10.1.3",
|
32
|
-
"eslint-config-oclif": "^6.0.
|
32
|
+
"eslint-config-oclif": "^6.0.95",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
34
|
"eslint-plugin-prettier": "^5.5.4",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.31",
|