@jayree/sfdx-plugin-manifest 5.0.117 → 5.0.119
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 +48 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +182 -85
- package/oclif.lock +126 -85
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,51 @@
|
|
|
1
|
+
## [5.0.119](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.118...5.0.119) (2026-06-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump form-data from 4.0.5 to 4.0.6 ([#2290](https://github.com/jayree/sfdx-plugin-manifest/issues/2290)) ([08120ce](https://github.com/jayree/sfdx-plugin-manifest/commit/08120ce452d83028d45c525b71f8bb16e56c97d5))
|
|
7
|
+
|
|
8
|
+
## [5.0.118](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.117...5.0.118) (2026-06-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @babel/core from 7.29.0 to 7.29.7 ([#2288](https://github.com/jayree/sfdx-plugin-manifest/issues/2288)) ([9d0e776](https://github.com/jayree/sfdx-plugin-manifest/commit/9d0e7762426a97a996fc2d22c64b50335ff14e8f))
|
|
14
|
+
* `babel-standalone`
|
|
15
|
+
* [#17771](https://github.com/babel/babel/pull/17771) [7.x backport] fix: ensure `targets.esmodules` is validated ([@JLHwung](https://github.com/JLHwung))
|
|
16
|
+
* `babel-generator`
|
|
17
|
+
* [#17776](https://github.com/babel/babel/pull/17776) [7.x backport] Fix undefined when 64 indents ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
|
|
18
|
+
* `babel-parser`
|
|
19
|
+
* [#17840](https://github.com/babel/babel/pull/17840) [7.x backport] async x => {} must be in leading pos ([@JLHwung](https://github.com/JLHwung))
|
|
20
|
+
* `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-preset-env`, `babel-runtime-corejs3`
|
|
21
|
+
* [#17805](https://github.com/babel/babel/pull/17805) [7.x backport] fix: Properly handle await in finally ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
|
|
22
|
+
* `babel-preset-env`
|
|
23
|
+
* [#17789](https://github.com/babel/babel/pull/17789) [7.x backport] preset-env include/exclude should accept bugfix plugins ([@JLHwung](https://github.com/JLHwung))
|
|
24
|
+
* [#17813](https://github.com/babel/babel/pull/17813) chore: update eslint peer deps ([@JLHwung](https://github.com/JLHwung))
|
|
25
|
+
* `babel-plugin-transform-modules-systemjs`
|
|
26
|
+
* [#17974](https://github.com/babel/babel/pull/17974) [7.x backport]fix(systemjs): improve module string name support ([@JLHwung](https://github.com/JLHwung))
|
|
27
|
+
* `babel-parser`
|
|
28
|
+
* [#17923](https://github.com/babel/babel/pull/17923) Support flow extends bound ([@JLHwung](https://github.com/JLHwung))
|
|
29
|
+
* `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`
|
|
30
|
+
* [#17931](https://github.com/babel/babel/pull/17931) fix(decorators): replace super within all removed static elements ([@JLHwung](https://github.com/JLHwung))
|
|
31
|
+
* `babel-register`
|
|
32
|
+
* [#17915](https://github.com/babel/babel/pull/17915) Fix thread synchronization issues in `@babel/register` ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
|
|
33
|
+
* `babel-compat-data`, `babel-plugin-bugfix-safari-rest-destructuring-rhs-array`, `babel-preset-env`
|
|
34
|
+
* [#17788](https://github.com/babel/babel/pull/17788) Add bugfix plugin for Safari array rest destructuring bug ([@JLHwung](https://github.com/JLHwung))
|
|
35
|
+
* `babel-parser`
|
|
36
|
+
* [#17782](https://github.com/babel/babel/pull/17782) Improve trailing comma comment handling ([@JLHwung](https://github.com/JLHwung))
|
|
37
|
+
* [#17847](https://github.com/babel/babel/pull/17847) Replace npmjs.com links with npmx.dev ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
|
|
38
|
+
* `babel-helper-import-to-platform-api`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-transform-json-modules`
|
|
39
|
+
* [#17818](https://github.com/babel/babel/pull/17818) Load async Wasm and JSON imports in parallel ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
|
|
40
|
+
* `babel-generator`
|
|
41
|
+
* [#18014](https://github.com/babel/babel/pull/18014) Catchup source map position in preserveFormat ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
|
|
42
|
+
* `babel-core`
|
|
43
|
+
* [#18001](https://github.com/babel/babel/pull/18001) [7.x packport]Improve input source map handling ([@JLHwung](https://github.com/JLHwung))
|
|
44
|
+
* `babel-core`, `babel-generator`
|
|
45
|
+
* [#17998](https://github.com/babel/babel/pull/17998) Preserve original identifier names from input sourcemaps (#17992) ([@Andarist](https://github.com/Andarist))
|
|
46
|
+
* `babel-preset-env`
|
|
47
|
+
* Update `@babel/*` dependencies
|
|
48
|
+
|
|
1
49
|
## [5.0.117](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.116...5.0.117) (2026-06-17)
|
|
2
50
|
|
|
3
51
|
|
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.119/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.119/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.119/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.119",
|
|
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.119",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.35",
|
|
@@ -735,13 +735,13 @@
|
|
|
735
735
|
}
|
|
736
736
|
},
|
|
737
737
|
"node_modules/@babel/code-frame": {
|
|
738
|
-
"version": "7.29.
|
|
739
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
740
|
-
"integrity": "sha512-
|
|
738
|
+
"version": "7.29.7",
|
|
739
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
740
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
741
741
|
"dev": true,
|
|
742
742
|
"license": "MIT",
|
|
743
743
|
"dependencies": {
|
|
744
|
-
"@babel/helper-validator-identifier": "^7.
|
|
744
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
745
745
|
"js-tokens": "^4.0.0",
|
|
746
746
|
"picocolors": "^1.1.1"
|
|
747
747
|
},
|
|
@@ -749,10 +749,20 @@
|
|
|
749
749
|
"node": ">=6.9.0"
|
|
750
750
|
}
|
|
751
751
|
},
|
|
752
|
+
"node_modules/@babel/code-frame/node_modules/@babel/helper-validator-identifier": {
|
|
753
|
+
"version": "7.29.7",
|
|
754
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
755
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
756
|
+
"dev": true,
|
|
757
|
+
"license": "MIT",
|
|
758
|
+
"engines": {
|
|
759
|
+
"node": ">=6.9.0"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
752
762
|
"node_modules/@babel/compat-data": {
|
|
753
|
-
"version": "7.29.
|
|
754
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.
|
|
755
|
-
"integrity": "sha512-
|
|
763
|
+
"version": "7.29.7",
|
|
764
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
765
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
756
766
|
"dev": true,
|
|
757
767
|
"license": "MIT",
|
|
758
768
|
"engines": {
|
|
@@ -760,21 +770,21 @@
|
|
|
760
770
|
}
|
|
761
771
|
},
|
|
762
772
|
"node_modules/@babel/core": {
|
|
763
|
-
"version": "7.29.
|
|
764
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.
|
|
765
|
-
"integrity": "sha512-
|
|
773
|
+
"version": "7.29.7",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
|
|
775
|
+
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
766
776
|
"dev": true,
|
|
767
777
|
"license": "MIT",
|
|
768
778
|
"dependencies": {
|
|
769
|
-
"@babel/code-frame": "^7.29.
|
|
770
|
-
"@babel/generator": "^7.29.
|
|
771
|
-
"@babel/helper-compilation-targets": "^7.
|
|
772
|
-
"@babel/helper-module-transforms": "^7.
|
|
773
|
-
"@babel/helpers": "^7.
|
|
774
|
-
"@babel/parser": "^7.29.
|
|
775
|
-
"@babel/template": "^7.
|
|
776
|
-
"@babel/traverse": "^7.29.
|
|
777
|
-
"@babel/types": "^7.29.
|
|
779
|
+
"@babel/code-frame": "^7.29.7",
|
|
780
|
+
"@babel/generator": "^7.29.7",
|
|
781
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
782
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
783
|
+
"@babel/helpers": "^7.29.7",
|
|
784
|
+
"@babel/parser": "^7.29.7",
|
|
785
|
+
"@babel/template": "^7.29.7",
|
|
786
|
+
"@babel/traverse": "^7.29.7",
|
|
787
|
+
"@babel/types": "^7.29.7",
|
|
778
788
|
"@jridgewell/remapping": "^2.3.5",
|
|
779
789
|
"convert-source-map": "^2.0.0",
|
|
780
790
|
"debug": "^4.1.0",
|
|
@@ -801,14 +811,14 @@
|
|
|
801
811
|
}
|
|
802
812
|
},
|
|
803
813
|
"node_modules/@babel/generator": {
|
|
804
|
-
"version": "7.29.
|
|
805
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.
|
|
806
|
-
"integrity": "sha512-
|
|
814
|
+
"version": "7.29.7",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
816
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
807
817
|
"dev": true,
|
|
808
818
|
"license": "MIT",
|
|
809
819
|
"dependencies": {
|
|
810
|
-
"@babel/parser": "^7.29.
|
|
811
|
-
"@babel/types": "^7.29.
|
|
820
|
+
"@babel/parser": "^7.29.7",
|
|
821
|
+
"@babel/types": "^7.29.7",
|
|
812
822
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
813
823
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
814
824
|
"jsesc": "^3.0.2"
|
|
@@ -818,14 +828,14 @@
|
|
|
818
828
|
}
|
|
819
829
|
},
|
|
820
830
|
"node_modules/@babel/helper-compilation-targets": {
|
|
821
|
-
"version": "7.
|
|
822
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
823
|
-
"integrity": "sha512-
|
|
831
|
+
"version": "7.29.7",
|
|
832
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
833
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
824
834
|
"dev": true,
|
|
825
835
|
"license": "MIT",
|
|
826
836
|
"dependencies": {
|
|
827
|
-
"@babel/compat-data": "^7.
|
|
828
|
-
"@babel/helper-validator-option": "^7.
|
|
837
|
+
"@babel/compat-data": "^7.29.7",
|
|
838
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
829
839
|
"browserslist": "^4.24.0",
|
|
830
840
|
"lru-cache": "^5.1.1",
|
|
831
841
|
"semver": "^6.3.1"
|
|
@@ -862,9 +872,9 @@
|
|
|
862
872
|
"license": "ISC"
|
|
863
873
|
},
|
|
864
874
|
"node_modules/@babel/helper-globals": {
|
|
865
|
-
"version": "7.
|
|
866
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.
|
|
867
|
-
"integrity": "sha512
|
|
875
|
+
"version": "7.29.7",
|
|
876
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
877
|
+
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
868
878
|
"dev": true,
|
|
869
879
|
"license": "MIT",
|
|
870
880
|
"engines": {
|
|
@@ -872,29 +882,29 @@
|
|
|
872
882
|
}
|
|
873
883
|
},
|
|
874
884
|
"node_modules/@babel/helper-module-imports": {
|
|
875
|
-
"version": "7.
|
|
876
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
877
|
-
"integrity": "sha512-
|
|
885
|
+
"version": "7.29.7",
|
|
886
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
887
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
878
888
|
"dev": true,
|
|
879
889
|
"license": "MIT",
|
|
880
890
|
"dependencies": {
|
|
881
|
-
"@babel/traverse": "^7.
|
|
882
|
-
"@babel/types": "^7.
|
|
891
|
+
"@babel/traverse": "^7.29.7",
|
|
892
|
+
"@babel/types": "^7.29.7"
|
|
883
893
|
},
|
|
884
894
|
"engines": {
|
|
885
895
|
"node": ">=6.9.0"
|
|
886
896
|
}
|
|
887
897
|
},
|
|
888
898
|
"node_modules/@babel/helper-module-transforms": {
|
|
889
|
-
"version": "7.
|
|
890
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
891
|
-
"integrity": "sha512-
|
|
899
|
+
"version": "7.29.7",
|
|
900
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
901
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
892
902
|
"dev": true,
|
|
893
903
|
"license": "MIT",
|
|
894
904
|
"dependencies": {
|
|
895
|
-
"@babel/helper-module-imports": "^7.
|
|
896
|
-
"@babel/helper-validator-identifier": "^7.
|
|
897
|
-
"@babel/traverse": "^7.
|
|
905
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
906
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
907
|
+
"@babel/traverse": "^7.29.7"
|
|
898
908
|
},
|
|
899
909
|
"engines": {
|
|
900
910
|
"node": ">=6.9.0"
|
|
@@ -903,10 +913,20 @@
|
|
|
903
913
|
"@babel/core": "^7.0.0"
|
|
904
914
|
}
|
|
905
915
|
},
|
|
916
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-validator-identifier": {
|
|
917
|
+
"version": "7.29.7",
|
|
918
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
919
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
920
|
+
"dev": true,
|
|
921
|
+
"license": "MIT",
|
|
922
|
+
"engines": {
|
|
923
|
+
"node": ">=6.9.0"
|
|
924
|
+
}
|
|
925
|
+
},
|
|
906
926
|
"node_modules/@babel/helper-string-parser": {
|
|
907
|
-
"version": "7.
|
|
908
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
909
|
-
"integrity": "sha512-
|
|
927
|
+
"version": "7.29.7",
|
|
928
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
929
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
910
930
|
"dev": true,
|
|
911
931
|
"license": "MIT",
|
|
912
932
|
"engines": {
|
|
@@ -924,9 +944,9 @@
|
|
|
924
944
|
}
|
|
925
945
|
},
|
|
926
946
|
"node_modules/@babel/helper-validator-option": {
|
|
927
|
-
"version": "7.
|
|
928
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.
|
|
929
|
-
"integrity": "sha512-
|
|
947
|
+
"version": "7.29.7",
|
|
948
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
949
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
930
950
|
"dev": true,
|
|
931
951
|
"license": "MIT",
|
|
932
952
|
"engines": {
|
|
@@ -934,27 +954,27 @@
|
|
|
934
954
|
}
|
|
935
955
|
},
|
|
936
956
|
"node_modules/@babel/helpers": {
|
|
937
|
-
"version": "7.
|
|
938
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
939
|
-
"integrity": "sha512-
|
|
957
|
+
"version": "7.29.7",
|
|
958
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
959
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
940
960
|
"dev": true,
|
|
941
961
|
"license": "MIT",
|
|
942
962
|
"dependencies": {
|
|
943
|
-
"@babel/template": "^7.
|
|
944
|
-
"@babel/types": "^7.
|
|
963
|
+
"@babel/template": "^7.29.7",
|
|
964
|
+
"@babel/types": "^7.29.7"
|
|
945
965
|
},
|
|
946
966
|
"engines": {
|
|
947
967
|
"node": ">=6.9.0"
|
|
948
968
|
}
|
|
949
969
|
},
|
|
950
970
|
"node_modules/@babel/parser": {
|
|
951
|
-
"version": "7.29.
|
|
952
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.
|
|
953
|
-
"integrity": "sha512-
|
|
971
|
+
"version": "7.29.7",
|
|
972
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
973
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
954
974
|
"dev": true,
|
|
955
975
|
"license": "MIT",
|
|
956
976
|
"dependencies": {
|
|
957
|
-
"@babel/types": "^7.29.
|
|
977
|
+
"@babel/types": "^7.29.7"
|
|
958
978
|
},
|
|
959
979
|
"bin": {
|
|
960
980
|
"parser": "bin/babel-parser.js"
|
|
@@ -964,33 +984,33 @@
|
|
|
964
984
|
}
|
|
965
985
|
},
|
|
966
986
|
"node_modules/@babel/template": {
|
|
967
|
-
"version": "7.
|
|
968
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
969
|
-
"integrity": "sha512-
|
|
987
|
+
"version": "7.29.7",
|
|
988
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|
989
|
+
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
970
990
|
"dev": true,
|
|
971
991
|
"license": "MIT",
|
|
972
992
|
"dependencies": {
|
|
973
|
-
"@babel/code-frame": "^7.
|
|
974
|
-
"@babel/parser": "^7.
|
|
975
|
-
"@babel/types": "^7.
|
|
993
|
+
"@babel/code-frame": "^7.29.7",
|
|
994
|
+
"@babel/parser": "^7.29.7",
|
|
995
|
+
"@babel/types": "^7.29.7"
|
|
976
996
|
},
|
|
977
997
|
"engines": {
|
|
978
998
|
"node": ">=6.9.0"
|
|
979
999
|
}
|
|
980
1000
|
},
|
|
981
1001
|
"node_modules/@babel/traverse": {
|
|
982
|
-
"version": "7.29.
|
|
983
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.
|
|
984
|
-
"integrity": "sha512-
|
|
1002
|
+
"version": "7.29.7",
|
|
1003
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
1004
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
985
1005
|
"dev": true,
|
|
986
1006
|
"license": "MIT",
|
|
987
1007
|
"dependencies": {
|
|
988
|
-
"@babel/code-frame": "^7.29.
|
|
989
|
-
"@babel/generator": "^7.29.
|
|
990
|
-
"@babel/helper-globals": "^7.
|
|
991
|
-
"@babel/parser": "^7.29.
|
|
992
|
-
"@babel/template": "^7.
|
|
993
|
-
"@babel/types": "^7.29.
|
|
1008
|
+
"@babel/code-frame": "^7.29.7",
|
|
1009
|
+
"@babel/generator": "^7.29.7",
|
|
1010
|
+
"@babel/helper-globals": "^7.29.7",
|
|
1011
|
+
"@babel/parser": "^7.29.7",
|
|
1012
|
+
"@babel/template": "^7.29.7",
|
|
1013
|
+
"@babel/types": "^7.29.7",
|
|
994
1014
|
"debug": "^4.3.1"
|
|
995
1015
|
},
|
|
996
1016
|
"engines": {
|
|
@@ -998,19 +1018,29 @@
|
|
|
998
1018
|
}
|
|
999
1019
|
},
|
|
1000
1020
|
"node_modules/@babel/types": {
|
|
1001
|
-
"version": "7.29.
|
|
1002
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.
|
|
1003
|
-
"integrity": "sha512-
|
|
1021
|
+
"version": "7.29.7",
|
|
1022
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
1023
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
1004
1024
|
"dev": true,
|
|
1005
1025
|
"license": "MIT",
|
|
1006
1026
|
"dependencies": {
|
|
1007
|
-
"@babel/helper-string-parser": "^7.
|
|
1008
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1027
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
1028
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
1009
1029
|
},
|
|
1010
1030
|
"engines": {
|
|
1011
1031
|
"node": ">=6.9.0"
|
|
1012
1032
|
}
|
|
1013
1033
|
},
|
|
1034
|
+
"node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
1035
|
+
"version": "7.29.7",
|
|
1036
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
1037
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
1038
|
+
"dev": true,
|
|
1039
|
+
"license": "MIT",
|
|
1040
|
+
"engines": {
|
|
1041
|
+
"node": ">=6.9.0"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1014
1044
|
"node_modules/@bcoe/v8-coverage": {
|
|
1015
1045
|
"version": "1.0.2",
|
|
1016
1046
|
"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz",
|
|
@@ -10177,16 +10207,16 @@
|
|
|
10177
10207
|
}
|
|
10178
10208
|
},
|
|
10179
10209
|
"node_modules/form-data": {
|
|
10180
|
-
"version": "4.0.
|
|
10181
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
10182
|
-
"integrity": "sha512-
|
|
10210
|
+
"version": "4.0.6",
|
|
10211
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
|
|
10212
|
+
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
|
10183
10213
|
"license": "MIT",
|
|
10184
10214
|
"dependencies": {
|
|
10185
10215
|
"asynckit": "^0.4.0",
|
|
10186
10216
|
"combined-stream": "^1.0.8",
|
|
10187
10217
|
"es-set-tostringtag": "^2.1.0",
|
|
10188
|
-
"hasown": "^2.0.
|
|
10189
|
-
"mime-types": "^2.1.
|
|
10218
|
+
"hasown": "^2.0.4",
|
|
10219
|
+
"mime-types": "^2.1.35"
|
|
10190
10220
|
},
|
|
10191
10221
|
"engines": {
|
|
10192
10222
|
"node": ">= 6"
|
|
@@ -10202,6 +10232,18 @@
|
|
|
10202
10232
|
"node": ">= 14.17"
|
|
10203
10233
|
}
|
|
10204
10234
|
},
|
|
10235
|
+
"node_modules/form-data/node_modules/hasown": {
|
|
10236
|
+
"version": "2.0.4",
|
|
10237
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
10238
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
10239
|
+
"license": "MIT",
|
|
10240
|
+
"dependencies": {
|
|
10241
|
+
"function-bind": "^1.1.2"
|
|
10242
|
+
},
|
|
10243
|
+
"engines": {
|
|
10244
|
+
"node": ">= 0.4"
|
|
10245
|
+
}
|
|
10246
|
+
},
|
|
10205
10247
|
"node_modules/fromentries": {
|
|
10206
10248
|
"version": "1.3.2",
|
|
10207
10249
|
"resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
|
|
@@ -12156,6 +12198,46 @@
|
|
|
12156
12198
|
"node": ">=10"
|
|
12157
12199
|
}
|
|
12158
12200
|
},
|
|
12201
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/helper-string-parser": {
|
|
12202
|
+
"version": "7.27.1",
|
|
12203
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
12204
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
12205
|
+
"dev": true,
|
|
12206
|
+
"license": "MIT",
|
|
12207
|
+
"engines": {
|
|
12208
|
+
"node": ">=6.9.0"
|
|
12209
|
+
}
|
|
12210
|
+
},
|
|
12211
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
12212
|
+
"version": "7.29.0",
|
|
12213
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
12214
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
12215
|
+
"dev": true,
|
|
12216
|
+
"license": "MIT",
|
|
12217
|
+
"dependencies": {
|
|
12218
|
+
"@babel/types": "^7.29.0"
|
|
12219
|
+
},
|
|
12220
|
+
"bin": {
|
|
12221
|
+
"parser": "bin/babel-parser.js"
|
|
12222
|
+
},
|
|
12223
|
+
"engines": {
|
|
12224
|
+
"node": ">=6.0.0"
|
|
12225
|
+
}
|
|
12226
|
+
},
|
|
12227
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/types": {
|
|
12228
|
+
"version": "7.29.0",
|
|
12229
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
12230
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
12231
|
+
"dev": true,
|
|
12232
|
+
"license": "MIT",
|
|
12233
|
+
"dependencies": {
|
|
12234
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
12235
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
12236
|
+
},
|
|
12237
|
+
"engines": {
|
|
12238
|
+
"node": ">=6.9.0"
|
|
12239
|
+
}
|
|
12240
|
+
},
|
|
12159
12241
|
"node_modules/istanbul-lib-processinfo": {
|
|
12160
12242
|
"version": "2.0.3",
|
|
12161
12243
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
|
|
@@ -14676,6 +14758,21 @@
|
|
|
14676
14758
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14677
14759
|
}
|
|
14678
14760
|
},
|
|
14761
|
+
"node_modules/parse-json/node_modules/@babel/code-frame": {
|
|
14762
|
+
"version": "7.29.0",
|
|
14763
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
|
|
14764
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
14765
|
+
"dev": true,
|
|
14766
|
+
"license": "MIT",
|
|
14767
|
+
"dependencies": {
|
|
14768
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
14769
|
+
"js-tokens": "^4.0.0",
|
|
14770
|
+
"picocolors": "^1.1.1"
|
|
14771
|
+
},
|
|
14772
|
+
"engines": {
|
|
14773
|
+
"node": ">=6.9.0"
|
|
14774
|
+
}
|
|
14775
|
+
},
|
|
14679
14776
|
"node_modules/parse-statements": {
|
|
14680
14777
|
"version": "1.0.11",
|
|
14681
14778
|
"resolved": "https://registry.npmjs.org/parse-statements/-/parse-statements-1.0.11.tgz",
|
package/oclif.lock
CHANGED
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
resolved "https://registry.yarnpkg.com/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.3.tgz#f1137f56209ccc69c15f826242cbf37f828617dd"
|
|
346
346
|
integrity sha512-oLvsaPMTBejkkmHhjf09xTgk71mOqyr/409NKhRIL08If7AhVfUsJhVsx386uJaqNd42v9kWamQ9lFbkoC2dYw==
|
|
347
347
|
|
|
348
|
-
"@babel/code-frame@^7.0.0"
|
|
348
|
+
"@babel/code-frame@^7.0.0":
|
|
349
349
|
version "7.29.0"
|
|
350
350
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
|
|
351
351
|
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
|
|
@@ -354,25 +354,34 @@
|
|
|
354
354
|
js-tokens "^4.0.0"
|
|
355
355
|
picocolors "^1.1.1"
|
|
356
356
|
|
|
357
|
-
"@babel/
|
|
358
|
-
version "7.29.
|
|
359
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
360
|
-
integrity sha512-
|
|
357
|
+
"@babel/code-frame@^7.29.7":
|
|
358
|
+
version "7.29.7"
|
|
359
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
|
|
360
|
+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
|
|
361
|
+
dependencies:
|
|
362
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
363
|
+
js-tokens "^4.0.0"
|
|
364
|
+
picocolors "^1.1.1"
|
|
365
|
+
|
|
366
|
+
"@babel/compat-data@^7.29.7":
|
|
367
|
+
version "7.29.7"
|
|
368
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
|
|
369
|
+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
|
|
361
370
|
|
|
362
371
|
"@babel/core@^7.23.9":
|
|
363
|
-
version "7.29.
|
|
364
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.
|
|
365
|
-
integrity sha512-
|
|
366
|
-
dependencies:
|
|
367
|
-
"@babel/code-frame" "^7.29.
|
|
368
|
-
"@babel/generator" "^7.29.
|
|
369
|
-
"@babel/helper-compilation-targets" "^7.
|
|
370
|
-
"@babel/helper-module-transforms" "^7.
|
|
371
|
-
"@babel/helpers" "^7.
|
|
372
|
-
"@babel/parser" "^7.29.
|
|
373
|
-
"@babel/template" "^7.
|
|
374
|
-
"@babel/traverse" "^7.29.
|
|
375
|
-
"@babel/types" "^7.29.
|
|
372
|
+
version "7.29.7"
|
|
373
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
|
|
374
|
+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
|
|
375
|
+
dependencies:
|
|
376
|
+
"@babel/code-frame" "^7.29.7"
|
|
377
|
+
"@babel/generator" "^7.29.7"
|
|
378
|
+
"@babel/helper-compilation-targets" "^7.29.7"
|
|
379
|
+
"@babel/helper-module-transforms" "^7.29.7"
|
|
380
|
+
"@babel/helpers" "^7.29.7"
|
|
381
|
+
"@babel/parser" "^7.29.7"
|
|
382
|
+
"@babel/template" "^7.29.7"
|
|
383
|
+
"@babel/traverse" "^7.29.7"
|
|
384
|
+
"@babel/types" "^7.29.7"
|
|
376
385
|
"@jridgewell/remapping" "^2.3.5"
|
|
377
386
|
convert-source-map "^2.0.0"
|
|
378
387
|
debug "^4.1.0"
|
|
@@ -380,103 +389,120 @@
|
|
|
380
389
|
json5 "^2.2.3"
|
|
381
390
|
semver "^6.3.1"
|
|
382
391
|
|
|
383
|
-
"@babel/generator@^7.29.
|
|
384
|
-
version "7.29.
|
|
385
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.
|
|
386
|
-
integrity sha512-
|
|
392
|
+
"@babel/generator@^7.29.7":
|
|
393
|
+
version "7.29.7"
|
|
394
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
|
|
395
|
+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
|
|
387
396
|
dependencies:
|
|
388
|
-
"@babel/parser" "^7.29.
|
|
389
|
-
"@babel/types" "^7.29.
|
|
397
|
+
"@babel/parser" "^7.29.7"
|
|
398
|
+
"@babel/types" "^7.29.7"
|
|
390
399
|
"@jridgewell/gen-mapping" "^0.3.12"
|
|
391
400
|
"@jridgewell/trace-mapping" "^0.3.28"
|
|
392
401
|
jsesc "^3.0.2"
|
|
393
402
|
|
|
394
|
-
"@babel/helper-compilation-targets@^7.
|
|
395
|
-
version "7.
|
|
396
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
397
|
-
integrity sha512-
|
|
403
|
+
"@babel/helper-compilation-targets@^7.29.7":
|
|
404
|
+
version "7.29.7"
|
|
405
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
|
|
406
|
+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
|
|
398
407
|
dependencies:
|
|
399
|
-
"@babel/compat-data" "^7.
|
|
400
|
-
"@babel/helper-validator-option" "^7.
|
|
408
|
+
"@babel/compat-data" "^7.29.7"
|
|
409
|
+
"@babel/helper-validator-option" "^7.29.7"
|
|
401
410
|
browserslist "^4.24.0"
|
|
402
411
|
lru-cache "^5.1.1"
|
|
403
412
|
semver "^6.3.1"
|
|
404
413
|
|
|
405
|
-
"@babel/helper-globals@^7.
|
|
406
|
-
version "7.
|
|
407
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.
|
|
408
|
-
integrity sha512
|
|
414
|
+
"@babel/helper-globals@^7.29.7":
|
|
415
|
+
version "7.29.7"
|
|
416
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
|
|
417
|
+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
|
|
409
418
|
|
|
410
|
-
"@babel/helper-module-imports@^7.
|
|
411
|
-
version "7.
|
|
412
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
413
|
-
integrity sha512-
|
|
419
|
+
"@babel/helper-module-imports@^7.29.7":
|
|
420
|
+
version "7.29.7"
|
|
421
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
|
|
422
|
+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
|
|
414
423
|
dependencies:
|
|
415
|
-
"@babel/traverse" "^7.
|
|
416
|
-
"@babel/types" "^7.
|
|
424
|
+
"@babel/traverse" "^7.29.7"
|
|
425
|
+
"@babel/types" "^7.29.7"
|
|
417
426
|
|
|
418
|
-
"@babel/helper-module-transforms@^7.
|
|
419
|
-
version "7.
|
|
420
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
421
|
-
integrity sha512-
|
|
427
|
+
"@babel/helper-module-transforms@^7.29.7":
|
|
428
|
+
version "7.29.7"
|
|
429
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
|
|
430
|
+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
|
|
422
431
|
dependencies:
|
|
423
|
-
"@babel/helper-module-imports" "^7.
|
|
424
|
-
"@babel/helper-validator-identifier" "^7.
|
|
425
|
-
"@babel/traverse" "^7.
|
|
432
|
+
"@babel/helper-module-imports" "^7.29.7"
|
|
433
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
434
|
+
"@babel/traverse" "^7.29.7"
|
|
426
435
|
|
|
427
436
|
"@babel/helper-string-parser@^7.27.1":
|
|
428
437
|
version "7.27.1"
|
|
429
438
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
|
|
430
439
|
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
|
|
431
440
|
|
|
441
|
+
"@babel/helper-string-parser@^7.29.7":
|
|
442
|
+
version "7.29.7"
|
|
443
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
|
|
444
|
+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
|
|
445
|
+
|
|
432
446
|
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.28.5":
|
|
433
447
|
version "7.28.5"
|
|
434
448
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
|
|
435
449
|
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
|
|
436
450
|
|
|
437
|
-
"@babel/helper-validator-
|
|
438
|
-
version "7.
|
|
439
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-
|
|
440
|
-
integrity sha512-
|
|
451
|
+
"@babel/helper-validator-identifier@^7.29.7":
|
|
452
|
+
version "7.29.7"
|
|
453
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
|
|
454
|
+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
|
|
455
|
+
|
|
456
|
+
"@babel/helper-validator-option@^7.29.7":
|
|
457
|
+
version "7.29.7"
|
|
458
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
|
|
459
|
+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
|
|
441
460
|
|
|
442
|
-
"@babel/helpers@^7.
|
|
443
|
-
version "7.
|
|
444
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.
|
|
445
|
-
integrity sha512-
|
|
461
|
+
"@babel/helpers@^7.29.7":
|
|
462
|
+
version "7.29.7"
|
|
463
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
|
|
464
|
+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
|
|
446
465
|
dependencies:
|
|
447
|
-
"@babel/template" "^7.
|
|
448
|
-
"@babel/types" "^7.
|
|
466
|
+
"@babel/template" "^7.29.7"
|
|
467
|
+
"@babel/types" "^7.29.7"
|
|
449
468
|
|
|
450
|
-
"@babel/parser@^7.23.9"
|
|
469
|
+
"@babel/parser@^7.23.9":
|
|
451
470
|
version "7.29.0"
|
|
452
471
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6"
|
|
453
472
|
integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==
|
|
454
473
|
dependencies:
|
|
455
474
|
"@babel/types" "^7.29.0"
|
|
456
475
|
|
|
457
|
-
"@babel/
|
|
458
|
-
version "7.
|
|
459
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
460
|
-
integrity sha512-
|
|
461
|
-
dependencies:
|
|
462
|
-
"@babel/
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
"
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
"@babel/
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
476
|
+
"@babel/parser@^7.29.7":
|
|
477
|
+
version "7.29.7"
|
|
478
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
|
|
479
|
+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
|
|
480
|
+
dependencies:
|
|
481
|
+
"@babel/types" "^7.29.7"
|
|
482
|
+
|
|
483
|
+
"@babel/template@^7.29.7":
|
|
484
|
+
version "7.29.7"
|
|
485
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
|
|
486
|
+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
|
|
487
|
+
dependencies:
|
|
488
|
+
"@babel/code-frame" "^7.29.7"
|
|
489
|
+
"@babel/parser" "^7.29.7"
|
|
490
|
+
"@babel/types" "^7.29.7"
|
|
491
|
+
|
|
492
|
+
"@babel/traverse@^7.29.7":
|
|
493
|
+
version "7.29.7"
|
|
494
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
|
|
495
|
+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
|
|
496
|
+
dependencies:
|
|
497
|
+
"@babel/code-frame" "^7.29.7"
|
|
498
|
+
"@babel/generator" "^7.29.7"
|
|
499
|
+
"@babel/helper-globals" "^7.29.7"
|
|
500
|
+
"@babel/parser" "^7.29.7"
|
|
501
|
+
"@babel/template" "^7.29.7"
|
|
502
|
+
"@babel/types" "^7.29.7"
|
|
477
503
|
debug "^4.3.1"
|
|
478
504
|
|
|
479
|
-
"@babel/types@^7.
|
|
505
|
+
"@babel/types@^7.29.0":
|
|
480
506
|
version "7.29.0"
|
|
481
507
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
|
|
482
508
|
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
|
|
@@ -484,6 +510,14 @@
|
|
|
484
510
|
"@babel/helper-string-parser" "^7.27.1"
|
|
485
511
|
"@babel/helper-validator-identifier" "^7.28.5"
|
|
486
512
|
|
|
513
|
+
"@babel/types@^7.29.7":
|
|
514
|
+
version "7.29.7"
|
|
515
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
|
|
516
|
+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
|
|
517
|
+
dependencies:
|
|
518
|
+
"@babel/helper-string-parser" "^7.29.7"
|
|
519
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
520
|
+
|
|
487
521
|
"@bcoe/v8-coverage@^1.0.1":
|
|
488
522
|
version "1.0.2"
|
|
489
523
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa"
|
|
@@ -4603,15 +4637,15 @@ form-data-encoder@^2.1.2:
|
|
|
4603
4637
|
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
4604
4638
|
|
|
4605
4639
|
form-data@^4.0.4, form-data@^4.0.5:
|
|
4606
|
-
version "4.0.
|
|
4607
|
-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.
|
|
4608
|
-
integrity sha512-
|
|
4640
|
+
version "4.0.6"
|
|
4641
|
+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.6.tgz#28e864e1b786dbebb68db1f452f9635278665827"
|
|
4642
|
+
integrity sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==
|
|
4609
4643
|
dependencies:
|
|
4610
4644
|
asynckit "^0.4.0"
|
|
4611
4645
|
combined-stream "^1.0.8"
|
|
4612
4646
|
es-set-tostringtag "^2.1.0"
|
|
4613
|
-
hasown "^2.0.
|
|
4614
|
-
mime-types "^2.1.
|
|
4647
|
+
hasown "^2.0.4"
|
|
4648
|
+
mime-types "^2.1.35"
|
|
4615
4649
|
|
|
4616
4650
|
fromentries@^1.2.0:
|
|
4617
4651
|
version "1.3.2"
|
|
@@ -5039,6 +5073,13 @@ hasown@^2.0.2:
|
|
|
5039
5073
|
dependencies:
|
|
5040
5074
|
function-bind "^1.1.2"
|
|
5041
5075
|
|
|
5076
|
+
hasown@^2.0.4:
|
|
5077
|
+
version "2.0.4"
|
|
5078
|
+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
|
|
5079
|
+
integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
|
|
5080
|
+
dependencies:
|
|
5081
|
+
function-bind "^1.1.2"
|
|
5082
|
+
|
|
5042
5083
|
hast-util-to-html@^9.0.4:
|
|
5043
5084
|
version "9.0.5"
|
|
5044
5085
|
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz#ccc673a55bb8e85775b08ac28380f72d47167005"
|
|
@@ -6383,7 +6424,7 @@ mime-db@1.52.0:
|
|
|
6383
6424
|
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
|
|
6384
6425
|
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
|
|
6385
6426
|
|
|
6386
|
-
mime-types@^2.1.
|
|
6427
|
+
mime-types@^2.1.35:
|
|
6387
6428
|
version "2.1.35"
|
|
6388
6429
|
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
|
|
6389
6430
|
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
|
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.119",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|