@salesforce/plugin-release-management 5.5.0 → 5.5.1
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/README.md +17 -17
- package/npm-shrinkwrap.json +921 -990
- package/oclif.lock +412 -343
- package/oclif.manifest.json +75 -75
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "5.5.
|
|
9
|
+
"version": "5.5.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/core": "^7.3.1",
|
|
18
18
|
"@salesforce/kit": "^3.1.2",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.83",
|
|
20
|
-
"@salesforce/plugin-trust": "^3.7.
|
|
20
|
+
"@salesforce/plugin-trust": "^3.7.5",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"aws-sdk": "^2.1632.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/semver": "^7.5.8",
|
|
43
43
|
"@types/shelljs": "^0.8.15",
|
|
44
44
|
"aws-sdk-mock": "^5.9.0",
|
|
45
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
45
|
+
"eslint-plugin-sf-plugin": "^1.18.5",
|
|
46
46
|
"oclif": "^4.11.0",
|
|
47
47
|
"ts-node": "^10.9.2",
|
|
48
48
|
"typescript": "^5.4.5"
|
|
@@ -2787,43 +2787,45 @@
|
|
|
2787
2787
|
}
|
|
2788
2788
|
},
|
|
2789
2789
|
"node_modules/@npmcli/arborist": {
|
|
2790
|
-
"version": "7.3
|
|
2791
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.3.
|
|
2792
|
-
"integrity": "sha512-
|
|
2790
|
+
"version": "7.5.3",
|
|
2791
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.3.tgz",
|
|
2792
|
+
"integrity": "sha512-7gbMdDNSYUzi0j2mpb6FoXRg3BxXWplMQZH1MZlvNjSdWFObaUz2Ssvo0Nlh2xmWks1OPo+gpsE6qxpT/5M7lQ==",
|
|
2793
2793
|
"extraneous": true,
|
|
2794
2794
|
"license": "ISC",
|
|
2795
2795
|
"dependencies": {
|
|
2796
2796
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
2797
|
-
"@npmcli/fs": "^3.1.
|
|
2798
|
-
"@npmcli/installed-package-contents": "^2.0
|
|
2797
|
+
"@npmcli/fs": "^3.1.1",
|
|
2798
|
+
"@npmcli/installed-package-contents": "^2.1.0",
|
|
2799
2799
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
2800
|
-
"@npmcli/metavuln-calculator": "^7.
|
|
2800
|
+
"@npmcli/metavuln-calculator": "^7.1.1",
|
|
2801
2801
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
2802
2802
|
"@npmcli/node-gyp": "^3.0.0",
|
|
2803
|
-
"@npmcli/package-json": "^5.
|
|
2804
|
-
"@npmcli/query": "^3.0
|
|
2805
|
-
"@npmcli/
|
|
2806
|
-
"
|
|
2807
|
-
"
|
|
2803
|
+
"@npmcli/package-json": "^5.1.0",
|
|
2804
|
+
"@npmcli/query": "^3.1.0",
|
|
2805
|
+
"@npmcli/redact": "^2.0.0",
|
|
2806
|
+
"@npmcli/run-script": "^8.1.0",
|
|
2807
|
+
"bin-links": "^4.0.4",
|
|
2808
|
+
"cacache": "^18.0.3",
|
|
2808
2809
|
"common-ancestor-path": "^1.0.1",
|
|
2809
|
-
"hosted-git-info": "^7.0.
|
|
2810
|
-
"json-parse-even-better-errors": "^3.0.
|
|
2810
|
+
"hosted-git-info": "^7.0.2",
|
|
2811
|
+
"json-parse-even-better-errors": "^3.0.2",
|
|
2811
2812
|
"json-stringify-nice": "^1.1.4",
|
|
2812
|
-
"
|
|
2813
|
-
"
|
|
2813
|
+
"lru-cache": "^10.2.2",
|
|
2814
|
+
"minimatch": "^9.0.4",
|
|
2815
|
+
"nopt": "^7.2.1",
|
|
2814
2816
|
"npm-install-checks": "^6.2.0",
|
|
2815
|
-
"npm-package-arg": "^11.0.
|
|
2816
|
-
"npm-pick-manifest": "^9.0.
|
|
2817
|
-
"npm-registry-fetch": "^
|
|
2818
|
-
"
|
|
2819
|
-
"pacote": "^17.0.4",
|
|
2817
|
+
"npm-package-arg": "^11.0.2",
|
|
2818
|
+
"npm-pick-manifest": "^9.0.1",
|
|
2819
|
+
"npm-registry-fetch": "^17.0.1",
|
|
2820
|
+
"pacote": "^18.0.6",
|
|
2820
2821
|
"parse-conflict-json": "^3.0.0",
|
|
2821
|
-
"proc-log": "^
|
|
2822
|
+
"proc-log": "^4.2.0",
|
|
2823
|
+
"proggy": "^2.0.0",
|
|
2822
2824
|
"promise-all-reject-late": "^1.0.0",
|
|
2823
|
-
"promise-call-limit": "^
|
|
2825
|
+
"promise-call-limit": "^3.0.1",
|
|
2824
2826
|
"read-package-json-fast": "^3.0.2",
|
|
2825
2827
|
"semver": "^7.3.7",
|
|
2826
|
-
"ssri": "^10.0.
|
|
2828
|
+
"ssri": "^10.0.6",
|
|
2827
2829
|
"treeverse": "^3.0.0",
|
|
2828
2830
|
"walk-up-path": "^3.0.1"
|
|
2829
2831
|
},
|
|
@@ -2834,82 +2836,147 @@
|
|
|
2834
2836
|
"node": "^16.14.0 || >=18.0.0"
|
|
2835
2837
|
}
|
|
2836
2838
|
},
|
|
2837
|
-
"node_modules/@npmcli/arborist/node_modules/@npmcli/
|
|
2838
|
-
"version": "
|
|
2839
|
-
"resolved": "https://registry.npmjs.org/@npmcli/
|
|
2840
|
-
"integrity": "sha512-
|
|
2839
|
+
"node_modules/@npmcli/arborist/node_modules/@npmcli/fs": {
|
|
2840
|
+
"version": "3.1.1",
|
|
2841
|
+
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
|
|
2842
|
+
"integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
|
|
2841
2843
|
"extraneous": true,
|
|
2842
2844
|
"license": "ISC",
|
|
2843
2845
|
"dependencies": {
|
|
2844
|
-
"
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
"node
|
|
2848
|
-
|
|
2846
|
+
"semver": "^7.3.5"
|
|
2847
|
+
},
|
|
2848
|
+
"engines": {
|
|
2849
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
"node_modules/@npmcli/arborist/node_modules/cacache": {
|
|
2853
|
+
"version": "18.0.3",
|
|
2854
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz",
|
|
2855
|
+
"integrity": "sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==",
|
|
2856
|
+
"extraneous": true,
|
|
2857
|
+
"license": "ISC",
|
|
2858
|
+
"dependencies": {
|
|
2859
|
+
"@npmcli/fs": "^3.1.0",
|
|
2860
|
+
"fs-minipass": "^3.0.0",
|
|
2861
|
+
"glob": "^10.2.2",
|
|
2862
|
+
"lru-cache": "^10.0.1",
|
|
2863
|
+
"minipass": "^7.0.3",
|
|
2864
|
+
"minipass-collect": "^2.0.1",
|
|
2865
|
+
"minipass-flush": "^1.0.5",
|
|
2866
|
+
"minipass-pipeline": "^1.2.4",
|
|
2867
|
+
"p-map": "^4.0.0",
|
|
2868
|
+
"ssri": "^10.0.0",
|
|
2869
|
+
"tar": "^6.1.11",
|
|
2870
|
+
"unique-filename": "^3.0.0"
|
|
2849
2871
|
},
|
|
2850
2872
|
"engines": {
|
|
2851
2873
|
"node": "^16.14.0 || >=18.0.0"
|
|
2852
2874
|
}
|
|
2853
2875
|
},
|
|
2854
|
-
"node_modules/@npmcli/arborist/node_modules/
|
|
2855
|
-
"version": "3.
|
|
2856
|
-
"resolved": "https://registry.npmjs.org/
|
|
2857
|
-
"integrity": "sha512
|
|
2876
|
+
"node_modules/@npmcli/arborist/node_modules/cacache/node_modules/@npmcli/fs": {
|
|
2877
|
+
"version": "3.1.0",
|
|
2878
|
+
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz",
|
|
2879
|
+
"integrity": "sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==",
|
|
2858
2880
|
"extraneous": true,
|
|
2859
2881
|
"license": "ISC",
|
|
2882
|
+
"dependencies": {
|
|
2883
|
+
"semver": "^7.3.5"
|
|
2884
|
+
},
|
|
2860
2885
|
"engines": {
|
|
2861
2886
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2862
2887
|
}
|
|
2863
2888
|
},
|
|
2864
|
-
"node_modules/@npmcli/
|
|
2865
|
-
"version": "
|
|
2866
|
-
"resolved": "https://registry.npmjs.org
|
|
2867
|
-
"integrity": "sha512-
|
|
2889
|
+
"node_modules/@npmcli/arborist/node_modules/cacache/node_modules/ssri": {
|
|
2890
|
+
"version": "10.0.5",
|
|
2891
|
+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz",
|
|
2892
|
+
"integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==",
|
|
2868
2893
|
"extraneous": true,
|
|
2869
2894
|
"license": "ISC",
|
|
2870
2895
|
"dependencies": {
|
|
2871
|
-
"
|
|
2872
|
-
"ci-info": "^4.0.0",
|
|
2873
|
-
"ini": "^4.1.2",
|
|
2874
|
-
"nopt": "^7.0.0",
|
|
2875
|
-
"proc-log": "^3.0.0",
|
|
2876
|
-
"read-package-json-fast": "^3.0.2",
|
|
2877
|
-
"semver": "^7.3.5",
|
|
2878
|
-
"walk-up-path": "^3.0.1"
|
|
2896
|
+
"minipass": "^7.0.3"
|
|
2879
2897
|
},
|
|
2880
2898
|
"engines": {
|
|
2881
|
-
"node": "^16.
|
|
2899
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2882
2900
|
}
|
|
2883
2901
|
},
|
|
2884
|
-
"node_modules/@npmcli/
|
|
2885
|
-
"version": "
|
|
2886
|
-
"resolved": "https://registry.npmjs.org/
|
|
2887
|
-
"integrity": "sha512-
|
|
2902
|
+
"node_modules/@npmcli/arborist/node_modules/hosted-git-info": {
|
|
2903
|
+
"version": "7.0.2",
|
|
2904
|
+
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
2905
|
+
"integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
|
|
2888
2906
|
"extraneous": true,
|
|
2889
2907
|
"license": "ISC",
|
|
2908
|
+
"dependencies": {
|
|
2909
|
+
"lru-cache": "^10.0.1"
|
|
2910
|
+
},
|
|
2911
|
+
"engines": {
|
|
2912
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
"node_modules/@npmcli/arborist/node_modules/json-parse-even-better-errors": {
|
|
2916
|
+
"version": "3.0.2",
|
|
2917
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
|
|
2918
|
+
"integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
|
|
2919
|
+
"extraneous": true,
|
|
2920
|
+
"license": "MIT",
|
|
2890
2921
|
"engines": {
|
|
2891
2922
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2892
2923
|
}
|
|
2893
2924
|
},
|
|
2894
|
-
"node_modules/@npmcli/
|
|
2895
|
-
"version": "
|
|
2896
|
-
"resolved": "https://registry.npmjs.org/
|
|
2897
|
-
"integrity": "sha512
|
|
2925
|
+
"node_modules/@npmcli/arborist/node_modules/npm-pick-manifest": {
|
|
2926
|
+
"version": "9.0.1",
|
|
2927
|
+
"resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.1.tgz",
|
|
2928
|
+
"integrity": "sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==",
|
|
2929
|
+
"extraneous": true,
|
|
2930
|
+
"license": "ISC",
|
|
2931
|
+
"dependencies": {
|
|
2932
|
+
"npm-install-checks": "^6.0.0",
|
|
2933
|
+
"npm-normalize-package-bin": "^3.0.0",
|
|
2934
|
+
"npm-package-arg": "^11.0.0",
|
|
2935
|
+
"semver": "^7.3.5"
|
|
2936
|
+
},
|
|
2937
|
+
"engines": {
|
|
2938
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2941
|
+
"node_modules/@npmcli/arborist/node_modules/ssri": {
|
|
2942
|
+
"version": "10.0.6",
|
|
2943
|
+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
|
|
2944
|
+
"integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
|
|
2898
2945
|
"extraneous": true,
|
|
2899
2946
|
"license": "ISC",
|
|
2947
|
+
"dependencies": {
|
|
2948
|
+
"minipass": "^7.0.3"
|
|
2949
|
+
},
|
|
2900
2950
|
"engines": {
|
|
2901
2951
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2902
2952
|
}
|
|
2903
2953
|
},
|
|
2904
|
-
"node_modules/@npmcli/
|
|
2905
|
-
"version": "3.
|
|
2906
|
-
"resolved": "https://registry.npmjs.org/@npmcli/
|
|
2907
|
-
"integrity": "sha512-
|
|
2954
|
+
"node_modules/@npmcli/config": {
|
|
2955
|
+
"version": "8.3.3",
|
|
2956
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.3.tgz",
|
|
2957
|
+
"integrity": "sha512-sIMKHiiYr91ALiHjhPq64F5P/SCaiSyDfpNmgYHtlIJtLY445+3+r3VoREzpdDrOwIqwQ6iEHinbTfaocL0UgA==",
|
|
2908
2958
|
"extraneous": true,
|
|
2909
2959
|
"license": "ISC",
|
|
2910
2960
|
"dependencies": {
|
|
2911
|
-
"
|
|
2961
|
+
"@npmcli/map-workspaces": "^3.0.2",
|
|
2962
|
+
"ci-info": "^4.0.0",
|
|
2963
|
+
"ini": "^4.1.2",
|
|
2964
|
+
"nopt": "^7.2.1",
|
|
2965
|
+
"proc-log": "^4.2.0",
|
|
2966
|
+
"read-package-json-fast": "^3.0.2",
|
|
2967
|
+
"semver": "^7.3.5",
|
|
2968
|
+
"walk-up-path": "^3.0.1"
|
|
2912
2969
|
},
|
|
2970
|
+
"engines": {
|
|
2971
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2974
|
+
"node_modules/@npmcli/config/node_modules/ini": {
|
|
2975
|
+
"version": "4.1.2",
|
|
2976
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz",
|
|
2977
|
+
"integrity": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==",
|
|
2978
|
+
"extraneous": true,
|
|
2979
|
+
"license": "ISC",
|
|
2913
2980
|
"engines": {
|
|
2914
2981
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2915
2982
|
}
|
|
@@ -2948,9 +3015,9 @@
|
|
|
2948
3015
|
}
|
|
2949
3016
|
},
|
|
2950
3017
|
"node_modules/@npmcli/installed-package-contents": {
|
|
2951
|
-
"version": "2.0
|
|
2952
|
-
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.
|
|
2953
|
-
"integrity": "sha512-
|
|
3018
|
+
"version": "2.1.0",
|
|
3019
|
+
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
|
|
3020
|
+
"integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==",
|
|
2954
3021
|
"extraneous": true,
|
|
2955
3022
|
"license": "ISC",
|
|
2956
3023
|
"dependencies": {
|
|
@@ -2958,7 +3025,7 @@
|
|
|
2958
3025
|
"npm-normalize-package-bin": "^3.0.0"
|
|
2959
3026
|
},
|
|
2960
3027
|
"bin": {
|
|
2961
|
-
"installed-package-contents": "
|
|
3028
|
+
"installed-package-contents": "bin/index.js"
|
|
2962
3029
|
},
|
|
2963
3030
|
"engines": {
|
|
2964
3031
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -2981,15 +3048,16 @@
|
|
|
2981
3048
|
}
|
|
2982
3049
|
},
|
|
2983
3050
|
"node_modules/@npmcli/metavuln-calculator": {
|
|
2984
|
-
"version": "7.
|
|
2985
|
-
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.
|
|
2986
|
-
"integrity": "sha512-
|
|
3051
|
+
"version": "7.1.1",
|
|
3052
|
+
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz",
|
|
3053
|
+
"integrity": "sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g==",
|
|
2987
3054
|
"extraneous": true,
|
|
2988
3055
|
"license": "ISC",
|
|
2989
3056
|
"dependencies": {
|
|
2990
3057
|
"cacache": "^18.0.0",
|
|
2991
3058
|
"json-parse-even-better-errors": "^3.0.0",
|
|
2992
|
-
"pacote": "^
|
|
3059
|
+
"pacote": "^18.0.0",
|
|
3060
|
+
"proc-log": "^4.1.0",
|
|
2993
3061
|
"semver": "^7.3.5"
|
|
2994
3062
|
},
|
|
2995
3063
|
"engines": {
|
|
@@ -3049,9 +3117,9 @@
|
|
|
3049
3117
|
}
|
|
3050
3118
|
},
|
|
3051
3119
|
"node_modules/@npmcli/query": {
|
|
3052
|
-
"version": "3.0
|
|
3053
|
-
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.0.
|
|
3054
|
-
"integrity": "sha512-
|
|
3120
|
+
"version": "3.1.0",
|
|
3121
|
+
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
|
|
3122
|
+
"integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
|
|
3055
3123
|
"extraneous": true,
|
|
3056
3124
|
"license": "ISC",
|
|
3057
3125
|
"dependencies": {
|
|
@@ -4398,18 +4466,18 @@
|
|
|
4398
4466
|
}
|
|
4399
4467
|
},
|
|
4400
4468
|
"node_modules/@salesforce/plugin-trust": {
|
|
4401
|
-
"version": "3.7.
|
|
4402
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
4403
|
-
"integrity": "sha512-
|
|
4469
|
+
"version": "3.7.5",
|
|
4470
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.5.tgz",
|
|
4471
|
+
"integrity": "sha512-KA3MC7sebeQYHsjczyIXCPQrq/KglFLRRmTG7pnxUZoSiAkjl+FzBumOjo1oVEthoBGEMbvFWvYPBn9POvrnpA==",
|
|
4404
4472
|
"license": "BSD-3-Clause",
|
|
4405
4473
|
"dependencies": {
|
|
4406
|
-
"@oclif/core": "^
|
|
4474
|
+
"@oclif/core": "^4",
|
|
4407
4475
|
"@salesforce/core": "^7.3.8",
|
|
4408
|
-
"@salesforce/kit": "^3.1.
|
|
4476
|
+
"@salesforce/kit": "^3.1.2",
|
|
4409
4477
|
"@salesforce/plugin-info": "^3.2.7",
|
|
4410
|
-
"@salesforce/sf-plugins-core": "^
|
|
4478
|
+
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
4411
4479
|
"got": "^13.0.0",
|
|
4412
|
-
"npm": "^10.
|
|
4480
|
+
"npm": "^10.8.1",
|
|
4413
4481
|
"npm-run-path": "^4.0.1",
|
|
4414
4482
|
"proxy-agent": "^6.4.0",
|
|
4415
4483
|
"semver": "^7.6.2",
|
|
@@ -4422,235 +4490,75 @@
|
|
|
4422
4490
|
"node": ">=18.0.0"
|
|
4423
4491
|
}
|
|
4424
4492
|
},
|
|
4425
|
-
"node_modules/@salesforce/
|
|
4426
|
-
"version": "
|
|
4427
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4428
|
-
"integrity": "sha512
|
|
4429
|
-
"
|
|
4430
|
-
"
|
|
4431
|
-
"@types/cli-progress": "^3.11.5",
|
|
4432
|
-
"ansi-escapes": "^4.3.2",
|
|
4433
|
-
"ansi-styles": "^4.3.0",
|
|
4434
|
-
"cardinal": "^2.1.1",
|
|
4435
|
-
"chalk": "^4.1.2",
|
|
4436
|
-
"clean-stack": "^3.0.1",
|
|
4437
|
-
"cli-progress": "^3.12.0",
|
|
4438
|
-
"color": "^4.2.3",
|
|
4439
|
-
"debug": "^4.3.4",
|
|
4440
|
-
"ejs": "^3.1.10",
|
|
4441
|
-
"get-package-type": "^0.1.0",
|
|
4442
|
-
"globby": "^11.1.0",
|
|
4443
|
-
"hyperlinker": "^1.0.0",
|
|
4444
|
-
"indent-string": "^4.0.0",
|
|
4445
|
-
"is-wsl": "^2.2.0",
|
|
4446
|
-
"js-yaml": "^3.14.1",
|
|
4447
|
-
"minimatch": "^9.0.4",
|
|
4448
|
-
"natural-orderby": "^2.0.3",
|
|
4449
|
-
"object-treeify": "^1.1.33",
|
|
4450
|
-
"password-prompt": "^1.1.3",
|
|
4451
|
-
"slice-ansi": "^4.0.0",
|
|
4452
|
-
"string-width": "^4.2.3",
|
|
4453
|
-
"strip-ansi": "^6.0.1",
|
|
4454
|
-
"supports-color": "^8.1.1",
|
|
4455
|
-
"supports-hyperlinks": "^2.2.0",
|
|
4456
|
-
"widest-line": "^3.1.0",
|
|
4457
|
-
"wordwrap": "^1.0.0",
|
|
4458
|
-
"wrap-ansi": "^7.0.0"
|
|
4459
|
-
},
|
|
4460
|
-
"engines": {
|
|
4461
|
-
"node": ">=18.0.0"
|
|
4462
|
-
}
|
|
4493
|
+
"node_modules/@salesforce/prettier-config": {
|
|
4494
|
+
"version": "0.0.3",
|
|
4495
|
+
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
4496
|
+
"integrity": "sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==",
|
|
4497
|
+
"dev": true,
|
|
4498
|
+
"license": "BSD-3-Clause"
|
|
4463
4499
|
},
|
|
4464
|
-
"node_modules/@salesforce/
|
|
4465
|
-
"version": "9.
|
|
4466
|
-
"resolved": "https://registry.npmjs.org/@salesforce/
|
|
4467
|
-
"integrity": "sha512-
|
|
4500
|
+
"node_modules/@salesforce/schemas": {
|
|
4501
|
+
"version": "1.9.0",
|
|
4502
|
+
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz",
|
|
4503
|
+
"integrity": "sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==",
|
|
4504
|
+
"license": "ISC"
|
|
4505
|
+
},
|
|
4506
|
+
"node_modules/@salesforce/sf-plugins-core": {
|
|
4507
|
+
"version": "10.0.0",
|
|
4508
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0.tgz",
|
|
4509
|
+
"integrity": "sha512-Y18aDrz376Ekza45nfCjpyiI+np1oY9Cc7DxNAYiP37c0lstTajVsgz6wvDvt6p6QGEX//nnqcz/NaMlry/INw==",
|
|
4468
4510
|
"license": "BSD-3-Clause",
|
|
4469
4511
|
"dependencies": {
|
|
4470
4512
|
"@inquirer/confirm": "^3.1.9",
|
|
4471
4513
|
"@inquirer/password": "^2.1.9",
|
|
4472
|
-
"@oclif/core": "^
|
|
4473
|
-
"@salesforce/core": "^7.3.
|
|
4514
|
+
"@oclif/core": "^4",
|
|
4515
|
+
"@salesforce/core": "^7.3.10",
|
|
4474
4516
|
"@salesforce/kit": "^3.1.2",
|
|
4475
4517
|
"@salesforce/ts-types": "^2.0.9",
|
|
4476
|
-
"
|
|
4518
|
+
"ansis": "^3.1.1",
|
|
4519
|
+
"cli-progress": "^3.12.0",
|
|
4520
|
+
"natural-orderby": "^3.0.2",
|
|
4521
|
+
"slice-ansi": "^7.1.0",
|
|
4522
|
+
"string-width": "^7.1.0",
|
|
4523
|
+
"terminal-link": "^3.0.0"
|
|
4477
4524
|
},
|
|
4478
4525
|
"engines": {
|
|
4479
4526
|
"node": ">=18.0.0"
|
|
4480
4527
|
}
|
|
4481
4528
|
},
|
|
4482
|
-
"node_modules/@salesforce/
|
|
4483
|
-
"version": "
|
|
4484
|
-
"resolved": "https://registry.npmjs.org/
|
|
4485
|
-
"integrity": "sha512-
|
|
4529
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
|
|
4530
|
+
"version": "6.0.1",
|
|
4531
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4532
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4486
4533
|
"license": "MIT",
|
|
4487
4534
|
"engines": {
|
|
4488
|
-
"node": "
|
|
4535
|
+
"node": ">=12"
|
|
4489
4536
|
},
|
|
4490
4537
|
"funding": {
|
|
4491
|
-
"url": "https://github.com/chalk/
|
|
4538
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4492
4539
|
}
|
|
4493
4540
|
},
|
|
4494
|
-
"node_modules/@salesforce/
|
|
4495
|
-
"version": "
|
|
4496
|
-
"resolved": "https://registry.npmjs.org/
|
|
4497
|
-
"integrity": "sha512-
|
|
4498
|
-
"license": "MIT"
|
|
4499
|
-
"dependencies": {
|
|
4500
|
-
"sprintf-js": "~1.0.2"
|
|
4501
|
-
}
|
|
4541
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
|
|
4542
|
+
"version": "10.3.0",
|
|
4543
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4544
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4545
|
+
"license": "MIT"
|
|
4502
4546
|
},
|
|
4503
|
-
"node_modules/@salesforce/
|
|
4504
|
-
"version": "
|
|
4505
|
-
"resolved": "https://registry.npmjs.org/
|
|
4506
|
-
"integrity": "sha512-
|
|
4547
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
4548
|
+
"version": "7.1.0",
|
|
4549
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
4550
|
+
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
4507
4551
|
"license": "MIT",
|
|
4508
4552
|
"dependencies": {
|
|
4509
|
-
"
|
|
4510
|
-
"
|
|
4553
|
+
"emoji-regex": "^10.3.0",
|
|
4554
|
+
"get-east-asian-width": "^1.0.0",
|
|
4555
|
+
"strip-ansi": "^7.1.0"
|
|
4511
4556
|
},
|
|
4512
4557
|
"engines": {
|
|
4513
|
-
"node": ">=
|
|
4558
|
+
"node": ">=18"
|
|
4514
4559
|
},
|
|
4515
4560
|
"funding": {
|
|
4516
|
-
"url": "https://github.com/
|
|
4517
|
-
}
|
|
4518
|
-
},
|
|
4519
|
-
"node_modules/@salesforce/plugin-trust/node_modules/chalk/node_modules/supports-color": {
|
|
4520
|
-
"version": "7.2.0",
|
|
4521
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
4522
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
4523
|
-
"license": "MIT",
|
|
4524
|
-
"dependencies": {
|
|
4525
|
-
"has-flag": "^4.0.0"
|
|
4526
|
-
},
|
|
4527
|
-
"engines": {
|
|
4528
|
-
"node": ">=8"
|
|
4529
|
-
}
|
|
4530
|
-
},
|
|
4531
|
-
"node_modules/@salesforce/plugin-trust/node_modules/js-yaml": {
|
|
4532
|
-
"version": "3.14.1",
|
|
4533
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4534
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4535
|
-
"license": "MIT",
|
|
4536
|
-
"dependencies": {
|
|
4537
|
-
"argparse": "^1.0.7",
|
|
4538
|
-
"esprima": "^4.0.0"
|
|
4539
|
-
},
|
|
4540
|
-
"bin": {
|
|
4541
|
-
"js-yaml": "bin/js-yaml.js"
|
|
4542
|
-
}
|
|
4543
|
-
},
|
|
4544
|
-
"node_modules/@salesforce/plugin-trust/node_modules/natural-orderby": {
|
|
4545
|
-
"version": "2.0.3",
|
|
4546
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
|
|
4547
|
-
"integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
|
|
4548
|
-
"license": "MIT",
|
|
4549
|
-
"engines": {
|
|
4550
|
-
"node": "*"
|
|
4551
|
-
}
|
|
4552
|
-
},
|
|
4553
|
-
"node_modules/@salesforce/plugin-trust/node_modules/slice-ansi": {
|
|
4554
|
-
"version": "4.0.0",
|
|
4555
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
|
|
4556
|
-
"integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
|
|
4557
|
-
"license": "MIT",
|
|
4558
|
-
"dependencies": {
|
|
4559
|
-
"ansi-styles": "^4.0.0",
|
|
4560
|
-
"astral-regex": "^2.0.0",
|
|
4561
|
-
"is-fullwidth-code-point": "^3.0.0"
|
|
4562
|
-
},
|
|
4563
|
-
"engines": {
|
|
4564
|
-
"node": ">=10"
|
|
4565
|
-
},
|
|
4566
|
-
"funding": {
|
|
4567
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
4568
|
-
}
|
|
4569
|
-
},
|
|
4570
|
-
"node_modules/@salesforce/plugin-trust/node_modules/supports-color": {
|
|
4571
|
-
"version": "8.1.1",
|
|
4572
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4573
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4574
|
-
"license": "MIT",
|
|
4575
|
-
"dependencies": {
|
|
4576
|
-
"has-flag": "^4.0.0"
|
|
4577
|
-
},
|
|
4578
|
-
"engines": {
|
|
4579
|
-
"node": ">=10"
|
|
4580
|
-
},
|
|
4581
|
-
"funding": {
|
|
4582
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4583
|
-
}
|
|
4584
|
-
},
|
|
4585
|
-
"node_modules/@salesforce/prettier-config": {
|
|
4586
|
-
"version": "0.0.3",
|
|
4587
|
-
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
4588
|
-
"integrity": "sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==",
|
|
4589
|
-
"dev": true,
|
|
4590
|
-
"license": "BSD-3-Clause"
|
|
4591
|
-
},
|
|
4592
|
-
"node_modules/@salesforce/schemas": {
|
|
4593
|
-
"version": "1.9.0",
|
|
4594
|
-
"resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz",
|
|
4595
|
-
"integrity": "sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==",
|
|
4596
|
-
"license": "ISC"
|
|
4597
|
-
},
|
|
4598
|
-
"node_modules/@salesforce/sf-plugins-core": {
|
|
4599
|
-
"version": "10.0.0",
|
|
4600
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0.tgz",
|
|
4601
|
-
"integrity": "sha512-Y18aDrz376Ekza45nfCjpyiI+np1oY9Cc7DxNAYiP37c0lstTajVsgz6wvDvt6p6QGEX//nnqcz/NaMlry/INw==",
|
|
4602
|
-
"license": "BSD-3-Clause",
|
|
4603
|
-
"dependencies": {
|
|
4604
|
-
"@inquirer/confirm": "^3.1.9",
|
|
4605
|
-
"@inquirer/password": "^2.1.9",
|
|
4606
|
-
"@oclif/core": "^4",
|
|
4607
|
-
"@salesforce/core": "^7.3.10",
|
|
4608
|
-
"@salesforce/kit": "^3.1.2",
|
|
4609
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
4610
|
-
"ansis": "^3.1.1",
|
|
4611
|
-
"cli-progress": "^3.12.0",
|
|
4612
|
-
"natural-orderby": "^3.0.2",
|
|
4613
|
-
"slice-ansi": "^7.1.0",
|
|
4614
|
-
"string-width": "^7.1.0",
|
|
4615
|
-
"terminal-link": "^3.0.0"
|
|
4616
|
-
},
|
|
4617
|
-
"engines": {
|
|
4618
|
-
"node": ">=18.0.0"
|
|
4619
|
-
}
|
|
4620
|
-
},
|
|
4621
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
|
|
4622
|
-
"version": "6.0.1",
|
|
4623
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4624
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4625
|
-
"license": "MIT",
|
|
4626
|
-
"engines": {
|
|
4627
|
-
"node": ">=12"
|
|
4628
|
-
},
|
|
4629
|
-
"funding": {
|
|
4630
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4631
|
-
}
|
|
4632
|
-
},
|
|
4633
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
|
|
4634
|
-
"version": "10.3.0",
|
|
4635
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4636
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4637
|
-
"license": "MIT"
|
|
4638
|
-
},
|
|
4639
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
4640
|
-
"version": "7.1.0",
|
|
4641
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
4642
|
-
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
4643
|
-
"license": "MIT",
|
|
4644
|
-
"dependencies": {
|
|
4645
|
-
"emoji-regex": "^10.3.0",
|
|
4646
|
-
"get-east-asian-width": "^1.0.0",
|
|
4647
|
-
"strip-ansi": "^7.1.0"
|
|
4648
|
-
},
|
|
4649
|
-
"engines": {
|
|
4650
|
-
"node": ">=18"
|
|
4651
|
-
},
|
|
4652
|
-
"funding": {
|
|
4653
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4561
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4654
4562
|
}
|
|
4655
4563
|
},
|
|
4656
4564
|
"node_modules/@salesforce/sf-plugins-core/node_modules/strip-ansi": {
|
|
@@ -4838,19 +4746,29 @@
|
|
|
4838
4746
|
}
|
|
4839
4747
|
},
|
|
4840
4748
|
"node_modules/@sigstore/tuf": {
|
|
4841
|
-
"version": "2.3.
|
|
4842
|
-
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.
|
|
4843
|
-
"integrity": "sha512-
|
|
4749
|
+
"version": "2.3.4",
|
|
4750
|
+
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz",
|
|
4751
|
+
"integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==",
|
|
4844
4752
|
"extraneous": true,
|
|
4845
4753
|
"license": "Apache-2.0",
|
|
4846
4754
|
"dependencies": {
|
|
4847
|
-
"@sigstore/protobuf-specs": "^0.3.
|
|
4848
|
-
"tuf-js": "^2.2.
|
|
4755
|
+
"@sigstore/protobuf-specs": "^0.3.2",
|
|
4756
|
+
"tuf-js": "^2.2.1"
|
|
4849
4757
|
},
|
|
4850
4758
|
"engines": {
|
|
4851
4759
|
"node": "^16.14.0 || >=18.0.0"
|
|
4852
4760
|
}
|
|
4853
4761
|
},
|
|
4762
|
+
"node_modules/@sigstore/tuf/node_modules/@sigstore/protobuf-specs": {
|
|
4763
|
+
"version": "0.3.2",
|
|
4764
|
+
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz",
|
|
4765
|
+
"integrity": "sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==",
|
|
4766
|
+
"extraneous": true,
|
|
4767
|
+
"license": "Apache-2.0",
|
|
4768
|
+
"engines": {
|
|
4769
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
4770
|
+
}
|
|
4771
|
+
},
|
|
4854
4772
|
"node_modules/@sigstore/verify": {
|
|
4855
4773
|
"version": "1.2.0",
|
|
4856
4774
|
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.0.tgz",
|
|
@@ -5763,14 +5681,14 @@
|
|
|
5763
5681
|
}
|
|
5764
5682
|
},
|
|
5765
5683
|
"node_modules/@tufjs/models": {
|
|
5766
|
-
"version": "2.0.
|
|
5767
|
-
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.
|
|
5768
|
-
"integrity": "sha512-
|
|
5684
|
+
"version": "2.0.1",
|
|
5685
|
+
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz",
|
|
5686
|
+
"integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==",
|
|
5769
5687
|
"extraneous": true,
|
|
5770
5688
|
"license": "MIT",
|
|
5771
5689
|
"dependencies": {
|
|
5772
5690
|
"@tufjs/canonical-json": "2.0.0",
|
|
5773
|
-
"minimatch": "^9.0.
|
|
5691
|
+
"minimatch": "^9.0.4"
|
|
5774
5692
|
},
|
|
5775
5693
|
"engines": {
|
|
5776
5694
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -6380,72 +6298,6 @@
|
|
|
6380
6298
|
"node": ">=14"
|
|
6381
6299
|
}
|
|
6382
6300
|
},
|
|
6383
|
-
"node_modules/are-we-there-yet": {
|
|
6384
|
-
"version": "4.0.1",
|
|
6385
|
-
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.1.tgz",
|
|
6386
|
-
"integrity": "sha512-2zuA+jpOYBRgoBCfa+fB87Rk0oGJjDX6pxGzqH6f33NzUhG25Xur6R0u0Z9VVAq8Z5JvQpQI6j6rtonuivC8QA==",
|
|
6387
|
-
"extraneous": true,
|
|
6388
|
-
"license": "ISC",
|
|
6389
|
-
"dependencies": {
|
|
6390
|
-
"delegates": "^1.0.0",
|
|
6391
|
-
"readable-stream": "^4.1.0"
|
|
6392
|
-
},
|
|
6393
|
-
"engines": {
|
|
6394
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6395
|
-
}
|
|
6396
|
-
},
|
|
6397
|
-
"node_modules/are-we-there-yet/node_modules/buffer": {
|
|
6398
|
-
"version": "6.0.3",
|
|
6399
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
6400
|
-
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
6401
|
-
"extraneous": true,
|
|
6402
|
-
"funding": [
|
|
6403
|
-
{
|
|
6404
|
-
"type": "github",
|
|
6405
|
-
"url": "https://github.com/sponsors/feross"
|
|
6406
|
-
},
|
|
6407
|
-
{
|
|
6408
|
-
"type": "patreon",
|
|
6409
|
-
"url": "https://www.patreon.com/feross"
|
|
6410
|
-
},
|
|
6411
|
-
{
|
|
6412
|
-
"type": "consulting",
|
|
6413
|
-
"url": "https://feross.org/support"
|
|
6414
|
-
}
|
|
6415
|
-
],
|
|
6416
|
-
"license": "MIT",
|
|
6417
|
-
"dependencies": {
|
|
6418
|
-
"base64-js": "^1.3.1",
|
|
6419
|
-
"ieee754": "^1.2.1"
|
|
6420
|
-
}
|
|
6421
|
-
},
|
|
6422
|
-
"node_modules/are-we-there-yet/node_modules/events": {
|
|
6423
|
-
"version": "3.3.0",
|
|
6424
|
-
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
6425
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
6426
|
-
"extraneous": true,
|
|
6427
|
-
"license": "MIT",
|
|
6428
|
-
"engines": {
|
|
6429
|
-
"node": ">=0.8.x"
|
|
6430
|
-
}
|
|
6431
|
-
},
|
|
6432
|
-
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
6433
|
-
"version": "4.4.2",
|
|
6434
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
6435
|
-
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
6436
|
-
"extraneous": true,
|
|
6437
|
-
"license": "MIT",
|
|
6438
|
-
"dependencies": {
|
|
6439
|
-
"abort-controller": "^3.0.0",
|
|
6440
|
-
"buffer": "^6.0.3",
|
|
6441
|
-
"events": "^3.3.0",
|
|
6442
|
-
"process": "^0.11.10",
|
|
6443
|
-
"string_decoder": "^1.3.0"
|
|
6444
|
-
},
|
|
6445
|
-
"engines": {
|
|
6446
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6447
|
-
}
|
|
6448
|
-
},
|
|
6449
6301
|
"node_modules/arg": {
|
|
6450
6302
|
"version": "4.1.3",
|
|
6451
6303
|
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
|
|
@@ -6788,9 +6640,9 @@
|
|
|
6788
6640
|
"license": "Apache-2.0"
|
|
6789
6641
|
},
|
|
6790
6642
|
"node_modules/bin-links": {
|
|
6791
|
-
"version": "4.0.
|
|
6792
|
-
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.
|
|
6793
|
-
"integrity": "sha512-
|
|
6643
|
+
"version": "4.0.4",
|
|
6644
|
+
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz",
|
|
6645
|
+
"integrity": "sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==",
|
|
6794
6646
|
"extraneous": true,
|
|
6795
6647
|
"license": "ISC",
|
|
6796
6648
|
"dependencies": {
|
|
@@ -6804,13 +6656,16 @@
|
|
|
6804
6656
|
}
|
|
6805
6657
|
},
|
|
6806
6658
|
"node_modules/binary-extensions": {
|
|
6807
|
-
"version": "2.
|
|
6808
|
-
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.
|
|
6809
|
-
"integrity": "sha512-
|
|
6810
|
-
"
|
|
6659
|
+
"version": "2.3.0",
|
|
6660
|
+
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
6661
|
+
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
6662
|
+
"extraneous": true,
|
|
6811
6663
|
"license": "MIT",
|
|
6812
6664
|
"engines": {
|
|
6813
6665
|
"node": ">=8"
|
|
6666
|
+
},
|
|
6667
|
+
"funding": {
|
|
6668
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6814
6669
|
}
|
|
6815
6670
|
},
|
|
6816
6671
|
"node_modules/bottleneck": {
|
|
@@ -6972,22 +6827,6 @@
|
|
|
6972
6827
|
"node": "^16.14.0 || >=18.0.0"
|
|
6973
6828
|
}
|
|
6974
6829
|
},
|
|
6975
|
-
"node_modules/cacache/node_modules/p-map": {
|
|
6976
|
-
"version": "4.0.0",
|
|
6977
|
-
"resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
|
|
6978
|
-
"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
|
|
6979
|
-
"extraneous": true,
|
|
6980
|
-
"license": "MIT",
|
|
6981
|
-
"dependencies": {
|
|
6982
|
-
"aggregate-error": "^3.0.0"
|
|
6983
|
-
},
|
|
6984
|
-
"engines": {
|
|
6985
|
-
"node": ">=10"
|
|
6986
|
-
},
|
|
6987
|
-
"funding": {
|
|
6988
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6989
|
-
}
|
|
6990
|
-
},
|
|
6991
6830
|
"node_modules/cacheable-lookup": {
|
|
6992
6831
|
"version": "7.0.0",
|
|
6993
6832
|
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
@@ -7291,9 +7130,9 @@
|
|
|
7291
7130
|
}
|
|
7292
7131
|
},
|
|
7293
7132
|
"node_modules/cidr-regex": {
|
|
7294
|
-
"version": "4.
|
|
7295
|
-
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.
|
|
7296
|
-
"integrity": "sha512-
|
|
7133
|
+
"version": "4.1.1",
|
|
7134
|
+
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.1.1.tgz",
|
|
7135
|
+
"integrity": "sha512-ekKcVp+iRB9zlKFXyx7io7nINgb0oRjgRdXNEodp1OuxRui8FXr/CA40Tz1voWUp9DPPrMyQKy01vJhDo4N1lw==",
|
|
7297
7136
|
"extraneous": true,
|
|
7298
7137
|
"license": "BSD-2-Clause",
|
|
7299
7138
|
"dependencies": {
|
|
@@ -7465,16 +7304,6 @@
|
|
|
7465
7304
|
"simple-swizzle": "^0.2.2"
|
|
7466
7305
|
}
|
|
7467
7306
|
},
|
|
7468
|
-
"node_modules/color-support": {
|
|
7469
|
-
"version": "1.1.3",
|
|
7470
|
-
"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
|
7471
|
-
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
|
|
7472
|
-
"extraneous": true,
|
|
7473
|
-
"license": "ISC",
|
|
7474
|
-
"bin": {
|
|
7475
|
-
"color-support": "bin.js"
|
|
7476
|
-
}
|
|
7477
|
-
},
|
|
7478
7307
|
"node_modules/colorette": {
|
|
7479
7308
|
"version": "2.0.20",
|
|
7480
7309
|
"resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
|
|
@@ -7557,13 +7386,6 @@
|
|
|
7557
7386
|
"typedarray": "^0.0.6"
|
|
7558
7387
|
}
|
|
7559
7388
|
},
|
|
7560
|
-
"node_modules/console-control-strings": {
|
|
7561
|
-
"version": "1.1.0",
|
|
7562
|
-
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
7563
|
-
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
7564
|
-
"extraneous": true,
|
|
7565
|
-
"license": "ISC"
|
|
7566
|
-
},
|
|
7567
7389
|
"node_modules/constant-case": {
|
|
7568
7390
|
"version": "3.0.4",
|
|
7569
7391
|
"resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz",
|
|
@@ -8345,13 +8167,6 @@
|
|
|
8345
8167
|
"node": ">=0.4.0"
|
|
8346
8168
|
}
|
|
8347
8169
|
},
|
|
8348
|
-
"node_modules/delegates": {
|
|
8349
|
-
"version": "1.0.0",
|
|
8350
|
-
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
8351
|
-
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
8352
|
-
"extraneous": true,
|
|
8353
|
-
"license": "MIT"
|
|
8354
|
-
},
|
|
8355
8170
|
"node_modules/deprecation": {
|
|
8356
8171
|
"version": "2.3.1",
|
|
8357
8172
|
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
|
|
@@ -9093,13 +8908,13 @@
|
|
|
9093
8908
|
}
|
|
9094
8909
|
},
|
|
9095
8910
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
9096
|
-
"version": "1.18.
|
|
9097
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
9098
|
-
"integrity": "sha512-
|
|
8911
|
+
"version": "1.18.5",
|
|
8912
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.5.tgz",
|
|
8913
|
+
"integrity": "sha512-yjvWM3OmxFuUUlHhDAXczo4ysX5ONoeysPL0B0Cj/zjrizvS05fjaAy53fa+AwVjOIOthWopFh2vPDSTNQ+pmA==",
|
|
9099
8914
|
"dev": true,
|
|
9100
8915
|
"license": "BSD-3-Clause",
|
|
9101
8916
|
"dependencies": {
|
|
9102
|
-
"@salesforce/core": "^7.3.
|
|
8917
|
+
"@salesforce/core": "^7.3.9",
|
|
9103
8918
|
"@typescript-eslint/utils": "^6.17.0"
|
|
9104
8919
|
},
|
|
9105
8920
|
"engines": {
|
|
@@ -9872,45 +9687,12 @@
|
|
|
9872
9687
|
"url": "https://github.com/sponsors/ljharb"
|
|
9873
9688
|
}
|
|
9874
9689
|
},
|
|
9875
|
-
"node_modules/
|
|
9876
|
-
"version": "
|
|
9877
|
-
"resolved": "https://registry.npmjs.org/
|
|
9878
|
-
"integrity": "sha512-
|
|
9879
|
-
"
|
|
9880
|
-
"license": "
|
|
9881
|
-
"dependencies": {
|
|
9882
|
-
"aproba": "^1.0.3 || ^2.0.0",
|
|
9883
|
-
"color-support": "^1.1.3",
|
|
9884
|
-
"console-control-strings": "^1.1.0",
|
|
9885
|
-
"has-unicode": "^2.0.1",
|
|
9886
|
-
"signal-exit": "^4.0.1",
|
|
9887
|
-
"string-width": "^4.2.3",
|
|
9888
|
-
"strip-ansi": "^6.0.1",
|
|
9889
|
-
"wide-align": "^1.1.5"
|
|
9890
|
-
},
|
|
9891
|
-
"engines": {
|
|
9892
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
9893
|
-
}
|
|
9894
|
-
},
|
|
9895
|
-
"node_modules/gauge/node_modules/signal-exit": {
|
|
9896
|
-
"version": "4.1.0",
|
|
9897
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
9898
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
9899
|
-
"extraneous": true,
|
|
9900
|
-
"license": "ISC",
|
|
9901
|
-
"engines": {
|
|
9902
|
-
"node": ">=14"
|
|
9903
|
-
},
|
|
9904
|
-
"funding": {
|
|
9905
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
9906
|
-
}
|
|
9907
|
-
},
|
|
9908
|
-
"node_modules/gaxios": {
|
|
9909
|
-
"version": "6.1.1",
|
|
9910
|
-
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.1.1.tgz",
|
|
9911
|
-
"integrity": "sha512-bw8smrX+XlAoo9o1JAksBwX+hi/RG15J+NTSxmNPIclKC3ZVK6C2afwY8OSdRvOK0+ZLecUJYtj2MmjOt3Dm0w==",
|
|
9912
|
-
"dev": true,
|
|
9913
|
-
"license": "Apache-2.0",
|
|
9690
|
+
"node_modules/gaxios": {
|
|
9691
|
+
"version": "6.1.1",
|
|
9692
|
+
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.1.1.tgz",
|
|
9693
|
+
"integrity": "sha512-bw8smrX+XlAoo9o1JAksBwX+hi/RG15J+NTSxmNPIclKC3ZVK6C2afwY8OSdRvOK0+ZLecUJYtj2MmjOt3Dm0w==",
|
|
9694
|
+
"dev": true,
|
|
9695
|
+
"license": "Apache-2.0",
|
|
9914
9696
|
"dependencies": {
|
|
9915
9697
|
"extend": "^3.0.2",
|
|
9916
9698
|
"https-proxy-agent": "^7.0.1",
|
|
@@ -10523,13 +10305,6 @@
|
|
|
10523
10305
|
"url": "https://github.com/sponsors/ljharb"
|
|
10524
10306
|
}
|
|
10525
10307
|
},
|
|
10526
|
-
"node_modules/has-unicode": {
|
|
10527
|
-
"version": "2.0.1",
|
|
10528
|
-
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
|
10529
|
-
"integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
|
|
10530
|
-
"extraneous": true,
|
|
10531
|
-
"license": "ISC"
|
|
10532
|
-
},
|
|
10533
10308
|
"node_modules/hasha": {
|
|
10534
10309
|
"version": "5.2.2",
|
|
10535
10310
|
"resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.2.tgz",
|
|
@@ -11008,6 +10783,16 @@
|
|
|
11008
10783
|
"node": ">=8"
|
|
11009
10784
|
}
|
|
11010
10785
|
},
|
|
10786
|
+
"node_modules/is-binary-path/node_modules/binary-extensions": {
|
|
10787
|
+
"version": "2.2.0",
|
|
10788
|
+
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
|
|
10789
|
+
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
|
|
10790
|
+
"dev": true,
|
|
10791
|
+
"license": "MIT",
|
|
10792
|
+
"engines": {
|
|
10793
|
+
"node": ">=8"
|
|
10794
|
+
}
|
|
10795
|
+
},
|
|
11011
10796
|
"node_modules/is-boolean-object": {
|
|
11012
10797
|
"version": "1.1.2",
|
|
11013
10798
|
"resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
|
|
@@ -11054,13 +10839,13 @@
|
|
|
11054
10839
|
}
|
|
11055
10840
|
},
|
|
11056
10841
|
"node_modules/is-cidr": {
|
|
11057
|
-
"version": "5.0
|
|
11058
|
-
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.
|
|
11059
|
-
"integrity": "sha512-
|
|
10842
|
+
"version": "5.1.0",
|
|
10843
|
+
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.1.0.tgz",
|
|
10844
|
+
"integrity": "sha512-OkVS+Ht2ssF27d48gZdB+ho1yND1VbkJRKKS6Pc1/Cw7uqkd9IOJg8/bTwBDQL6tfBhSdguPRnlGiE8pU/X5NQ==",
|
|
11060
10845
|
"extraneous": true,
|
|
11061
10846
|
"license": "BSD-2-Clause",
|
|
11062
10847
|
"dependencies": {
|
|
11063
|
-
"cidr-regex": "^4.
|
|
10848
|
+
"cidr-regex": "^4.1.1"
|
|
11064
10849
|
},
|
|
11065
10850
|
"engines": {
|
|
11066
10851
|
"node": ">=14"
|
|
@@ -11519,6 +11304,19 @@
|
|
|
11519
11304
|
"node": ">=8"
|
|
11520
11305
|
}
|
|
11521
11306
|
},
|
|
11307
|
+
"node_modules/istanbul-lib-processinfo/node_modules/p-map": {
|
|
11308
|
+
"version": "3.0.0",
|
|
11309
|
+
"resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
|
|
11310
|
+
"integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==",
|
|
11311
|
+
"dev": true,
|
|
11312
|
+
"license": "MIT",
|
|
11313
|
+
"dependencies": {
|
|
11314
|
+
"aggregate-error": "^3.0.0"
|
|
11315
|
+
},
|
|
11316
|
+
"engines": {
|
|
11317
|
+
"node": ">=8"
|
|
11318
|
+
}
|
|
11319
|
+
},
|
|
11522
11320
|
"node_modules/istanbul-lib-processinfo/node_modules/uuid": {
|
|
11523
11321
|
"version": "8.3.2",
|
|
11524
11322
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
@@ -11960,35 +11758,34 @@
|
|
|
11960
11758
|
}
|
|
11961
11759
|
},
|
|
11962
11760
|
"node_modules/libnpmaccess": {
|
|
11963
|
-
"version": "8.0.
|
|
11964
|
-
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.
|
|
11965
|
-
"integrity": "sha512-
|
|
11761
|
+
"version": "8.0.6",
|
|
11762
|
+
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.6.tgz",
|
|
11763
|
+
"integrity": "sha512-uM8DHDEfYG6G5gVivVl+yQd4pH3uRclHC59lzIbSvy7b5FEwR+mU49Zq1jEyRtRFv7+M99mUW9S0wL/4laT4lw==",
|
|
11966
11764
|
"extraneous": true,
|
|
11967
11765
|
"license": "ISC",
|
|
11968
11766
|
"dependencies": {
|
|
11969
|
-
"npm-package-arg": "^11.0.
|
|
11970
|
-
"npm-registry-fetch": "^
|
|
11767
|
+
"npm-package-arg": "^11.0.2",
|
|
11768
|
+
"npm-registry-fetch": "^17.0.1"
|
|
11971
11769
|
},
|
|
11972
11770
|
"engines": {
|
|
11973
11771
|
"node": "^16.14.0 || >=18.0.0"
|
|
11974
11772
|
}
|
|
11975
11773
|
},
|
|
11976
11774
|
"node_modules/libnpmdiff": {
|
|
11977
|
-
"version": "6.
|
|
11978
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.
|
|
11979
|
-
"integrity": "sha512-
|
|
11775
|
+
"version": "6.1.3",
|
|
11776
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.1.3.tgz",
|
|
11777
|
+
"integrity": "sha512-ZBZxRabREY9XsLxgP1nIBkLVw9XbG6phD7CqhXAEu4pdiX0LdJm+IViicfbdEuYTcXLIHotexMpukBWX6ALkzA==",
|
|
11980
11778
|
"extraneous": true,
|
|
11981
11779
|
"license": "ISC",
|
|
11982
11780
|
"dependencies": {
|
|
11983
|
-
"@npmcli/arborist": "^7.
|
|
11984
|
-
"@npmcli/
|
|
11985
|
-
"
|
|
11986
|
-
"binary-extensions": "^2.2.0",
|
|
11781
|
+
"@npmcli/arborist": "^7.5.3",
|
|
11782
|
+
"@npmcli/installed-package-contents": "^2.1.0",
|
|
11783
|
+
"binary-extensions": "^2.3.0",
|
|
11987
11784
|
"diff": "^5.1.0",
|
|
11988
|
-
"minimatch": "^9.0.
|
|
11989
|
-
"npm-package-arg": "^11.0.
|
|
11990
|
-
"pacote": "^
|
|
11991
|
-
"tar": "^6.2.
|
|
11785
|
+
"minimatch": "^9.0.4",
|
|
11786
|
+
"npm-package-arg": "^11.0.2",
|
|
11787
|
+
"pacote": "^18.0.6",
|
|
11788
|
+
"tar": "^6.2.1"
|
|
11992
11789
|
},
|
|
11993
11790
|
"engines": {
|
|
11994
11791
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -12005,17 +11802,17 @@
|
|
|
12005
11802
|
}
|
|
12006
11803
|
},
|
|
12007
11804
|
"node_modules/libnpmexec": {
|
|
12008
|
-
"version": "8.1.
|
|
12009
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.
|
|
12010
|
-
"integrity": "sha512-
|
|
11805
|
+
"version": "8.1.2",
|
|
11806
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.2.tgz",
|
|
11807
|
+
"integrity": "sha512-TKWDOjndJ/wQU93ToRN5wtLM4UpMyG2iB3v5LmjxE3rADIsOBqIdBxJsEyZGDHYAJNuytz8NTTFR1IBSTUA0rA==",
|
|
12011
11808
|
"extraneous": true,
|
|
12012
11809
|
"license": "ISC",
|
|
12013
11810
|
"dependencies": {
|
|
12014
|
-
"@npmcli/arborist": "^7.
|
|
11811
|
+
"@npmcli/arborist": "^7.5.3",
|
|
12015
11812
|
"@npmcli/run-script": "^8.1.0",
|
|
12016
11813
|
"ci-info": "^4.0.0",
|
|
12017
11814
|
"npm-package-arg": "^11.0.2",
|
|
12018
|
-
"pacote": "^18.0.
|
|
11815
|
+
"pacote": "^18.0.6",
|
|
12019
11816
|
"proc-log": "^4.2.0",
|
|
12020
11817
|
"read": "^3.0.1",
|
|
12021
11818
|
"read-package-json-fast": "^3.0.2",
|
|
@@ -12026,234 +11823,133 @@
|
|
|
12026
11823
|
"node": "^16.14.0 || >=18.0.0"
|
|
12027
11824
|
}
|
|
12028
11825
|
},
|
|
12029
|
-
"node_modules/libnpmexec/node_modules/npm-registry-fetch": {
|
|
12030
|
-
"version": "17.0.1",
|
|
12031
|
-
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.0.1.tgz",
|
|
12032
|
-
"integrity": "sha512-fLu9MTdZTlJAHUek/VLklE6EpIiP3VZpTiuN7OOMCt2Sd67NCpSEetMaxHHEZiZxllp8ZLsUpvbEszqTFEc+wA==",
|
|
12033
|
-
"extraneous": true,
|
|
12034
|
-
"license": "ISC",
|
|
12035
|
-
"dependencies": {
|
|
12036
|
-
"@npmcli/redact": "^2.0.0",
|
|
12037
|
-
"make-fetch-happen": "^13.0.0",
|
|
12038
|
-
"minipass": "^7.0.2",
|
|
12039
|
-
"minipass-fetch": "^3.0.0",
|
|
12040
|
-
"minipass-json-stream": "^1.0.1",
|
|
12041
|
-
"minizlib": "^2.1.2",
|
|
12042
|
-
"npm-package-arg": "^11.0.0",
|
|
12043
|
-
"proc-log": "^4.0.0"
|
|
12044
|
-
},
|
|
12045
|
-
"engines": {
|
|
12046
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
12047
|
-
}
|
|
12048
|
-
},
|
|
12049
|
-
"node_modules/libnpmexec/node_modules/pacote": {
|
|
12050
|
-
"version": "18.0.4",
|
|
12051
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.4.tgz",
|
|
12052
|
-
"integrity": "sha512-V912GIsY6UJx+oL1o3MgFXSocUBiqVqVYuHhTxpuYSpBgfoM2kitpimil3xUGd7hU/soGGAoR5mc58daDys45A==",
|
|
12053
|
-
"extraneous": true,
|
|
12054
|
-
"license": "ISC",
|
|
12055
|
-
"dependencies": {
|
|
12056
|
-
"@npmcli/git": "^5.0.0",
|
|
12057
|
-
"@npmcli/installed-package-contents": "^2.0.1",
|
|
12058
|
-
"@npmcli/package-json": "^5.1.0",
|
|
12059
|
-
"@npmcli/promise-spawn": "^7.0.0",
|
|
12060
|
-
"@npmcli/run-script": "^8.0.0",
|
|
12061
|
-
"cacache": "^18.0.0",
|
|
12062
|
-
"fs-minipass": "^3.0.0",
|
|
12063
|
-
"minipass": "^7.0.2",
|
|
12064
|
-
"npm-package-arg": "^11.0.0",
|
|
12065
|
-
"npm-packlist": "^8.0.0",
|
|
12066
|
-
"npm-pick-manifest": "^9.0.0",
|
|
12067
|
-
"npm-registry-fetch": "^17.0.0",
|
|
12068
|
-
"proc-log": "^4.0.0",
|
|
12069
|
-
"promise-retry": "^2.0.1",
|
|
12070
|
-
"sigstore": "^2.2.0",
|
|
12071
|
-
"ssri": "^10.0.0",
|
|
12072
|
-
"tar": "^6.1.11"
|
|
12073
|
-
},
|
|
12074
|
-
"bin": {
|
|
12075
|
-
"pacote": "lib/bin.js"
|
|
12076
|
-
},
|
|
12077
|
-
"engines": {
|
|
12078
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
12079
|
-
}
|
|
12080
|
-
},
|
|
12081
11826
|
"node_modules/libnpmfund": {
|
|
12082
|
-
"version": "5.0.
|
|
12083
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.
|
|
12084
|
-
"integrity": "sha512-
|
|
11827
|
+
"version": "5.0.11",
|
|
11828
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.11.tgz",
|
|
11829
|
+
"integrity": "sha512-lk+2awKGcj6gUF99IbD2JThUSSrrXcCpPhDdG+nj34xV+Yq0f5K0SSaXe+gqLYF9N3hmqGKolj/AoHc9zF90Rg==",
|
|
12085
11830
|
"extraneous": true,
|
|
12086
11831
|
"license": "ISC",
|
|
12087
11832
|
"dependencies": {
|
|
12088
|
-
"@npmcli/arborist": "^7.
|
|
11833
|
+
"@npmcli/arborist": "^7.5.3"
|
|
12089
11834
|
},
|
|
12090
11835
|
"engines": {
|
|
12091
11836
|
"node": "^16.14.0 || >=18.0.0"
|
|
12092
11837
|
}
|
|
12093
11838
|
},
|
|
12094
11839
|
"node_modules/libnpmhook": {
|
|
12095
|
-
"version": "10.0.
|
|
12096
|
-
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.
|
|
12097
|
-
"integrity": "sha512-
|
|
11840
|
+
"version": "10.0.5",
|
|
11841
|
+
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.5.tgz",
|
|
11842
|
+
"integrity": "sha512-XulT+N/s3o9oFlIq6pGRv3OG2qR1NVRbVQOKLchycDwyf16RZA3oXbeEgs2H3oE7hRZPUMBZqsalQXMMPal3cQ==",
|
|
12098
11843
|
"extraneous": true,
|
|
12099
11844
|
"license": "ISC",
|
|
12100
11845
|
"dependencies": {
|
|
12101
11846
|
"aproba": "^2.0.0",
|
|
12102
|
-
"npm-registry-fetch": "^
|
|
11847
|
+
"npm-registry-fetch": "^17.0.1"
|
|
12103
11848
|
},
|
|
12104
11849
|
"engines": {
|
|
12105
11850
|
"node": "^16.14.0 || >=18.0.0"
|
|
12106
11851
|
}
|
|
12107
11852
|
},
|
|
12108
11853
|
"node_modules/libnpmorg": {
|
|
12109
|
-
"version": "6.0.
|
|
12110
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.
|
|
12111
|
-
"integrity": "sha512-
|
|
11854
|
+
"version": "6.0.6",
|
|
11855
|
+
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.6.tgz",
|
|
11856
|
+
"integrity": "sha512-4MVxsAS4H2z7su/sU0GsrirfBm4ssfqPRSDvoZ8qmRw58kEWJ0qE0cQ2VilRlFgCWKzKPhfoPeyNPyxBTnOusA==",
|
|
12112
11857
|
"extraneous": true,
|
|
12113
11858
|
"license": "ISC",
|
|
12114
11859
|
"dependencies": {
|
|
12115
11860
|
"aproba": "^2.0.0",
|
|
12116
|
-
"npm-registry-fetch": "^
|
|
11861
|
+
"npm-registry-fetch": "^17.0.1"
|
|
12117
11862
|
},
|
|
12118
11863
|
"engines": {
|
|
12119
11864
|
"node": "^16.14.0 || >=18.0.0"
|
|
12120
11865
|
}
|
|
12121
11866
|
},
|
|
12122
11867
|
"node_modules/libnpmpack": {
|
|
12123
|
-
"version": "7.0.
|
|
12124
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.
|
|
12125
|
-
"integrity": "sha512
|
|
11868
|
+
"version": "7.0.3",
|
|
11869
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.3.tgz",
|
|
11870
|
+
"integrity": "sha512-6Fi3XI+Kj8S9grEFg6fPsjKiG8DCDFTQT6Wp0LZS75zHbyaJyD9i30sQmWhvY0q0I75Nzt4QuSnQ9s96szDPdA==",
|
|
12126
11871
|
"extraneous": true,
|
|
12127
11872
|
"license": "ISC",
|
|
12128
11873
|
"dependencies": {
|
|
12129
|
-
"@npmcli/arborist": "^7.
|
|
11874
|
+
"@npmcli/arborist": "^7.5.3",
|
|
12130
11875
|
"@npmcli/run-script": "^8.1.0",
|
|
12131
11876
|
"npm-package-arg": "^11.0.2",
|
|
12132
|
-
"pacote": "^18.0.
|
|
12133
|
-
},
|
|
12134
|
-
"engines": {
|
|
12135
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
12136
|
-
}
|
|
12137
|
-
},
|
|
12138
|
-
"node_modules/libnpmpack/node_modules/npm-registry-fetch": {
|
|
12139
|
-
"version": "17.0.1",
|
|
12140
|
-
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.0.1.tgz",
|
|
12141
|
-
"integrity": "sha512-fLu9MTdZTlJAHUek/VLklE6EpIiP3VZpTiuN7OOMCt2Sd67NCpSEetMaxHHEZiZxllp8ZLsUpvbEszqTFEc+wA==",
|
|
12142
|
-
"extraneous": true,
|
|
12143
|
-
"license": "ISC",
|
|
12144
|
-
"dependencies": {
|
|
12145
|
-
"@npmcli/redact": "^2.0.0",
|
|
12146
|
-
"make-fetch-happen": "^13.0.0",
|
|
12147
|
-
"minipass": "^7.0.2",
|
|
12148
|
-
"minipass-fetch": "^3.0.0",
|
|
12149
|
-
"minipass-json-stream": "^1.0.1",
|
|
12150
|
-
"minizlib": "^2.1.2",
|
|
12151
|
-
"npm-package-arg": "^11.0.0",
|
|
12152
|
-
"proc-log": "^4.0.0"
|
|
12153
|
-
},
|
|
12154
|
-
"engines": {
|
|
12155
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
12156
|
-
}
|
|
12157
|
-
},
|
|
12158
|
-
"node_modules/libnpmpack/node_modules/pacote": {
|
|
12159
|
-
"version": "18.0.4",
|
|
12160
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.4.tgz",
|
|
12161
|
-
"integrity": "sha512-V912GIsY6UJx+oL1o3MgFXSocUBiqVqVYuHhTxpuYSpBgfoM2kitpimil3xUGd7hU/soGGAoR5mc58daDys45A==",
|
|
12162
|
-
"extraneous": true,
|
|
12163
|
-
"license": "ISC",
|
|
12164
|
-
"dependencies": {
|
|
12165
|
-
"@npmcli/git": "^5.0.0",
|
|
12166
|
-
"@npmcli/installed-package-contents": "^2.0.1",
|
|
12167
|
-
"@npmcli/package-json": "^5.1.0",
|
|
12168
|
-
"@npmcli/promise-spawn": "^7.0.0",
|
|
12169
|
-
"@npmcli/run-script": "^8.0.0",
|
|
12170
|
-
"cacache": "^18.0.0",
|
|
12171
|
-
"fs-minipass": "^3.0.0",
|
|
12172
|
-
"minipass": "^7.0.2",
|
|
12173
|
-
"npm-package-arg": "^11.0.0",
|
|
12174
|
-
"npm-packlist": "^8.0.0",
|
|
12175
|
-
"npm-pick-manifest": "^9.0.0",
|
|
12176
|
-
"npm-registry-fetch": "^17.0.0",
|
|
12177
|
-
"proc-log": "^4.0.0",
|
|
12178
|
-
"promise-retry": "^2.0.1",
|
|
12179
|
-
"sigstore": "^2.2.0",
|
|
12180
|
-
"ssri": "^10.0.0",
|
|
12181
|
-
"tar": "^6.1.11"
|
|
12182
|
-
},
|
|
12183
|
-
"bin": {
|
|
12184
|
-
"pacote": "lib/bin.js"
|
|
11877
|
+
"pacote": "^18.0.6"
|
|
12185
11878
|
},
|
|
12186
11879
|
"engines": {
|
|
12187
11880
|
"node": "^16.14.0 || >=18.0.0"
|
|
12188
11881
|
}
|
|
12189
11882
|
},
|
|
12190
11883
|
"node_modules/libnpmpublish": {
|
|
12191
|
-
"version": "9.0.
|
|
12192
|
-
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.
|
|
12193
|
-
"integrity": "sha512-
|
|
11884
|
+
"version": "9.0.9",
|
|
11885
|
+
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.9.tgz",
|
|
11886
|
+
"integrity": "sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg==",
|
|
12194
11887
|
"extraneous": true,
|
|
12195
11888
|
"license": "ISC",
|
|
12196
11889
|
"dependencies": {
|
|
12197
11890
|
"ci-info": "^4.0.0",
|
|
12198
|
-
"normalize-package-data": "^6.0.
|
|
12199
|
-
"npm-package-arg": "^11.0.
|
|
12200
|
-
"npm-registry-fetch": "^
|
|
12201
|
-
"proc-log": "^
|
|
11891
|
+
"normalize-package-data": "^6.0.1",
|
|
11892
|
+
"npm-package-arg": "^11.0.2",
|
|
11893
|
+
"npm-registry-fetch": "^17.0.1",
|
|
11894
|
+
"proc-log": "^4.2.0",
|
|
12202
11895
|
"semver": "^7.3.7",
|
|
12203
11896
|
"sigstore": "^2.2.0",
|
|
12204
|
-
"ssri": "^10.0.
|
|
11897
|
+
"ssri": "^10.0.6"
|
|
12205
11898
|
},
|
|
12206
11899
|
"engines": {
|
|
12207
11900
|
"node": "^16.14.0 || >=18.0.0"
|
|
12208
11901
|
}
|
|
12209
11902
|
},
|
|
12210
|
-
"node_modules/libnpmpublish/node_modules/
|
|
12211
|
-
"version": "
|
|
12212
|
-
"resolved": "https://registry.npmjs.org/
|
|
12213
|
-
"integrity": "sha512
|
|
11903
|
+
"node_modules/libnpmpublish/node_modules/ssri": {
|
|
11904
|
+
"version": "10.0.6",
|
|
11905
|
+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
|
|
11906
|
+
"integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
|
|
12214
11907
|
"extraneous": true,
|
|
12215
11908
|
"license": "ISC",
|
|
11909
|
+
"dependencies": {
|
|
11910
|
+
"minipass": "^7.0.3"
|
|
11911
|
+
},
|
|
12216
11912
|
"engines": {
|
|
12217
11913
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
12218
11914
|
}
|
|
12219
11915
|
},
|
|
12220
11916
|
"node_modules/libnpmsearch": {
|
|
12221
|
-
"version": "7.0.
|
|
12222
|
-
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.
|
|
12223
|
-
"integrity": "sha512-
|
|
11917
|
+
"version": "7.0.6",
|
|
11918
|
+
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.6.tgz",
|
|
11919
|
+
"integrity": "sha512-PmiER4bgiIqN9OjBtgPn2/PxwU+OdJWtLBFM+vewOrn4VmaNAHSUKDt/wxOOkZSDLyMICVUBp61Ji1+XxhSrKw==",
|
|
12224
11920
|
"extraneous": true,
|
|
12225
11921
|
"license": "ISC",
|
|
12226
11922
|
"dependencies": {
|
|
12227
|
-
"npm-registry-fetch": "^
|
|
11923
|
+
"npm-registry-fetch": "^17.0.1"
|
|
12228
11924
|
},
|
|
12229
11925
|
"engines": {
|
|
12230
11926
|
"node": "^16.14.0 || >=18.0.0"
|
|
12231
11927
|
}
|
|
12232
11928
|
},
|
|
12233
11929
|
"node_modules/libnpmteam": {
|
|
12234
|
-
"version": "6.0.
|
|
12235
|
-
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.
|
|
12236
|
-
"integrity": "sha512-
|
|
11930
|
+
"version": "6.0.5",
|
|
11931
|
+
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.5.tgz",
|
|
11932
|
+
"integrity": "sha512-iJW4Cq42GMqMwZEV+Mx8ZLj0Np5kGXQ9P/BAekHjIpYC1v3/vJqbmfJkzkwFvGxEhUotmx+xpLChZCDJ7c3rxA==",
|
|
12237
11933
|
"extraneous": true,
|
|
12238
11934
|
"license": "ISC",
|
|
12239
11935
|
"dependencies": {
|
|
12240
11936
|
"aproba": "^2.0.0",
|
|
12241
|
-
"npm-registry-fetch": "^
|
|
11937
|
+
"npm-registry-fetch": "^17.0.1"
|
|
12242
11938
|
},
|
|
12243
11939
|
"engines": {
|
|
12244
11940
|
"node": "^16.14.0 || >=18.0.0"
|
|
12245
11941
|
}
|
|
12246
11942
|
},
|
|
12247
11943
|
"node_modules/libnpmversion": {
|
|
12248
|
-
"version": "6.0.
|
|
12249
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.
|
|
12250
|
-
"integrity": "sha512-
|
|
11944
|
+
"version": "6.0.3",
|
|
11945
|
+
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.3.tgz",
|
|
11946
|
+
"integrity": "sha512-Kjk1anQ9sPn7E/qF1jXumItvr2OA1914tYWkSTXH9G2rYoY+Ol1+KNrWfGeje2aBvFfKlt4VeKdCfM3yxMXNBw==",
|
|
12251
11947
|
"extraneous": true,
|
|
12252
11948
|
"license": "ISC",
|
|
12253
11949
|
"dependencies": {
|
|
12254
|
-
"@npmcli/git": "^5.0.
|
|
11950
|
+
"@npmcli/git": "^5.0.7",
|
|
12255
11951
|
"@npmcli/run-script": "^8.1.0",
|
|
12256
|
-
"json-parse-even-better-errors": "^3.0.
|
|
11952
|
+
"json-parse-even-better-errors": "^3.0.2",
|
|
12257
11953
|
"proc-log": "^4.2.0",
|
|
12258
11954
|
"semver": "^7.3.7"
|
|
12259
11955
|
},
|
|
@@ -12261,6 +11957,16 @@
|
|
|
12261
11957
|
"node": "^16.14.0 || >=18.0.0"
|
|
12262
11958
|
}
|
|
12263
11959
|
},
|
|
11960
|
+
"node_modules/libnpmversion/node_modules/json-parse-even-better-errors": {
|
|
11961
|
+
"version": "3.0.2",
|
|
11962
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
|
|
11963
|
+
"integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
|
|
11964
|
+
"extraneous": true,
|
|
11965
|
+
"license": "MIT",
|
|
11966
|
+
"engines": {
|
|
11967
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
11968
|
+
}
|
|
11969
|
+
},
|
|
12264
11970
|
"node_modules/lie": {
|
|
12265
11971
|
"version": "3.3.0",
|
|
12266
11972
|
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
|
|
@@ -13516,6 +13222,22 @@
|
|
|
13516
13222
|
"node": "^16.14.0 || >=18.0.0"
|
|
13517
13223
|
}
|
|
13518
13224
|
},
|
|
13225
|
+
"node_modules/node-gyp/node_modules/nopt": {
|
|
13226
|
+
"version": "7.2.0",
|
|
13227
|
+
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.0.tgz",
|
|
13228
|
+
"integrity": "sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==",
|
|
13229
|
+
"extraneous": true,
|
|
13230
|
+
"license": "ISC",
|
|
13231
|
+
"dependencies": {
|
|
13232
|
+
"abbrev": "^2.0.0"
|
|
13233
|
+
},
|
|
13234
|
+
"bin": {
|
|
13235
|
+
"nopt": "bin/nopt.js"
|
|
13236
|
+
},
|
|
13237
|
+
"engines": {
|
|
13238
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
13239
|
+
}
|
|
13240
|
+
},
|
|
13519
13241
|
"node_modules/node-gyp/node_modules/proc-log": {
|
|
13520
13242
|
"version": "3.0.0",
|
|
13521
13243
|
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
|
|
@@ -13547,9 +13269,9 @@
|
|
|
13547
13269
|
"license": "MIT"
|
|
13548
13270
|
},
|
|
13549
13271
|
"node_modules/nopt": {
|
|
13550
|
-
"version": "7.2.
|
|
13551
|
-
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.
|
|
13552
|
-
"integrity": "sha512-
|
|
13272
|
+
"version": "7.2.1",
|
|
13273
|
+
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
|
|
13274
|
+
"integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
|
|
13553
13275
|
"extraneous": true,
|
|
13554
13276
|
"license": "ISC",
|
|
13555
13277
|
"dependencies": {
|
|
@@ -13601,9 +13323,9 @@
|
|
|
13601
13323
|
}
|
|
13602
13324
|
},
|
|
13603
13325
|
"node_modules/npm": {
|
|
13604
|
-
"version": "10.
|
|
13605
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.
|
|
13606
|
-
"integrity": "sha512-
|
|
13326
|
+
"version": "10.8.1",
|
|
13327
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.8.1.tgz",
|
|
13328
|
+
"integrity": "sha512-Dp1C6SvSMYQI7YHq/y2l94uvI+59Eqbu1EpuKQHQ8p16txXRuRit5gH3Lnaagk2aXDIjg/Iru9pd05bnneKgdw==",
|
|
13607
13329
|
"bundleDependencies": [
|
|
13608
13330
|
"@isaacs/string-locale-compare",
|
|
13609
13331
|
"@npmcli/arborist",
|
|
@@ -13684,71 +13406,71 @@
|
|
|
13684
13406
|
],
|
|
13685
13407
|
"dependencies": {
|
|
13686
13408
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
13687
|
-
"@npmcli/arborist": "^7.
|
|
13688
|
-
"@npmcli/config": "^8.
|
|
13689
|
-
"@npmcli/fs": "^3.1.
|
|
13409
|
+
"@npmcli/arborist": "^7.5.3",
|
|
13410
|
+
"@npmcli/config": "^8.3.3",
|
|
13411
|
+
"@npmcli/fs": "^3.1.1",
|
|
13690
13412
|
"@npmcli/map-workspaces": "^3.0.6",
|
|
13691
|
-
"@npmcli/package-json": "^5.1.
|
|
13692
|
-
"@npmcli/promise-spawn": "^7.0.
|
|
13413
|
+
"@npmcli/package-json": "^5.1.1",
|
|
13414
|
+
"@npmcli/promise-spawn": "^7.0.2",
|
|
13693
13415
|
"@npmcli/redact": "^2.0.0",
|
|
13694
13416
|
"@npmcli/run-script": "^8.1.0",
|
|
13695
|
-
"@sigstore/tuf": "^2.3.
|
|
13417
|
+
"@sigstore/tuf": "^2.3.4",
|
|
13696
13418
|
"abbrev": "^2.0.0",
|
|
13697
13419
|
"archy": "~1.0.0",
|
|
13698
|
-
"cacache": "^18.0.
|
|
13420
|
+
"cacache": "^18.0.3",
|
|
13699
13421
|
"chalk": "^5.3.0",
|
|
13700
13422
|
"ci-info": "^4.0.0",
|
|
13701
13423
|
"cli-columns": "^4.0.0",
|
|
13702
13424
|
"fastest-levenshtein": "^1.0.16",
|
|
13703
13425
|
"fs-minipass": "^3.0.3",
|
|
13704
|
-
"glob": "^10.
|
|
13426
|
+
"glob": "^10.4.1",
|
|
13705
13427
|
"graceful-fs": "^4.2.11",
|
|
13706
|
-
"hosted-git-info": "^7.0.
|
|
13707
|
-
"ini": "^4.1.
|
|
13708
|
-
"init-package-json": "^6.0.
|
|
13709
|
-
"is-cidr": "^5.0
|
|
13710
|
-
"json-parse-even-better-errors": "^3.0.
|
|
13711
|
-
"libnpmaccess": "^8.0.
|
|
13712
|
-
"libnpmdiff": "^6.
|
|
13713
|
-
"libnpmexec": "^8.
|
|
13714
|
-
"libnpmfund": "^5.0.
|
|
13715
|
-
"libnpmhook": "^10.0.
|
|
13716
|
-
"libnpmorg": "^6.0.
|
|
13717
|
-
"libnpmpack": "^7.0.
|
|
13718
|
-
"libnpmpublish": "^9.0.
|
|
13719
|
-
"libnpmsearch": "^7.0.
|
|
13720
|
-
"libnpmteam": "^6.0.
|
|
13721
|
-
"libnpmversion": "^6.0.
|
|
13428
|
+
"hosted-git-info": "^7.0.2",
|
|
13429
|
+
"ini": "^4.1.3",
|
|
13430
|
+
"init-package-json": "^6.0.3",
|
|
13431
|
+
"is-cidr": "^5.1.0",
|
|
13432
|
+
"json-parse-even-better-errors": "^3.0.2",
|
|
13433
|
+
"libnpmaccess": "^8.0.6",
|
|
13434
|
+
"libnpmdiff": "^6.1.3",
|
|
13435
|
+
"libnpmexec": "^8.1.2",
|
|
13436
|
+
"libnpmfund": "^5.0.11",
|
|
13437
|
+
"libnpmhook": "^10.0.5",
|
|
13438
|
+
"libnpmorg": "^6.0.6",
|
|
13439
|
+
"libnpmpack": "^7.0.3",
|
|
13440
|
+
"libnpmpublish": "^9.0.9",
|
|
13441
|
+
"libnpmsearch": "^7.0.6",
|
|
13442
|
+
"libnpmteam": "^6.0.5",
|
|
13443
|
+
"libnpmversion": "^6.0.3",
|
|
13722
13444
|
"make-fetch-happen": "^13.0.1",
|
|
13723
13445
|
"minimatch": "^9.0.4",
|
|
13724
|
-
"minipass": "^7.
|
|
13446
|
+
"minipass": "^7.1.1",
|
|
13725
13447
|
"minipass-pipeline": "^1.2.4",
|
|
13726
13448
|
"ms": "^2.1.2",
|
|
13727
13449
|
"node-gyp": "^10.1.0",
|
|
13728
|
-
"nopt": "^7.2.
|
|
13729
|
-
"normalize-package-data": "^6.0.
|
|
13450
|
+
"nopt": "^7.2.1",
|
|
13451
|
+
"normalize-package-data": "^6.0.1",
|
|
13730
13452
|
"npm-audit-report": "^5.0.0",
|
|
13731
13453
|
"npm-install-checks": "^6.3.0",
|
|
13732
13454
|
"npm-package-arg": "^11.0.2",
|
|
13733
|
-
"npm-pick-manifest": "^9.0.
|
|
13734
|
-
"npm-profile": "^
|
|
13735
|
-
"npm-registry-fetch": "^17.0.
|
|
13736
|
-
"npm-user-validate": "^2.0.
|
|
13455
|
+
"npm-pick-manifest": "^9.0.1",
|
|
13456
|
+
"npm-profile": "^10.0.0",
|
|
13457
|
+
"npm-registry-fetch": "^17.0.1",
|
|
13458
|
+
"npm-user-validate": "^2.0.1",
|
|
13737
13459
|
"p-map": "^4.0.0",
|
|
13738
|
-
"pacote": "^18.0.
|
|
13460
|
+
"pacote": "^18.0.6",
|
|
13739
13461
|
"parse-conflict-json": "^3.0.1",
|
|
13740
13462
|
"proc-log": "^4.2.0",
|
|
13741
13463
|
"qrcode-terminal": "^0.12.0",
|
|
13742
13464
|
"read": "^3.0.1",
|
|
13743
|
-
"semver": "^7.6.
|
|
13465
|
+
"semver": "^7.6.2",
|
|
13744
13466
|
"spdx-expression-parse": "^4.0.0",
|
|
13745
|
-
"ssri": "^10.0.
|
|
13467
|
+
"ssri": "^10.0.6",
|
|
13746
13468
|
"supports-color": "^9.4.0",
|
|
13747
13469
|
"tar": "^6.2.1",
|
|
13748
13470
|
"text-table": "~0.2.0",
|
|
13749
13471
|
"tiny-relative-date": "^1.3.0",
|
|
13750
13472
|
"treeverse": "^3.0.0",
|
|
13751
|
-
"validate-npm-package-name": "^5.0.
|
|
13473
|
+
"validate-npm-package-name": "^5.0.1",
|
|
13752
13474
|
"which": "^4.0.0",
|
|
13753
13475
|
"write-file-atomic": "^5.0.1"
|
|
13754
13476
|
},
|
|
@@ -13852,20 +13574,20 @@
|
|
|
13852
13574
|
}
|
|
13853
13575
|
},
|
|
13854
13576
|
"node_modules/npm-profile": {
|
|
13855
|
-
"version": "
|
|
13856
|
-
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-
|
|
13857
|
-
"integrity": "sha512-
|
|
13577
|
+
"version": "10.0.0",
|
|
13578
|
+
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-10.0.0.tgz",
|
|
13579
|
+
"integrity": "sha512-DXnge3nHYnEnPxmVd/kPmgcXKXwVUqFihGnU+EJUiu5mIOs3awq6zEm0rRp3kSQNhFsoqdLu8L1TIfRyeBOCog==",
|
|
13858
13580
|
"extraneous": true,
|
|
13859
13581
|
"license": "ISC",
|
|
13860
13582
|
"dependencies": {
|
|
13861
|
-
"npm-registry-fetch": "^17.0.
|
|
13583
|
+
"npm-registry-fetch": "^17.0.1",
|
|
13862
13584
|
"proc-log": "^4.0.0"
|
|
13863
13585
|
},
|
|
13864
13586
|
"engines": {
|
|
13865
|
-
"node": "
|
|
13587
|
+
"node": ">=18.0.0"
|
|
13866
13588
|
}
|
|
13867
13589
|
},
|
|
13868
|
-
"node_modules/npm-
|
|
13590
|
+
"node_modules/npm-registry-fetch": {
|
|
13869
13591
|
"version": "17.0.1",
|
|
13870
13592
|
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.0.1.tgz",
|
|
13871
13593
|
"integrity": "sha512-fLu9MTdZTlJAHUek/VLklE6EpIiP3VZpTiuN7OOMCt2Sd67NCpSEetMaxHHEZiZxllp8ZLsUpvbEszqTFEc+wA==",
|
|
@@ -13885,36 +13607,6 @@
|
|
|
13885
13607
|
"node": "^16.14.0 || >=18.0.0"
|
|
13886
13608
|
}
|
|
13887
13609
|
},
|
|
13888
|
-
"node_modules/npm-registry-fetch": {
|
|
13889
|
-
"version": "16.2.1",
|
|
13890
|
-
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-16.2.1.tgz",
|
|
13891
|
-
"integrity": "sha512-8l+7jxhim55S85fjiDGJ1rZXBWGtRLi1OSb4Z3BPLObPuIaeKRlPRiYMSHU4/81ck3t71Z+UwDDl47gcpmfQQA==",
|
|
13892
|
-
"extraneous": true,
|
|
13893
|
-
"license": "ISC",
|
|
13894
|
-
"dependencies": {
|
|
13895
|
-
"@npmcli/redact": "^1.1.0",
|
|
13896
|
-
"make-fetch-happen": "^13.0.0",
|
|
13897
|
-
"minipass": "^7.0.2",
|
|
13898
|
-
"minipass-fetch": "^3.0.0",
|
|
13899
|
-
"minipass-json-stream": "^1.0.1",
|
|
13900
|
-
"minizlib": "^2.1.2",
|
|
13901
|
-
"npm-package-arg": "^11.0.0",
|
|
13902
|
-
"proc-log": "^4.0.0"
|
|
13903
|
-
},
|
|
13904
|
-
"engines": {
|
|
13905
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
13906
|
-
}
|
|
13907
|
-
},
|
|
13908
|
-
"node_modules/npm-registry-fetch/node_modules/@npmcli/redact": {
|
|
13909
|
-
"version": "1.1.0",
|
|
13910
|
-
"resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-1.1.0.tgz",
|
|
13911
|
-
"integrity": "sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ==",
|
|
13912
|
-
"extraneous": true,
|
|
13913
|
-
"license": "ISC",
|
|
13914
|
-
"engines": {
|
|
13915
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
13916
|
-
}
|
|
13917
|
-
},
|
|
13918
13610
|
"node_modules/npm-run-path": {
|
|
13919
13611
|
"version": "4.0.1",
|
|
13920
13612
|
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
|
|
@@ -13928,9 +13620,9 @@
|
|
|
13928
13620
|
}
|
|
13929
13621
|
},
|
|
13930
13622
|
"node_modules/npm-user-validate": {
|
|
13931
|
-
"version": "2.0.
|
|
13932
|
-
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.
|
|
13933
|
-
"integrity": "sha512-
|
|
13623
|
+
"version": "2.0.1",
|
|
13624
|
+
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.1.tgz",
|
|
13625
|
+
"integrity": "sha512-d17PKaF2h8LSGFl5j4b1gHOJt1fgH7YUcCm1kNSJvaLWWKXlBsuUvx0bBEkr0qhsVA9XP5LtRZ83hdlhm2QkgA==",
|
|
13934
13626
|
"extraneous": true,
|
|
13935
13627
|
"license": "BSD-2-Clause",
|
|
13936
13628
|
"engines": {
|
|
@@ -14032,34 +13724,37 @@
|
|
|
14032
13724
|
}
|
|
14033
13725
|
},
|
|
14034
13726
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
14035
|
-
"version": "7.5.
|
|
13727
|
+
"version": "7.5.3",
|
|
13728
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.3.tgz",
|
|
13729
|
+
"integrity": "sha512-7gbMdDNSYUzi0j2mpb6FoXRg3BxXWplMQZH1MZlvNjSdWFObaUz2Ssvo0Nlh2xmWks1OPo+gpsE6qxpT/5M7lQ==",
|
|
14036
13730
|
"inBundle": true,
|
|
14037
13731
|
"license": "ISC",
|
|
14038
13732
|
"dependencies": {
|
|
14039
13733
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
14040
|
-
"@npmcli/fs": "^3.1.
|
|
13734
|
+
"@npmcli/fs": "^3.1.1",
|
|
14041
13735
|
"@npmcli/installed-package-contents": "^2.1.0",
|
|
14042
13736
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
14043
|
-
"@npmcli/metavuln-calculator": "^7.1.
|
|
13737
|
+
"@npmcli/metavuln-calculator": "^7.1.1",
|
|
14044
13738
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
14045
13739
|
"@npmcli/node-gyp": "^3.0.0",
|
|
14046
13740
|
"@npmcli/package-json": "^5.1.0",
|
|
14047
13741
|
"@npmcli/query": "^3.1.0",
|
|
14048
13742
|
"@npmcli/redact": "^2.0.0",
|
|
14049
13743
|
"@npmcli/run-script": "^8.1.0",
|
|
14050
|
-
"bin-links": "^4.0.
|
|
14051
|
-
"cacache": "^18.0.
|
|
13744
|
+
"bin-links": "^4.0.4",
|
|
13745
|
+
"cacache": "^18.0.3",
|
|
14052
13746
|
"common-ancestor-path": "^1.0.1",
|
|
14053
|
-
"hosted-git-info": "^7.0.
|
|
14054
|
-
"json-parse-even-better-errors": "^3.0.
|
|
13747
|
+
"hosted-git-info": "^7.0.2",
|
|
13748
|
+
"json-parse-even-better-errors": "^3.0.2",
|
|
14055
13749
|
"json-stringify-nice": "^1.1.4",
|
|
13750
|
+
"lru-cache": "^10.2.2",
|
|
14056
13751
|
"minimatch": "^9.0.4",
|
|
14057
|
-
"nopt": "^7.
|
|
13752
|
+
"nopt": "^7.2.1",
|
|
14058
13753
|
"npm-install-checks": "^6.2.0",
|
|
14059
13754
|
"npm-package-arg": "^11.0.2",
|
|
14060
|
-
"npm-pick-manifest": "^9.0.
|
|
14061
|
-
"npm-registry-fetch": "^17.0.
|
|
14062
|
-
"pacote": "^18.0.
|
|
13755
|
+
"npm-pick-manifest": "^9.0.1",
|
|
13756
|
+
"npm-registry-fetch": "^17.0.1",
|
|
13757
|
+
"pacote": "^18.0.6",
|
|
14063
13758
|
"parse-conflict-json": "^3.0.0",
|
|
14064
13759
|
"proc-log": "^4.2.0",
|
|
14065
13760
|
"proggy": "^2.0.0",
|
|
@@ -14067,7 +13762,7 @@
|
|
|
14067
13762
|
"promise-call-limit": "^3.0.1",
|
|
14068
13763
|
"read-package-json-fast": "^3.0.2",
|
|
14069
13764
|
"semver": "^7.3.7",
|
|
14070
|
-
"ssri": "^10.0.
|
|
13765
|
+
"ssri": "^10.0.6",
|
|
14071
13766
|
"treeverse": "^3.0.0",
|
|
14072
13767
|
"walk-up-path": "^3.0.1"
|
|
14073
13768
|
},
|
|
@@ -14079,14 +13774,16 @@
|
|
|
14079
13774
|
}
|
|
14080
13775
|
},
|
|
14081
13776
|
"node_modules/npm/node_modules/@npmcli/config": {
|
|
14082
|
-
"version": "8.3.
|
|
13777
|
+
"version": "8.3.3",
|
|
13778
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.3.tgz",
|
|
13779
|
+
"integrity": "sha512-sIMKHiiYr91ALiHjhPq64F5P/SCaiSyDfpNmgYHtlIJtLY445+3+r3VoREzpdDrOwIqwQ6iEHinbTfaocL0UgA==",
|
|
14083
13780
|
"inBundle": true,
|
|
14084
13781
|
"license": "ISC",
|
|
14085
13782
|
"dependencies": {
|
|
14086
13783
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
14087
13784
|
"ci-info": "^4.0.0",
|
|
14088
13785
|
"ini": "^4.1.2",
|
|
14089
|
-
"nopt": "^7.
|
|
13786
|
+
"nopt": "^7.2.1",
|
|
14090
13787
|
"proc-log": "^4.2.0",
|
|
14091
13788
|
"read-package-json-fast": "^3.0.2",
|
|
14092
13789
|
"semver": "^7.3.5",
|
|
@@ -14097,9 +13794,9 @@
|
|
|
14097
13794
|
}
|
|
14098
13795
|
},
|
|
14099
13796
|
"node_modules/npm/node_modules/@npmcli/fs": {
|
|
14100
|
-
"version": "3.1.
|
|
14101
|
-
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.
|
|
14102
|
-
"integrity": "sha512-
|
|
13797
|
+
"version": "3.1.1",
|
|
13798
|
+
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
|
|
13799
|
+
"integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
|
|
14103
13800
|
"inBundle": true,
|
|
14104
13801
|
"license": "ISC",
|
|
14105
13802
|
"dependencies": {
|
|
@@ -14110,7 +13807,9 @@
|
|
|
14110
13807
|
}
|
|
14111
13808
|
},
|
|
14112
13809
|
"node_modules/npm/node_modules/@npmcli/git": {
|
|
14113
|
-
"version": "5.0.
|
|
13810
|
+
"version": "5.0.7",
|
|
13811
|
+
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.7.tgz",
|
|
13812
|
+
"integrity": "sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA==",
|
|
14114
13813
|
"inBundle": true,
|
|
14115
13814
|
"license": "ISC",
|
|
14116
13815
|
"dependencies": {
|
|
@@ -14129,6 +13828,8 @@
|
|
|
14129
13828
|
},
|
|
14130
13829
|
"node_modules/npm/node_modules/@npmcli/installed-package-contents": {
|
|
14131
13830
|
"version": "2.1.0",
|
|
13831
|
+
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
|
|
13832
|
+
"integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==",
|
|
14132
13833
|
"inBundle": true,
|
|
14133
13834
|
"license": "ISC",
|
|
14134
13835
|
"dependencies": {
|
|
@@ -14159,7 +13860,9 @@
|
|
|
14159
13860
|
}
|
|
14160
13861
|
},
|
|
14161
13862
|
"node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
|
|
14162
|
-
"version": "7.1.
|
|
13863
|
+
"version": "7.1.1",
|
|
13864
|
+
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz",
|
|
13865
|
+
"integrity": "sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g==",
|
|
14163
13866
|
"inBundle": true,
|
|
14164
13867
|
"license": "ISC",
|
|
14165
13868
|
"dependencies": {
|
|
@@ -14194,9 +13897,7 @@
|
|
|
14194
13897
|
}
|
|
14195
13898
|
},
|
|
14196
13899
|
"node_modules/npm/node_modules/@npmcli/package-json": {
|
|
14197
|
-
"version": "5.1.
|
|
14198
|
-
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.1.0.tgz",
|
|
14199
|
-
"integrity": "sha512-1aL4TuVrLS9sf8quCLerU3H9J4vtCtgu8VauYozrmEyU57i/EdKleCnsQ7vpnABIH6c9mnTxcH5sFkO3BlV8wQ==",
|
|
13900
|
+
"version": "5.1.1",
|
|
14200
13901
|
"inBundle": true,
|
|
14201
13902
|
"license": "ISC",
|
|
14202
13903
|
"dependencies": {
|
|
@@ -14212,10 +13913,102 @@
|
|
|
14212
13913
|
"node": "^16.14.0 || >=18.0.0"
|
|
14213
13914
|
}
|
|
14214
13915
|
},
|
|
14215
|
-
"node_modules/npm/node_modules/@npmcli/
|
|
13916
|
+
"node_modules/npm/node_modules/@npmcli/package-json/node_modules/glob": {
|
|
13917
|
+
"version": "10.3.12",
|
|
13918
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
|
|
13919
|
+
"integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
|
|
13920
|
+
"inBundle": true,
|
|
13921
|
+
"license": "ISC",
|
|
13922
|
+
"dependencies": {
|
|
13923
|
+
"foreground-child": "^3.1.0",
|
|
13924
|
+
"jackspeak": "^2.3.6",
|
|
13925
|
+
"minimatch": "^9.0.1",
|
|
13926
|
+
"minipass": "^7.0.4",
|
|
13927
|
+
"path-scurry": "^1.10.2"
|
|
13928
|
+
},
|
|
13929
|
+
"bin": {
|
|
13930
|
+
"glob": "dist/esm/bin.mjs"
|
|
13931
|
+
},
|
|
13932
|
+
"engines": {
|
|
13933
|
+
"node": ">=16 || 14 >=14.17"
|
|
13934
|
+
},
|
|
13935
|
+
"funding": {
|
|
13936
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
13937
|
+
}
|
|
13938
|
+
},
|
|
13939
|
+
"node_modules/npm/node_modules/@npmcli/package-json/node_modules/hosted-git-info": {
|
|
14216
13940
|
"version": "7.0.1",
|
|
14217
|
-
"resolved": "https://registry.npmjs.org
|
|
14218
|
-
"integrity": "sha512
|
|
13941
|
+
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz",
|
|
13942
|
+
"integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==",
|
|
13943
|
+
"inBundle": true,
|
|
13944
|
+
"license": "ISC",
|
|
13945
|
+
"dependencies": {
|
|
13946
|
+
"lru-cache": "^10.0.1"
|
|
13947
|
+
},
|
|
13948
|
+
"engines": {
|
|
13949
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
13950
|
+
}
|
|
13951
|
+
},
|
|
13952
|
+
"node_modules/npm/node_modules/@npmcli/package-json/node_modules/jackspeak": {
|
|
13953
|
+
"version": "2.3.6",
|
|
13954
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
13955
|
+
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
13956
|
+
"inBundle": true,
|
|
13957
|
+
"license": "BlueOak-1.0.0",
|
|
13958
|
+
"dependencies": {
|
|
13959
|
+
"@isaacs/cliui": "^8.0.2"
|
|
13960
|
+
},
|
|
13961
|
+
"engines": {
|
|
13962
|
+
"node": ">=14"
|
|
13963
|
+
},
|
|
13964
|
+
"funding": {
|
|
13965
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
13966
|
+
},
|
|
13967
|
+
"optionalDependencies": {
|
|
13968
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
13969
|
+
}
|
|
13970
|
+
},
|
|
13971
|
+
"node_modules/npm/node_modules/@npmcli/package-json/node_modules/json-parse-even-better-errors": {
|
|
13972
|
+
"version": "3.0.1",
|
|
13973
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
|
|
13974
|
+
"integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
|
|
13975
|
+
"inBundle": true,
|
|
13976
|
+
"license": "MIT",
|
|
13977
|
+
"engines": {
|
|
13978
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
13979
|
+
}
|
|
13980
|
+
},
|
|
13981
|
+
"node_modules/npm/node_modules/@npmcli/package-json/node_modules/minipass": {
|
|
13982
|
+
"version": "7.0.4",
|
|
13983
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
13984
|
+
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
13985
|
+
"inBundle": true,
|
|
13986
|
+
"license": "ISC",
|
|
13987
|
+
"engines": {
|
|
13988
|
+
"node": ">=16 || 14 >=14.17"
|
|
13989
|
+
}
|
|
13990
|
+
},
|
|
13991
|
+
"node_modules/npm/node_modules/@npmcli/package-json/node_modules/path-scurry": {
|
|
13992
|
+
"version": "1.10.2",
|
|
13993
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
|
|
13994
|
+
"integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
|
|
13995
|
+
"inBundle": true,
|
|
13996
|
+
"license": "BlueOak-1.0.0",
|
|
13997
|
+
"dependencies": {
|
|
13998
|
+
"lru-cache": "^10.2.0",
|
|
13999
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
14000
|
+
},
|
|
14001
|
+
"engines": {
|
|
14002
|
+
"node": ">=16 || 14 >=14.17"
|
|
14003
|
+
},
|
|
14004
|
+
"funding": {
|
|
14005
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
14006
|
+
}
|
|
14007
|
+
},
|
|
14008
|
+
"node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
14009
|
+
"version": "7.0.2",
|
|
14010
|
+
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz",
|
|
14011
|
+
"integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==",
|
|
14219
14012
|
"inBundle": true,
|
|
14220
14013
|
"license": "ISC",
|
|
14221
14014
|
"dependencies": {
|
|
@@ -14227,6 +14020,8 @@
|
|
|
14227
14020
|
},
|
|
14228
14021
|
"node_modules/npm/node_modules/@npmcli/query": {
|
|
14229
14022
|
"version": "3.1.0",
|
|
14023
|
+
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
|
|
14024
|
+
"integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
|
|
14230
14025
|
"inBundle": true,
|
|
14231
14026
|
"license": "ISC",
|
|
14232
14027
|
"dependencies": {
|
|
@@ -14276,13 +14071,11 @@
|
|
|
14276
14071
|
}
|
|
14277
14072
|
},
|
|
14278
14073
|
"node_modules/npm/node_modules/@sigstore/bundle": {
|
|
14279
|
-
"version": "2.3.
|
|
14280
|
-
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.1.tgz",
|
|
14281
|
-
"integrity": "sha512-eqV17lO3EIFqCWK3969Rz+J8MYrRZKw9IBHpSo6DEcEX2c+uzDFOgHE9f2MnyDpfs48LFO4hXmk9KhQ74JzU1g==",
|
|
14074
|
+
"version": "2.3.2",
|
|
14282
14075
|
"inBundle": true,
|
|
14283
14076
|
"license": "Apache-2.0",
|
|
14284
14077
|
"dependencies": {
|
|
14285
|
-
"@sigstore/protobuf-specs": "^0.3.
|
|
14078
|
+
"@sigstore/protobuf-specs": "^0.3.2"
|
|
14286
14079
|
},
|
|
14287
14080
|
"engines": {
|
|
14288
14081
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -14299,9 +14092,9 @@
|
|
|
14299
14092
|
}
|
|
14300
14093
|
},
|
|
14301
14094
|
"node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
14302
|
-
"version": "0.3.
|
|
14303
|
-
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.
|
|
14304
|
-
"integrity": "sha512-
|
|
14095
|
+
"version": "0.3.2",
|
|
14096
|
+
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz",
|
|
14097
|
+
"integrity": "sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==",
|
|
14305
14098
|
"inBundle": true,
|
|
14306
14099
|
"license": "Apache-2.0",
|
|
14307
14100
|
"engines": {
|
|
@@ -14309,45 +14102,43 @@
|
|
|
14309
14102
|
}
|
|
14310
14103
|
},
|
|
14311
14104
|
"node_modules/npm/node_modules/@sigstore/sign": {
|
|
14312
|
-
"version": "2.3.
|
|
14313
|
-
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.3.0.tgz",
|
|
14314
|
-
"integrity": "sha512-tsAyV6FC3R3pHmKS880IXcDJuiFJiKITO1jxR1qbplcsBkZLBmjrEw5GbC7ikD6f5RU1hr7WnmxB/2kKc1qUWQ==",
|
|
14105
|
+
"version": "2.3.2",
|
|
14315
14106
|
"inBundle": true,
|
|
14316
14107
|
"license": "Apache-2.0",
|
|
14317
14108
|
"dependencies": {
|
|
14318
|
-
"@sigstore/bundle": "^2.3.
|
|
14109
|
+
"@sigstore/bundle": "^2.3.2",
|
|
14319
14110
|
"@sigstore/core": "^1.0.0",
|
|
14320
|
-
"@sigstore/protobuf-specs": "^0.3.
|
|
14321
|
-
"make-fetch-happen": "^13.0.
|
|
14111
|
+
"@sigstore/protobuf-specs": "^0.3.2",
|
|
14112
|
+
"make-fetch-happen": "^13.0.1",
|
|
14113
|
+
"proc-log": "^4.2.0",
|
|
14114
|
+
"promise-retry": "^2.0.1"
|
|
14322
14115
|
},
|
|
14323
14116
|
"engines": {
|
|
14324
14117
|
"node": "^16.14.0 || >=18.0.0"
|
|
14325
14118
|
}
|
|
14326
14119
|
},
|
|
14327
14120
|
"node_modules/npm/node_modules/@sigstore/tuf": {
|
|
14328
|
-
"version": "2.3.
|
|
14329
|
-
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.
|
|
14330
|
-
"integrity": "sha512-
|
|
14121
|
+
"version": "2.3.4",
|
|
14122
|
+
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz",
|
|
14123
|
+
"integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==",
|
|
14331
14124
|
"inBundle": true,
|
|
14332
14125
|
"license": "Apache-2.0",
|
|
14333
14126
|
"dependencies": {
|
|
14334
|
-
"@sigstore/protobuf-specs": "^0.3.
|
|
14335
|
-
"tuf-js": "^2.2.
|
|
14127
|
+
"@sigstore/protobuf-specs": "^0.3.2",
|
|
14128
|
+
"tuf-js": "^2.2.1"
|
|
14336
14129
|
},
|
|
14337
14130
|
"engines": {
|
|
14338
14131
|
"node": "^16.14.0 || >=18.0.0"
|
|
14339
14132
|
}
|
|
14340
14133
|
},
|
|
14341
14134
|
"node_modules/npm/node_modules/@sigstore/verify": {
|
|
14342
|
-
"version": "1.2.
|
|
14343
|
-
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.0.tgz",
|
|
14344
|
-
"integrity": "sha512-hQF60nc9yab+Csi4AyoAmilGNfpXT+EXdBgFkP9OgPwIBPwyqVf7JAWPtmqrrrneTmAT6ojv7OlH1f6Ix5BG4Q==",
|
|
14135
|
+
"version": "1.2.1",
|
|
14345
14136
|
"inBundle": true,
|
|
14346
14137
|
"license": "Apache-2.0",
|
|
14347
14138
|
"dependencies": {
|
|
14348
|
-
"@sigstore/bundle": "^2.3.
|
|
14139
|
+
"@sigstore/bundle": "^2.3.2",
|
|
14349
14140
|
"@sigstore/core": "^1.1.0",
|
|
14350
|
-
"@sigstore/protobuf-specs": "^0.3.
|
|
14141
|
+
"@sigstore/protobuf-specs": "^0.3.2"
|
|
14351
14142
|
},
|
|
14352
14143
|
"engines": {
|
|
14353
14144
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -14364,14 +14155,14 @@
|
|
|
14364
14155
|
}
|
|
14365
14156
|
},
|
|
14366
14157
|
"node_modules/npm/node_modules/@tufjs/models": {
|
|
14367
|
-
"version": "2.0.
|
|
14368
|
-
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.
|
|
14369
|
-
"integrity": "sha512-
|
|
14158
|
+
"version": "2.0.1",
|
|
14159
|
+
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz",
|
|
14160
|
+
"integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==",
|
|
14370
14161
|
"inBundle": true,
|
|
14371
14162
|
"license": "MIT",
|
|
14372
14163
|
"dependencies": {
|
|
14373
14164
|
"@tufjs/canonical-json": "2.0.0",
|
|
14374
|
-
"minimatch": "^9.0.
|
|
14165
|
+
"minimatch": "^9.0.4"
|
|
14375
14166
|
},
|
|
14376
14167
|
"engines": {
|
|
14377
14168
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -14457,7 +14248,9 @@
|
|
|
14457
14248
|
"license": "MIT"
|
|
14458
14249
|
},
|
|
14459
14250
|
"node_modules/npm/node_modules/bin-links": {
|
|
14460
|
-
"version": "4.0.
|
|
14251
|
+
"version": "4.0.4",
|
|
14252
|
+
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz",
|
|
14253
|
+
"integrity": "sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==",
|
|
14461
14254
|
"inBundle": true,
|
|
14462
14255
|
"license": "ISC",
|
|
14463
14256
|
"dependencies": {
|
|
@@ -14472,6 +14265,8 @@
|
|
|
14472
14265
|
},
|
|
14473
14266
|
"node_modules/npm/node_modules/binary-extensions": {
|
|
14474
14267
|
"version": "2.3.0",
|
|
14268
|
+
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
14269
|
+
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
14475
14270
|
"inBundle": true,
|
|
14476
14271
|
"license": "MIT",
|
|
14477
14272
|
"engines": {
|
|
@@ -14491,18 +14286,10 @@
|
|
|
14491
14286
|
"balanced-match": "^1.0.0"
|
|
14492
14287
|
}
|
|
14493
14288
|
},
|
|
14494
|
-
"node_modules/npm/node_modules/builtins": {
|
|
14495
|
-
"version": "5.1.0",
|
|
14496
|
-
"inBundle": true,
|
|
14497
|
-
"license": "MIT",
|
|
14498
|
-
"dependencies": {
|
|
14499
|
-
"semver": "^7.0.0"
|
|
14500
|
-
}
|
|
14501
|
-
},
|
|
14502
14289
|
"node_modules/npm/node_modules/cacache": {
|
|
14503
|
-
"version": "18.0.
|
|
14504
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.
|
|
14505
|
-
"integrity": "sha512-
|
|
14290
|
+
"version": "18.0.3",
|
|
14291
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.3.tgz",
|
|
14292
|
+
"integrity": "sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==",
|
|
14506
14293
|
"inBundle": true,
|
|
14507
14294
|
"license": "ISC",
|
|
14508
14295
|
"dependencies": {
|
|
@@ -14523,6 +14310,101 @@
|
|
|
14523
14310
|
"node": "^16.14.0 || >=18.0.0"
|
|
14524
14311
|
}
|
|
14525
14312
|
},
|
|
14313
|
+
"node_modules/npm/node_modules/cacache/node_modules/@npmcli/fs": {
|
|
14314
|
+
"version": "3.1.0",
|
|
14315
|
+
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz",
|
|
14316
|
+
"integrity": "sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==",
|
|
14317
|
+
"inBundle": true,
|
|
14318
|
+
"license": "ISC",
|
|
14319
|
+
"dependencies": {
|
|
14320
|
+
"semver": "^7.3.5"
|
|
14321
|
+
},
|
|
14322
|
+
"engines": {
|
|
14323
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
14324
|
+
}
|
|
14325
|
+
},
|
|
14326
|
+
"node_modules/npm/node_modules/cacache/node_modules/glob": {
|
|
14327
|
+
"version": "10.3.12",
|
|
14328
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
|
|
14329
|
+
"integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
|
|
14330
|
+
"inBundle": true,
|
|
14331
|
+
"license": "ISC",
|
|
14332
|
+
"dependencies": {
|
|
14333
|
+
"foreground-child": "^3.1.0",
|
|
14334
|
+
"jackspeak": "^2.3.6",
|
|
14335
|
+
"minimatch": "^9.0.1",
|
|
14336
|
+
"minipass": "^7.0.4",
|
|
14337
|
+
"path-scurry": "^1.10.2"
|
|
14338
|
+
},
|
|
14339
|
+
"bin": {
|
|
14340
|
+
"glob": "dist/esm/bin.mjs"
|
|
14341
|
+
},
|
|
14342
|
+
"engines": {
|
|
14343
|
+
"node": ">=16 || 14 >=14.17"
|
|
14344
|
+
},
|
|
14345
|
+
"funding": {
|
|
14346
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
14347
|
+
}
|
|
14348
|
+
},
|
|
14349
|
+
"node_modules/npm/node_modules/cacache/node_modules/jackspeak": {
|
|
14350
|
+
"version": "2.3.6",
|
|
14351
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
14352
|
+
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
14353
|
+
"inBundle": true,
|
|
14354
|
+
"license": "BlueOak-1.0.0",
|
|
14355
|
+
"dependencies": {
|
|
14356
|
+
"@isaacs/cliui": "^8.0.2"
|
|
14357
|
+
},
|
|
14358
|
+
"engines": {
|
|
14359
|
+
"node": ">=14"
|
|
14360
|
+
},
|
|
14361
|
+
"funding": {
|
|
14362
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
14363
|
+
},
|
|
14364
|
+
"optionalDependencies": {
|
|
14365
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
14366
|
+
}
|
|
14367
|
+
},
|
|
14368
|
+
"node_modules/npm/node_modules/cacache/node_modules/minipass": {
|
|
14369
|
+
"version": "7.0.4",
|
|
14370
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
14371
|
+
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
14372
|
+
"inBundle": true,
|
|
14373
|
+
"license": "ISC",
|
|
14374
|
+
"engines": {
|
|
14375
|
+
"node": ">=16 || 14 >=14.17"
|
|
14376
|
+
}
|
|
14377
|
+
},
|
|
14378
|
+
"node_modules/npm/node_modules/cacache/node_modules/path-scurry": {
|
|
14379
|
+
"version": "1.10.2",
|
|
14380
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
|
|
14381
|
+
"integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
|
|
14382
|
+
"inBundle": true,
|
|
14383
|
+
"license": "BlueOak-1.0.0",
|
|
14384
|
+
"dependencies": {
|
|
14385
|
+
"lru-cache": "^10.2.0",
|
|
14386
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
14387
|
+
},
|
|
14388
|
+
"engines": {
|
|
14389
|
+
"node": ">=16 || 14 >=14.17"
|
|
14390
|
+
},
|
|
14391
|
+
"funding": {
|
|
14392
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
14393
|
+
}
|
|
14394
|
+
},
|
|
14395
|
+
"node_modules/npm/node_modules/cacache/node_modules/ssri": {
|
|
14396
|
+
"version": "10.0.5",
|
|
14397
|
+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz",
|
|
14398
|
+
"integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==",
|
|
14399
|
+
"inBundle": true,
|
|
14400
|
+
"license": "ISC",
|
|
14401
|
+
"dependencies": {
|
|
14402
|
+
"minipass": "^7.0.3"
|
|
14403
|
+
},
|
|
14404
|
+
"engines": {
|
|
14405
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
14406
|
+
}
|
|
14407
|
+
},
|
|
14526
14408
|
"node_modules/npm/node_modules/chalk": {
|
|
14527
14409
|
"version": "5.3.0",
|
|
14528
14410
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -14563,9 +14445,9 @@
|
|
|
14563
14445
|
}
|
|
14564
14446
|
},
|
|
14565
14447
|
"node_modules/npm/node_modules/cidr-regex": {
|
|
14566
|
-
"version": "4.
|
|
14567
|
-
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.
|
|
14568
|
-
"integrity": "sha512-
|
|
14448
|
+
"version": "4.1.1",
|
|
14449
|
+
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.1.1.tgz",
|
|
14450
|
+
"integrity": "sha512-ekKcVp+iRB9zlKFXyx7io7nINgb0oRjgRdXNEodp1OuxRui8FXr/CA40Tz1voWUp9DPPrMyQKy01vJhDo4N1lw==",
|
|
14569
14451
|
"inBundle": true,
|
|
14570
14452
|
"license": "BSD-2-Clause",
|
|
14571
14453
|
"dependencies": {
|
|
@@ -14600,7 +14482,7 @@
|
|
|
14600
14482
|
}
|
|
14601
14483
|
},
|
|
14602
14484
|
"node_modules/npm/node_modules/cmd-shim": {
|
|
14603
|
-
"version": "6.0.
|
|
14485
|
+
"version": "6.0.3",
|
|
14604
14486
|
"inBundle": true,
|
|
14605
14487
|
"license": "ISC",
|
|
14606
14488
|
"engines": {
|
|
@@ -14811,23 +14693,23 @@
|
|
|
14811
14693
|
}
|
|
14812
14694
|
},
|
|
14813
14695
|
"node_modules/npm/node_modules/glob": {
|
|
14814
|
-
"version": "10.
|
|
14815
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.
|
|
14816
|
-
"integrity": "sha512-
|
|
14696
|
+
"version": "10.4.1",
|
|
14697
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
|
|
14698
|
+
"integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
|
|
14817
14699
|
"inBundle": true,
|
|
14818
14700
|
"license": "ISC",
|
|
14819
14701
|
"dependencies": {
|
|
14820
14702
|
"foreground-child": "^3.1.0",
|
|
14821
|
-
"jackspeak": "^
|
|
14822
|
-
"minimatch": "^9.0.
|
|
14823
|
-
"minipass": "^7.
|
|
14824
|
-
"path-scurry": "^1.
|
|
14703
|
+
"jackspeak": "^3.1.2",
|
|
14704
|
+
"minimatch": "^9.0.4",
|
|
14705
|
+
"minipass": "^7.1.2",
|
|
14706
|
+
"path-scurry": "^1.11.1"
|
|
14825
14707
|
},
|
|
14826
14708
|
"bin": {
|
|
14827
14709
|
"glob": "dist/esm/bin.mjs"
|
|
14828
14710
|
},
|
|
14829
14711
|
"engines": {
|
|
14830
|
-
"node": ">=16 || 14 >=14.
|
|
14712
|
+
"node": ">=16 || 14 >=14.18"
|
|
14831
14713
|
},
|
|
14832
14714
|
"funding": {
|
|
14833
14715
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -14852,9 +14734,9 @@
|
|
|
14852
14734
|
}
|
|
14853
14735
|
},
|
|
14854
14736
|
"node_modules/npm/node_modules/hosted-git-info": {
|
|
14855
|
-
"version": "7.0.
|
|
14856
|
-
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.
|
|
14857
|
-
"integrity": "sha512
|
|
14737
|
+
"version": "7.0.2",
|
|
14738
|
+
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
14739
|
+
"integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
|
|
14858
14740
|
"inBundle": true,
|
|
14859
14741
|
"license": "ISC",
|
|
14860
14742
|
"dependencies": {
|
|
@@ -14914,9 +14796,7 @@
|
|
|
14914
14796
|
}
|
|
14915
14797
|
},
|
|
14916
14798
|
"node_modules/npm/node_modules/ignore-walk": {
|
|
14917
|
-
"version": "6.0.
|
|
14918
|
-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
|
|
14919
|
-
"integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
|
|
14799
|
+
"version": "6.0.5",
|
|
14920
14800
|
"inBundle": true,
|
|
14921
14801
|
"license": "ISC",
|
|
14922
14802
|
"dependencies": {
|
|
@@ -14945,11 +14825,11 @@
|
|
|
14945
14825
|
"engines": {
|
|
14946
14826
|
"node": ">=8"
|
|
14947
14827
|
}
|
|
14948
|
-
},
|
|
14949
|
-
"node_modules/npm/node_modules/ini": {
|
|
14950
|
-
"version": "4.1.
|
|
14951
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.
|
|
14952
|
-
"integrity": "sha512-
|
|
14828
|
+
},
|
|
14829
|
+
"node_modules/npm/node_modules/ini": {
|
|
14830
|
+
"version": "4.1.3",
|
|
14831
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
|
|
14832
|
+
"integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
|
|
14953
14833
|
"inBundle": true,
|
|
14954
14834
|
"license": "ISC",
|
|
14955
14835
|
"engines": {
|
|
@@ -14957,7 +14837,9 @@
|
|
|
14957
14837
|
}
|
|
14958
14838
|
},
|
|
14959
14839
|
"node_modules/npm/node_modules/init-package-json": {
|
|
14960
|
-
"version": "6.0.
|
|
14840
|
+
"version": "6.0.3",
|
|
14841
|
+
"resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz",
|
|
14842
|
+
"integrity": "sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w==",
|
|
14961
14843
|
"inBundle": true,
|
|
14962
14844
|
"license": "ISC",
|
|
14963
14845
|
"dependencies": {
|
|
@@ -14999,13 +14881,13 @@
|
|
|
14999
14881
|
}
|
|
15000
14882
|
},
|
|
15001
14883
|
"node_modules/npm/node_modules/is-cidr": {
|
|
15002
|
-
"version": "5.0
|
|
15003
|
-
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.
|
|
15004
|
-
"integrity": "sha512-
|
|
14884
|
+
"version": "5.1.0",
|
|
14885
|
+
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.1.0.tgz",
|
|
14886
|
+
"integrity": "sha512-OkVS+Ht2ssF27d48gZdB+ho1yND1VbkJRKKS6Pc1/Cw7uqkd9IOJg8/bTwBDQL6tfBhSdguPRnlGiE8pU/X5NQ==",
|
|
15005
14887
|
"inBundle": true,
|
|
15006
14888
|
"license": "BSD-2-Clause",
|
|
15007
14889
|
"dependencies": {
|
|
15008
|
-
"cidr-regex": "^4.
|
|
14890
|
+
"cidr-regex": "^4.1.1"
|
|
15009
14891
|
},
|
|
15010
14892
|
"engines": {
|
|
15011
14893
|
"node": ">=14"
|
|
@@ -15049,9 +14931,7 @@
|
|
|
15049
14931
|
"license": "ISC"
|
|
15050
14932
|
},
|
|
15051
14933
|
"node_modules/npm/node_modules/jackspeak": {
|
|
15052
|
-
"version": "
|
|
15053
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
15054
|
-
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
14934
|
+
"version": "3.1.2",
|
|
15055
14935
|
"inBundle": true,
|
|
15056
14936
|
"license": "BlueOak-1.0.0",
|
|
15057
14937
|
"dependencies": {
|
|
@@ -15073,9 +14953,9 @@
|
|
|
15073
14953
|
"license": "MIT"
|
|
15074
14954
|
},
|
|
15075
14955
|
"node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
15076
|
-
"version": "3.0.
|
|
15077
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.
|
|
15078
|
-
"integrity": "sha512-
|
|
14956
|
+
"version": "3.0.2",
|
|
14957
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
|
|
14958
|
+
"integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
|
|
15079
14959
|
"inBundle": true,
|
|
15080
14960
|
"license": "MIT",
|
|
15081
14961
|
"engines": {
|
|
@@ -15117,29 +14997,33 @@
|
|
|
15117
14997
|
"license": "MIT"
|
|
15118
14998
|
},
|
|
15119
14999
|
"node_modules/npm/node_modules/libnpmaccess": {
|
|
15120
|
-
"version": "8.0.
|
|
15000
|
+
"version": "8.0.6",
|
|
15001
|
+
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.6.tgz",
|
|
15002
|
+
"integrity": "sha512-uM8DHDEfYG6G5gVivVl+yQd4pH3uRclHC59lzIbSvy7b5FEwR+mU49Zq1jEyRtRFv7+M99mUW9S0wL/4laT4lw==",
|
|
15121
15003
|
"inBundle": true,
|
|
15122
15004
|
"license": "ISC",
|
|
15123
15005
|
"dependencies": {
|
|
15124
15006
|
"npm-package-arg": "^11.0.2",
|
|
15125
|
-
"npm-registry-fetch": "^17.0.
|
|
15007
|
+
"npm-registry-fetch": "^17.0.1"
|
|
15126
15008
|
},
|
|
15127
15009
|
"engines": {
|
|
15128
15010
|
"node": "^16.14.0 || >=18.0.0"
|
|
15129
15011
|
}
|
|
15130
15012
|
},
|
|
15131
15013
|
"node_modules/npm/node_modules/libnpmdiff": {
|
|
15132
|
-
"version": "6.1.
|
|
15014
|
+
"version": "6.1.3",
|
|
15015
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.1.3.tgz",
|
|
15016
|
+
"integrity": "sha512-ZBZxRabREY9XsLxgP1nIBkLVw9XbG6phD7CqhXAEu4pdiX0LdJm+IViicfbdEuYTcXLIHotexMpukBWX6ALkzA==",
|
|
15133
15017
|
"inBundle": true,
|
|
15134
15018
|
"license": "ISC",
|
|
15135
15019
|
"dependencies": {
|
|
15136
|
-
"@npmcli/arborist": "^7.
|
|
15020
|
+
"@npmcli/arborist": "^7.5.3",
|
|
15137
15021
|
"@npmcli/installed-package-contents": "^2.1.0",
|
|
15138
15022
|
"binary-extensions": "^2.3.0",
|
|
15139
15023
|
"diff": "^5.1.0",
|
|
15140
15024
|
"minimatch": "^9.0.4",
|
|
15141
15025
|
"npm-package-arg": "^11.0.2",
|
|
15142
|
-
"pacote": "^18.0.
|
|
15026
|
+
"pacote": "^18.0.6",
|
|
15143
15027
|
"tar": "^6.2.1"
|
|
15144
15028
|
},
|
|
15145
15029
|
"engines": {
|
|
@@ -15147,17 +15031,17 @@
|
|
|
15147
15031
|
}
|
|
15148
15032
|
},
|
|
15149
15033
|
"node_modules/npm/node_modules/libnpmexec": {
|
|
15150
|
-
"version": "8.1.
|
|
15151
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.
|
|
15152
|
-
"integrity": "sha512-
|
|
15034
|
+
"version": "8.1.2",
|
|
15035
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.2.tgz",
|
|
15036
|
+
"integrity": "sha512-TKWDOjndJ/wQU93ToRN5wtLM4UpMyG2iB3v5LmjxE3rADIsOBqIdBxJsEyZGDHYAJNuytz8NTTFR1IBSTUA0rA==",
|
|
15153
15037
|
"inBundle": true,
|
|
15154
15038
|
"license": "ISC",
|
|
15155
15039
|
"dependencies": {
|
|
15156
|
-
"@npmcli/arborist": "^7.
|
|
15040
|
+
"@npmcli/arborist": "^7.5.3",
|
|
15157
15041
|
"@npmcli/run-script": "^8.1.0",
|
|
15158
15042
|
"ci-info": "^4.0.0",
|
|
15159
15043
|
"npm-package-arg": "^11.0.2",
|
|
15160
|
-
"pacote": "^18.0.
|
|
15044
|
+
"pacote": "^18.0.6",
|
|
15161
15045
|
"proc-log": "^4.2.0",
|
|
15162
15046
|
"read": "^3.0.1",
|
|
15163
15047
|
"read-package-json-fast": "^3.0.2",
|
|
@@ -15169,107 +15053,119 @@
|
|
|
15169
15053
|
}
|
|
15170
15054
|
},
|
|
15171
15055
|
"node_modules/npm/node_modules/libnpmfund": {
|
|
15172
|
-
"version": "5.0.
|
|
15056
|
+
"version": "5.0.11",
|
|
15057
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.11.tgz",
|
|
15058
|
+
"integrity": "sha512-lk+2awKGcj6gUF99IbD2JThUSSrrXcCpPhDdG+nj34xV+Yq0f5K0SSaXe+gqLYF9N3hmqGKolj/AoHc9zF90Rg==",
|
|
15173
15059
|
"inBundle": true,
|
|
15174
15060
|
"license": "ISC",
|
|
15175
15061
|
"dependencies": {
|
|
15176
|
-
"@npmcli/arborist": "^7.
|
|
15062
|
+
"@npmcli/arborist": "^7.5.3"
|
|
15177
15063
|
},
|
|
15178
15064
|
"engines": {
|
|
15179
15065
|
"node": "^16.14.0 || >=18.0.0"
|
|
15180
15066
|
}
|
|
15181
15067
|
},
|
|
15182
15068
|
"node_modules/npm/node_modules/libnpmhook": {
|
|
15183
|
-
"version": "10.0.
|
|
15069
|
+
"version": "10.0.5",
|
|
15070
|
+
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.5.tgz",
|
|
15071
|
+
"integrity": "sha512-XulT+N/s3o9oFlIq6pGRv3OG2qR1NVRbVQOKLchycDwyf16RZA3oXbeEgs2H3oE7hRZPUMBZqsalQXMMPal3cQ==",
|
|
15184
15072
|
"inBundle": true,
|
|
15185
15073
|
"license": "ISC",
|
|
15186
15074
|
"dependencies": {
|
|
15187
15075
|
"aproba": "^2.0.0",
|
|
15188
|
-
"npm-registry-fetch": "^17.0.
|
|
15076
|
+
"npm-registry-fetch": "^17.0.1"
|
|
15189
15077
|
},
|
|
15190
15078
|
"engines": {
|
|
15191
15079
|
"node": "^16.14.0 || >=18.0.0"
|
|
15192
15080
|
}
|
|
15193
15081
|
},
|
|
15194
15082
|
"node_modules/npm/node_modules/libnpmorg": {
|
|
15195
|
-
"version": "6.0.
|
|
15083
|
+
"version": "6.0.6",
|
|
15084
|
+
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.6.tgz",
|
|
15085
|
+
"integrity": "sha512-4MVxsAS4H2z7su/sU0GsrirfBm4ssfqPRSDvoZ8qmRw58kEWJ0qE0cQ2VilRlFgCWKzKPhfoPeyNPyxBTnOusA==",
|
|
15196
15086
|
"inBundle": true,
|
|
15197
15087
|
"license": "ISC",
|
|
15198
15088
|
"dependencies": {
|
|
15199
15089
|
"aproba": "^2.0.0",
|
|
15200
|
-
"npm-registry-fetch": "^17.0.
|
|
15090
|
+
"npm-registry-fetch": "^17.0.1"
|
|
15201
15091
|
},
|
|
15202
15092
|
"engines": {
|
|
15203
15093
|
"node": "^16.14.0 || >=18.0.0"
|
|
15204
15094
|
}
|
|
15205
15095
|
},
|
|
15206
15096
|
"node_modules/npm/node_modules/libnpmpack": {
|
|
15207
|
-
"version": "7.0.
|
|
15208
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.
|
|
15209
|
-
"integrity": "sha512
|
|
15097
|
+
"version": "7.0.3",
|
|
15098
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.3.tgz",
|
|
15099
|
+
"integrity": "sha512-6Fi3XI+Kj8S9grEFg6fPsjKiG8DCDFTQT6Wp0LZS75zHbyaJyD9i30sQmWhvY0q0I75Nzt4QuSnQ9s96szDPdA==",
|
|
15210
15100
|
"inBundle": true,
|
|
15211
15101
|
"license": "ISC",
|
|
15212
15102
|
"dependencies": {
|
|
15213
|
-
"@npmcli/arborist": "^7.
|
|
15103
|
+
"@npmcli/arborist": "^7.5.3",
|
|
15214
15104
|
"@npmcli/run-script": "^8.1.0",
|
|
15215
15105
|
"npm-package-arg": "^11.0.2",
|
|
15216
|
-
"pacote": "^18.0.
|
|
15106
|
+
"pacote": "^18.0.6"
|
|
15217
15107
|
},
|
|
15218
15108
|
"engines": {
|
|
15219
15109
|
"node": "^16.14.0 || >=18.0.0"
|
|
15220
15110
|
}
|
|
15221
15111
|
},
|
|
15222
15112
|
"node_modules/npm/node_modules/libnpmpublish": {
|
|
15223
|
-
"version": "9.0.
|
|
15113
|
+
"version": "9.0.9",
|
|
15114
|
+
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.9.tgz",
|
|
15115
|
+
"integrity": "sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg==",
|
|
15224
15116
|
"inBundle": true,
|
|
15225
15117
|
"license": "ISC",
|
|
15226
15118
|
"dependencies": {
|
|
15227
15119
|
"ci-info": "^4.0.0",
|
|
15228
|
-
"normalize-package-data": "^6.0.
|
|
15120
|
+
"normalize-package-data": "^6.0.1",
|
|
15229
15121
|
"npm-package-arg": "^11.0.2",
|
|
15230
|
-
"npm-registry-fetch": "^17.0.
|
|
15122
|
+
"npm-registry-fetch": "^17.0.1",
|
|
15231
15123
|
"proc-log": "^4.2.0",
|
|
15232
15124
|
"semver": "^7.3.7",
|
|
15233
15125
|
"sigstore": "^2.2.0",
|
|
15234
|
-
"ssri": "^10.0.
|
|
15126
|
+
"ssri": "^10.0.6"
|
|
15235
15127
|
},
|
|
15236
15128
|
"engines": {
|
|
15237
15129
|
"node": "^16.14.0 || >=18.0.0"
|
|
15238
15130
|
}
|
|
15239
15131
|
},
|
|
15240
15132
|
"node_modules/npm/node_modules/libnpmsearch": {
|
|
15241
|
-
"version": "7.0.
|
|
15133
|
+
"version": "7.0.6",
|
|
15134
|
+
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.6.tgz",
|
|
15135
|
+
"integrity": "sha512-PmiER4bgiIqN9OjBtgPn2/PxwU+OdJWtLBFM+vewOrn4VmaNAHSUKDt/wxOOkZSDLyMICVUBp61Ji1+XxhSrKw==",
|
|
15242
15136
|
"inBundle": true,
|
|
15243
15137
|
"license": "ISC",
|
|
15244
15138
|
"dependencies": {
|
|
15245
|
-
"npm-registry-fetch": "^17.0.
|
|
15139
|
+
"npm-registry-fetch": "^17.0.1"
|
|
15246
15140
|
},
|
|
15247
15141
|
"engines": {
|
|
15248
15142
|
"node": "^16.14.0 || >=18.0.0"
|
|
15249
15143
|
}
|
|
15250
15144
|
},
|
|
15251
15145
|
"node_modules/npm/node_modules/libnpmteam": {
|
|
15252
|
-
"version": "6.0.
|
|
15146
|
+
"version": "6.0.5",
|
|
15147
|
+
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.5.tgz",
|
|
15148
|
+
"integrity": "sha512-iJW4Cq42GMqMwZEV+Mx8ZLj0Np5kGXQ9P/BAekHjIpYC1v3/vJqbmfJkzkwFvGxEhUotmx+xpLChZCDJ7c3rxA==",
|
|
15253
15149
|
"inBundle": true,
|
|
15254
15150
|
"license": "ISC",
|
|
15255
15151
|
"dependencies": {
|
|
15256
15152
|
"aproba": "^2.0.0",
|
|
15257
|
-
"npm-registry-fetch": "^17.0.
|
|
15153
|
+
"npm-registry-fetch": "^17.0.1"
|
|
15258
15154
|
},
|
|
15259
15155
|
"engines": {
|
|
15260
15156
|
"node": "^16.14.0 || >=18.0.0"
|
|
15261
15157
|
}
|
|
15262
15158
|
},
|
|
15263
15159
|
"node_modules/npm/node_modules/libnpmversion": {
|
|
15264
|
-
"version": "6.0.
|
|
15265
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.
|
|
15266
|
-
"integrity": "sha512-
|
|
15160
|
+
"version": "6.0.3",
|
|
15161
|
+
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.3.tgz",
|
|
15162
|
+
"integrity": "sha512-Kjk1anQ9sPn7E/qF1jXumItvr2OA1914tYWkSTXH9G2rYoY+Ol1+KNrWfGeje2aBvFfKlt4VeKdCfM3yxMXNBw==",
|
|
15267
15163
|
"inBundle": true,
|
|
15268
15164
|
"license": "ISC",
|
|
15269
15165
|
"dependencies": {
|
|
15270
|
-
"@npmcli/git": "^5.0.
|
|
15166
|
+
"@npmcli/git": "^5.0.7",
|
|
15271
15167
|
"@npmcli/run-script": "^8.1.0",
|
|
15272
|
-
"json-parse-even-better-errors": "^3.0.
|
|
15168
|
+
"json-parse-even-better-errors": "^3.0.2",
|
|
15273
15169
|
"proc-log": "^4.2.0",
|
|
15274
15170
|
"semver": "^7.3.7"
|
|
15275
15171
|
},
|
|
@@ -15328,9 +15224,9 @@
|
|
|
15328
15224
|
}
|
|
15329
15225
|
},
|
|
15330
15226
|
"node_modules/npm/node_modules/minipass": {
|
|
15331
|
-
"version": "7.
|
|
15332
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.
|
|
15333
|
-
"integrity": "sha512-
|
|
15227
|
+
"version": "7.1.2",
|
|
15228
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
15229
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
15334
15230
|
"inBundle": true,
|
|
15335
15231
|
"license": "ISC",
|
|
15336
15232
|
"engines": {
|
|
@@ -15351,7 +15247,7 @@
|
|
|
15351
15247
|
}
|
|
15352
15248
|
},
|
|
15353
15249
|
"node_modules/npm/node_modules/minipass-fetch": {
|
|
15354
|
-
"version": "3.0.
|
|
15250
|
+
"version": "3.0.5",
|
|
15355
15251
|
"inBundle": true,
|
|
15356
15252
|
"license": "MIT",
|
|
15357
15253
|
"dependencies": {
|
|
@@ -15571,9 +15467,9 @@
|
|
|
15571
15467
|
}
|
|
15572
15468
|
},
|
|
15573
15469
|
"node_modules/npm/node_modules/nopt": {
|
|
15574
|
-
"version": "7.2.
|
|
15575
|
-
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.
|
|
15576
|
-
"integrity": "sha512-
|
|
15470
|
+
"version": "7.2.1",
|
|
15471
|
+
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
|
|
15472
|
+
"integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
|
|
15577
15473
|
"inBundle": true,
|
|
15578
15474
|
"license": "ISC",
|
|
15579
15475
|
"dependencies": {
|
|
@@ -15587,7 +15483,9 @@
|
|
|
15587
15483
|
}
|
|
15588
15484
|
},
|
|
15589
15485
|
"node_modules/npm/node_modules/normalize-package-data": {
|
|
15590
|
-
"version": "6.0.
|
|
15486
|
+
"version": "6.0.1",
|
|
15487
|
+
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
|
|
15488
|
+
"integrity": "sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==",
|
|
15591
15489
|
"inBundle": true,
|
|
15592
15490
|
"license": "BSD-2-Clause",
|
|
15593
15491
|
"dependencies": {
|
|
@@ -15611,9 +15509,7 @@
|
|
|
15611
15509
|
}
|
|
15612
15510
|
},
|
|
15613
15511
|
"node_modules/npm/node_modules/npm-bundled": {
|
|
15614
|
-
"version": "3.0.
|
|
15615
|
-
"resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.0.tgz",
|
|
15616
|
-
"integrity": "sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==",
|
|
15512
|
+
"version": "3.0.1",
|
|
15617
15513
|
"inBundle": true,
|
|
15618
15514
|
"license": "ISC",
|
|
15619
15515
|
"dependencies": {
|
|
@@ -15676,9 +15572,9 @@
|
|
|
15676
15572
|
}
|
|
15677
15573
|
},
|
|
15678
15574
|
"node_modules/npm/node_modules/npm-pick-manifest": {
|
|
15679
|
-
"version": "9.0.
|
|
15680
|
-
"resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.
|
|
15681
|
-
"integrity": "sha512-
|
|
15575
|
+
"version": "9.0.1",
|
|
15576
|
+
"resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.0.1.tgz",
|
|
15577
|
+
"integrity": "sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==",
|
|
15682
15578
|
"inBundle": true,
|
|
15683
15579
|
"license": "ISC",
|
|
15684
15580
|
"dependencies": {
|
|
@@ -15692,21 +15588,23 @@
|
|
|
15692
15588
|
}
|
|
15693
15589
|
},
|
|
15694
15590
|
"node_modules/npm/node_modules/npm-profile": {
|
|
15695
|
-
"version": "
|
|
15696
|
-
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-
|
|
15697
|
-
"integrity": "sha512-
|
|
15591
|
+
"version": "10.0.0",
|
|
15592
|
+
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-10.0.0.tgz",
|
|
15593
|
+
"integrity": "sha512-DXnge3nHYnEnPxmVd/kPmgcXKXwVUqFihGnU+EJUiu5mIOs3awq6zEm0rRp3kSQNhFsoqdLu8L1TIfRyeBOCog==",
|
|
15698
15594
|
"inBundle": true,
|
|
15699
15595
|
"license": "ISC",
|
|
15700
15596
|
"dependencies": {
|
|
15701
|
-
"npm-registry-fetch": "^17.0.
|
|
15597
|
+
"npm-registry-fetch": "^17.0.1",
|
|
15702
15598
|
"proc-log": "^4.0.0"
|
|
15703
15599
|
},
|
|
15704
15600
|
"engines": {
|
|
15705
|
-
"node": "
|
|
15601
|
+
"node": ">=18.0.0"
|
|
15706
15602
|
}
|
|
15707
15603
|
},
|
|
15708
15604
|
"node_modules/npm/node_modules/npm-registry-fetch": {
|
|
15709
|
-
"version": "17.0.
|
|
15605
|
+
"version": "17.0.1",
|
|
15606
|
+
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.0.1.tgz",
|
|
15607
|
+
"integrity": "sha512-fLu9MTdZTlJAHUek/VLklE6EpIiP3VZpTiuN7OOMCt2Sd67NCpSEetMaxHHEZiZxllp8ZLsUpvbEszqTFEc+wA==",
|
|
15710
15608
|
"inBundle": true,
|
|
15711
15609
|
"license": "ISC",
|
|
15712
15610
|
"dependencies": {
|
|
@@ -15724,9 +15622,9 @@
|
|
|
15724
15622
|
}
|
|
15725
15623
|
},
|
|
15726
15624
|
"node_modules/npm/node_modules/npm-user-validate": {
|
|
15727
|
-
"version": "2.0.
|
|
15728
|
-
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.
|
|
15729
|
-
"integrity": "sha512-
|
|
15625
|
+
"version": "2.0.1",
|
|
15626
|
+
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.1.tgz",
|
|
15627
|
+
"integrity": "sha512-d17PKaF2h8LSGFl5j4b1gHOJt1fgH7YUcCm1kNSJvaLWWKXlBsuUvx0bBEkr0qhsVA9XP5LtRZ83hdlhm2QkgA==",
|
|
15730
15628
|
"inBundle": true,
|
|
15731
15629
|
"license": "BSD-2-Clause",
|
|
15732
15630
|
"engines": {
|
|
@@ -15750,7 +15648,9 @@
|
|
|
15750
15648
|
}
|
|
15751
15649
|
},
|
|
15752
15650
|
"node_modules/npm/node_modules/pacote": {
|
|
15753
|
-
"version": "18.0.
|
|
15651
|
+
"version": "18.0.6",
|
|
15652
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz",
|
|
15653
|
+
"integrity": "sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==",
|
|
15754
15654
|
"inBundle": true,
|
|
15755
15655
|
"license": "ISC",
|
|
15756
15656
|
"dependencies": {
|
|
@@ -15773,7 +15673,7 @@
|
|
|
15773
15673
|
"tar": "^6.1.11"
|
|
15774
15674
|
},
|
|
15775
15675
|
"bin": {
|
|
15776
|
-
"pacote": "
|
|
15676
|
+
"pacote": "bin/index.js"
|
|
15777
15677
|
},
|
|
15778
15678
|
"engines": {
|
|
15779
15679
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -15805,9 +15705,9 @@
|
|
|
15805
15705
|
}
|
|
15806
15706
|
},
|
|
15807
15707
|
"node_modules/npm/node_modules/path-scurry": {
|
|
15808
|
-
"version": "1.
|
|
15809
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.
|
|
15810
|
-
"integrity": "sha512-
|
|
15708
|
+
"version": "1.11.1",
|
|
15709
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
15710
|
+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
15811
15711
|
"inBundle": true,
|
|
15812
15712
|
"license": "BlueOak-1.0.0",
|
|
15813
15713
|
"dependencies": {
|
|
@@ -15815,14 +15715,24 @@
|
|
|
15815
15715
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
15816
15716
|
},
|
|
15817
15717
|
"engines": {
|
|
15818
|
-
"node": ">=16 || 14 >=14.
|
|
15718
|
+
"node": ">=16 || 14 >=14.18"
|
|
15819
15719
|
},
|
|
15820
15720
|
"funding": {
|
|
15821
15721
|
"url": "https://github.com/sponsors/isaacs"
|
|
15822
15722
|
}
|
|
15823
15723
|
},
|
|
15724
|
+
"node_modules/npm/node_modules/path-scurry/node_modules/minipass": {
|
|
15725
|
+
"version": "7.0.4",
|
|
15726
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
15727
|
+
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
15728
|
+
"inBundle": true,
|
|
15729
|
+
"license": "ISC",
|
|
15730
|
+
"engines": {
|
|
15731
|
+
"node": ">=16 || 14 >=14.17"
|
|
15732
|
+
}
|
|
15733
|
+
},
|
|
15824
15734
|
"node_modules/npm/node_modules/postcss-selector-parser": {
|
|
15825
|
-
"version": "6.0
|
|
15735
|
+
"version": "6.1.0",
|
|
15826
15736
|
"inBundle": true,
|
|
15827
15737
|
"license": "MIT",
|
|
15828
15738
|
"dependencies": {
|
|
@@ -15845,6 +15755,8 @@
|
|
|
15845
15755
|
},
|
|
15846
15756
|
"node_modules/npm/node_modules/proggy": {
|
|
15847
15757
|
"version": "2.0.0",
|
|
15758
|
+
"resolved": "https://registry.npmjs.org/proggy/-/proggy-2.0.0.tgz",
|
|
15759
|
+
"integrity": "sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A==",
|
|
15848
15760
|
"inBundle": true,
|
|
15849
15761
|
"license": "ISC",
|
|
15850
15762
|
"engines": {
|
|
@@ -15863,6 +15775,8 @@
|
|
|
15863
15775
|
},
|
|
15864
15776
|
"node_modules/npm/node_modules/promise-call-limit": {
|
|
15865
15777
|
"version": "3.0.1",
|
|
15778
|
+
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz",
|
|
15779
|
+
"integrity": "sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==",
|
|
15866
15780
|
"inBundle": true,
|
|
15867
15781
|
"license": "ISC",
|
|
15868
15782
|
"funding": {
|
|
@@ -15891,7 +15805,7 @@
|
|
|
15891
15805
|
}
|
|
15892
15806
|
},
|
|
15893
15807
|
"node_modules/npm/node_modules/promzard": {
|
|
15894
|
-
"version": "1.0.
|
|
15808
|
+
"version": "1.0.2",
|
|
15895
15809
|
"inBundle": true,
|
|
15896
15810
|
"license": "ISC",
|
|
15897
15811
|
"dependencies": {
|
|
@@ -15966,12 +15880,11 @@
|
|
|
15966
15880
|
"optional": true
|
|
15967
15881
|
},
|
|
15968
15882
|
"node_modules/npm/node_modules/semver": {
|
|
15969
|
-
"version": "7.6.
|
|
15883
|
+
"version": "7.6.2",
|
|
15884
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
|
15885
|
+
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
|
|
15970
15886
|
"inBundle": true,
|
|
15971
15887
|
"license": "ISC",
|
|
15972
|
-
"dependencies": {
|
|
15973
|
-
"lru-cache": "^6.0.0"
|
|
15974
|
-
},
|
|
15975
15888
|
"bin": {
|
|
15976
15889
|
"semver": "bin/semver.js"
|
|
15977
15890
|
},
|
|
@@ -15979,19 +15892,6 @@
|
|
|
15979
15892
|
"node": ">=10"
|
|
15980
15893
|
}
|
|
15981
15894
|
},
|
|
15982
|
-
"node_modules/npm/node_modules/semver/node_modules/lru-cache": {
|
|
15983
|
-
"version": "6.0.0",
|
|
15984
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
15985
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
15986
|
-
"inBundle": true,
|
|
15987
|
-
"license": "ISC",
|
|
15988
|
-
"dependencies": {
|
|
15989
|
-
"yallist": "^4.0.0"
|
|
15990
|
-
},
|
|
15991
|
-
"engines": {
|
|
15992
|
-
"node": ">=10"
|
|
15993
|
-
}
|
|
15994
|
-
},
|
|
15995
15895
|
"node_modules/npm/node_modules/shebang-command": {
|
|
15996
15896
|
"version": "2.0.0",
|
|
15997
15897
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -16029,18 +15929,16 @@
|
|
|
16029
15929
|
}
|
|
16030
15930
|
},
|
|
16031
15931
|
"node_modules/npm/node_modules/sigstore": {
|
|
16032
|
-
"version": "2.3.
|
|
16033
|
-
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.3.0.tgz",
|
|
16034
|
-
"integrity": "sha512-q+o8L2ebiWD1AxD17eglf1pFrl9jtW7FHa0ygqY6EKvibK8JHyq9Z26v9MZXeDiw+RbfOJ9j2v70M10Hd6E06A==",
|
|
15932
|
+
"version": "2.3.1",
|
|
16035
15933
|
"inBundle": true,
|
|
16036
15934
|
"license": "Apache-2.0",
|
|
16037
15935
|
"dependencies": {
|
|
16038
|
-
"@sigstore/bundle": "^2.3.
|
|
15936
|
+
"@sigstore/bundle": "^2.3.2",
|
|
16039
15937
|
"@sigstore/core": "^1.0.0",
|
|
16040
|
-
"@sigstore/protobuf-specs": "^0.3.
|
|
16041
|
-
"@sigstore/sign": "^2.3.
|
|
16042
|
-
"@sigstore/tuf": "^2.3.
|
|
16043
|
-
"@sigstore/verify": "^1.2.
|
|
15938
|
+
"@sigstore/protobuf-specs": "^0.3.2",
|
|
15939
|
+
"@sigstore/sign": "^2.3.2",
|
|
15940
|
+
"@sigstore/tuf": "^2.3.4",
|
|
15941
|
+
"@sigstore/verify": "^1.2.1"
|
|
16044
15942
|
},
|
|
16045
15943
|
"engines": {
|
|
16046
15944
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -16122,7 +16020,7 @@
|
|
|
16122
16020
|
}
|
|
16123
16021
|
},
|
|
16124
16022
|
"node_modules/npm/node_modules/spdx-license-ids": {
|
|
16125
|
-
"version": "3.0.
|
|
16023
|
+
"version": "3.0.18",
|
|
16126
16024
|
"inBundle": true,
|
|
16127
16025
|
"license": "CC0-1.0"
|
|
16128
16026
|
},
|
|
@@ -16132,9 +16030,9 @@
|
|
|
16132
16030
|
"license": "BSD-3-Clause"
|
|
16133
16031
|
},
|
|
16134
16032
|
"node_modules/npm/node_modules/ssri": {
|
|
16135
|
-
"version": "10.0.
|
|
16136
|
-
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.
|
|
16137
|
-
"integrity": "sha512-
|
|
16033
|
+
"version": "10.0.6",
|
|
16034
|
+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
|
|
16035
|
+
"integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==",
|
|
16138
16036
|
"inBundle": true,
|
|
16139
16037
|
"license": "ISC",
|
|
16140
16038
|
"dependencies": {
|
|
@@ -16144,6 +16042,16 @@
|
|
|
16144
16042
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
16145
16043
|
}
|
|
16146
16044
|
},
|
|
16045
|
+
"node_modules/npm/node_modules/ssri/node_modules/minipass": {
|
|
16046
|
+
"version": "7.0.4",
|
|
16047
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
16048
|
+
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
16049
|
+
"inBundle": true,
|
|
16050
|
+
"license": "ISC",
|
|
16051
|
+
"engines": {
|
|
16052
|
+
"node": ">=16 || 14 >=14.17"
|
|
16053
|
+
}
|
|
16054
|
+
},
|
|
16147
16055
|
"node_modules/npm/node_modules/string-width": {
|
|
16148
16056
|
"version": "4.2.3",
|
|
16149
16057
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -16294,15 +16202,15 @@
|
|
|
16294
16202
|
}
|
|
16295
16203
|
},
|
|
16296
16204
|
"node_modules/npm/node_modules/tuf-js": {
|
|
16297
|
-
"version": "2.2.
|
|
16298
|
-
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.
|
|
16299
|
-
"integrity": "sha512-
|
|
16205
|
+
"version": "2.2.1",
|
|
16206
|
+
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz",
|
|
16207
|
+
"integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==",
|
|
16300
16208
|
"inBundle": true,
|
|
16301
16209
|
"license": "MIT",
|
|
16302
16210
|
"dependencies": {
|
|
16303
|
-
"@tufjs/models": "2.0.
|
|
16211
|
+
"@tufjs/models": "2.0.1",
|
|
16304
16212
|
"debug": "^4.3.4",
|
|
16305
|
-
"make-fetch-happen": "^13.0.
|
|
16213
|
+
"make-fetch-happen": "^13.0.1"
|
|
16306
16214
|
},
|
|
16307
16215
|
"engines": {
|
|
16308
16216
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -16364,14 +16272,11 @@
|
|
|
16364
16272
|
}
|
|
16365
16273
|
},
|
|
16366
16274
|
"node_modules/npm/node_modules/validate-npm-package-name": {
|
|
16367
|
-
"version": "5.0.
|
|
16368
|
-
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.
|
|
16369
|
-
"integrity": "sha512-
|
|
16275
|
+
"version": "5.0.1",
|
|
16276
|
+
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz",
|
|
16277
|
+
"integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==",
|
|
16370
16278
|
"inBundle": true,
|
|
16371
16279
|
"license": "ISC",
|
|
16372
|
-
"dependencies": {
|
|
16373
|
-
"builtins": "^5.0.0"
|
|
16374
|
-
},
|
|
16375
16280
|
"engines": {
|
|
16376
16281
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
16377
16282
|
}
|
|
@@ -16537,22 +16442,6 @@
|
|
|
16537
16442
|
"inBundle": true,
|
|
16538
16443
|
"license": "ISC"
|
|
16539
16444
|
},
|
|
16540
|
-
"node_modules/npmlog": {
|
|
16541
|
-
"version": "7.0.1",
|
|
16542
|
-
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-7.0.1.tgz",
|
|
16543
|
-
"integrity": "sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg==",
|
|
16544
|
-
"extraneous": true,
|
|
16545
|
-
"license": "ISC",
|
|
16546
|
-
"dependencies": {
|
|
16547
|
-
"are-we-there-yet": "^4.0.0",
|
|
16548
|
-
"console-control-strings": "^1.1.0",
|
|
16549
|
-
"gauge": "^5.0.0",
|
|
16550
|
-
"set-blocking": "^2.0.0"
|
|
16551
|
-
},
|
|
16552
|
-
"engines": {
|
|
16553
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
16554
|
-
}
|
|
16555
|
-
},
|
|
16556
16445
|
"node_modules/nyc": {
|
|
16557
16446
|
"version": "15.1.0",
|
|
16558
16447
|
"resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz",
|
|
@@ -16652,6 +16541,19 @@
|
|
|
16652
16541
|
"node": "*"
|
|
16653
16542
|
}
|
|
16654
16543
|
},
|
|
16544
|
+
"node_modules/nyc/node_modules/p-map": {
|
|
16545
|
+
"version": "3.0.0",
|
|
16546
|
+
"resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
|
|
16547
|
+
"integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==",
|
|
16548
|
+
"dev": true,
|
|
16549
|
+
"license": "MIT",
|
|
16550
|
+
"dependencies": {
|
|
16551
|
+
"aggregate-error": "^3.0.0"
|
|
16552
|
+
},
|
|
16553
|
+
"engines": {
|
|
16554
|
+
"node": ">=8"
|
|
16555
|
+
}
|
|
16556
|
+
},
|
|
16655
16557
|
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
16656
16558
|
"version": "6.2.0",
|
|
16657
16559
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
@@ -17098,16 +17000,19 @@
|
|
|
17098
17000
|
}
|
|
17099
17001
|
},
|
|
17100
17002
|
"node_modules/p-map": {
|
|
17101
|
-
"version": "
|
|
17102
|
-
"resolved": "https://registry.npmjs.org/p-map/-/p-map-
|
|
17103
|
-
"integrity": "sha512
|
|
17104
|
-
"
|
|
17003
|
+
"version": "4.0.0",
|
|
17004
|
+
"resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
|
|
17005
|
+
"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
|
|
17006
|
+
"extraneous": true,
|
|
17105
17007
|
"license": "MIT",
|
|
17106
17008
|
"dependencies": {
|
|
17107
17009
|
"aggregate-error": "^3.0.0"
|
|
17108
17010
|
},
|
|
17109
17011
|
"engines": {
|
|
17110
|
-
"node": ">=
|
|
17012
|
+
"node": ">=10"
|
|
17013
|
+
},
|
|
17014
|
+
"funding": {
|
|
17015
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
17111
17016
|
}
|
|
17112
17017
|
},
|
|
17113
17018
|
"node_modules/p-try": {
|
|
@@ -17169,53 +17074,52 @@
|
|
|
17169
17074
|
}
|
|
17170
17075
|
},
|
|
17171
17076
|
"node_modules/pacote": {
|
|
17172
|
-
"version": "
|
|
17173
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-
|
|
17174
|
-
"integrity": "sha512
|
|
17077
|
+
"version": "18.0.6",
|
|
17078
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz",
|
|
17079
|
+
"integrity": "sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==",
|
|
17175
17080
|
"extraneous": true,
|
|
17176
17081
|
"license": "ISC",
|
|
17177
17082
|
"dependencies": {
|
|
17178
17083
|
"@npmcli/git": "^5.0.0",
|
|
17179
17084
|
"@npmcli/installed-package-contents": "^2.0.1",
|
|
17085
|
+
"@npmcli/package-json": "^5.1.0",
|
|
17180
17086
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
17181
|
-
"@npmcli/run-script": "^
|
|
17087
|
+
"@npmcli/run-script": "^8.0.0",
|
|
17182
17088
|
"cacache": "^18.0.0",
|
|
17183
17089
|
"fs-minipass": "^3.0.0",
|
|
17184
17090
|
"minipass": "^7.0.2",
|
|
17185
17091
|
"npm-package-arg": "^11.0.0",
|
|
17186
17092
|
"npm-packlist": "^8.0.0",
|
|
17187
17093
|
"npm-pick-manifest": "^9.0.0",
|
|
17188
|
-
"npm-registry-fetch": "^
|
|
17094
|
+
"npm-registry-fetch": "^17.0.0",
|
|
17189
17095
|
"proc-log": "^4.0.0",
|
|
17190
17096
|
"promise-retry": "^2.0.1",
|
|
17191
|
-
"read-package-json": "^7.0.0",
|
|
17192
|
-
"read-package-json-fast": "^3.0.0",
|
|
17193
17097
|
"sigstore": "^2.2.0",
|
|
17194
17098
|
"ssri": "^10.0.0",
|
|
17195
17099
|
"tar": "^6.1.11"
|
|
17196
17100
|
},
|
|
17197
17101
|
"bin": {
|
|
17198
|
-
"pacote": "
|
|
17102
|
+
"pacote": "bin/index.js"
|
|
17199
17103
|
},
|
|
17200
17104
|
"engines": {
|
|
17201
17105
|
"node": "^16.14.0 || >=18.0.0"
|
|
17202
17106
|
}
|
|
17203
17107
|
},
|
|
17204
|
-
"node_modules/pacote/node_modules/@npmcli/
|
|
17205
|
-
"version": "
|
|
17206
|
-
"resolved": "https://registry.npmjs.org/@npmcli/
|
|
17207
|
-
"integrity": "sha512-
|
|
17108
|
+
"node_modules/pacote/node_modules/@npmcli/installed-package-contents": {
|
|
17109
|
+
"version": "2.0.2",
|
|
17110
|
+
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz",
|
|
17111
|
+
"integrity": "sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==",
|
|
17208
17112
|
"extraneous": true,
|
|
17209
17113
|
"license": "ISC",
|
|
17210
17114
|
"dependencies": {
|
|
17211
|
-
"
|
|
17212
|
-
"
|
|
17213
|
-
|
|
17214
|
-
|
|
17215
|
-
"
|
|
17115
|
+
"npm-bundled": "^3.0.0",
|
|
17116
|
+
"npm-normalize-package-bin": "^3.0.0"
|
|
17117
|
+
},
|
|
17118
|
+
"bin": {
|
|
17119
|
+
"installed-package-contents": "lib/index.js"
|
|
17216
17120
|
},
|
|
17217
17121
|
"engines": {
|
|
17218
|
-
"node": "^16.
|
|
17122
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
17219
17123
|
}
|
|
17220
17124
|
},
|
|
17221
17125
|
"node_modules/pako": {
|
|
@@ -17810,6 +17714,16 @@
|
|
|
17810
17714
|
"integrity": "sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==",
|
|
17811
17715
|
"license": "MIT"
|
|
17812
17716
|
},
|
|
17717
|
+
"node_modules/proggy": {
|
|
17718
|
+
"version": "2.0.0",
|
|
17719
|
+
"resolved": "https://registry.npmjs.org/proggy/-/proggy-2.0.0.tgz",
|
|
17720
|
+
"integrity": "sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A==",
|
|
17721
|
+
"extraneous": true,
|
|
17722
|
+
"license": "ISC",
|
|
17723
|
+
"engines": {
|
|
17724
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
17725
|
+
}
|
|
17726
|
+
},
|
|
17813
17727
|
"node_modules/promise-all-reject-late": {
|
|
17814
17728
|
"version": "1.0.1",
|
|
17815
17729
|
"resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
|
|
@@ -17821,9 +17735,9 @@
|
|
|
17821
17735
|
}
|
|
17822
17736
|
},
|
|
17823
17737
|
"node_modules/promise-call-limit": {
|
|
17824
|
-
"version": "
|
|
17825
|
-
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-
|
|
17826
|
-
"integrity": "sha512-
|
|
17738
|
+
"version": "3.0.1",
|
|
17739
|
+
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz",
|
|
17740
|
+
"integrity": "sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==",
|
|
17827
17741
|
"extraneous": true,
|
|
17828
17742
|
"license": "ISC",
|
|
17829
17743
|
"funding": {
|
|
@@ -18048,22 +17962,6 @@
|
|
|
18048
17962
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
18049
17963
|
}
|
|
18050
17964
|
},
|
|
18051
|
-
"node_modules/read-package-json": {
|
|
18052
|
-
"version": "7.0.0",
|
|
18053
|
-
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-7.0.0.tgz",
|
|
18054
|
-
"integrity": "sha512-uL4Z10OKV4p6vbdvIXB+OzhInYtIozl/VxUBPgNkBuUi2DeRonnuspmaVAMcrkmfjKGNmRndyQAbE7/AmzGwFg==",
|
|
18055
|
-
"extraneous": true,
|
|
18056
|
-
"license": "ISC",
|
|
18057
|
-
"dependencies": {
|
|
18058
|
-
"glob": "^10.2.2",
|
|
18059
|
-
"json-parse-even-better-errors": "^3.0.0",
|
|
18060
|
-
"normalize-package-data": "^6.0.0",
|
|
18061
|
-
"npm-normalize-package-bin": "^3.0.0"
|
|
18062
|
-
},
|
|
18063
|
-
"engines": {
|
|
18064
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
18065
|
-
}
|
|
18066
|
-
},
|
|
18067
17965
|
"node_modules/read-package-json-fast": {
|
|
18068
17966
|
"version": "3.0.2",
|
|
18069
17967
|
"resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz",
|
|
@@ -18859,6 +18757,49 @@
|
|
|
18859
18757
|
"node": "^16.14.0 || >=18.0.0"
|
|
18860
18758
|
}
|
|
18861
18759
|
},
|
|
18760
|
+
"node_modules/sigstore/node_modules/@sigstore/tuf": {
|
|
18761
|
+
"version": "2.3.2",
|
|
18762
|
+
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.2.tgz",
|
|
18763
|
+
"integrity": "sha512-mwbY1VrEGU4CO55t+Kl6I7WZzIl+ysSzEYdA1Nv/FTrl2bkeaPXo5PnWZAVfcY2zSdhOpsUTJW67/M2zHXGn5w==",
|
|
18764
|
+
"extraneous": true,
|
|
18765
|
+
"license": "Apache-2.0",
|
|
18766
|
+
"dependencies": {
|
|
18767
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
18768
|
+
"tuf-js": "^2.2.0"
|
|
18769
|
+
},
|
|
18770
|
+
"engines": {
|
|
18771
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
18772
|
+
}
|
|
18773
|
+
},
|
|
18774
|
+
"node_modules/sigstore/node_modules/@tufjs/models": {
|
|
18775
|
+
"version": "2.0.0",
|
|
18776
|
+
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.0.tgz",
|
|
18777
|
+
"integrity": "sha512-c8nj8BaOExmZKO2DXhDfegyhSGcG9E/mPN3U13L+/PsoWm1uaGiHHjxqSHQiasDBQwDA3aHuw9+9spYAP1qvvg==",
|
|
18778
|
+
"extraneous": true,
|
|
18779
|
+
"license": "MIT",
|
|
18780
|
+
"dependencies": {
|
|
18781
|
+
"@tufjs/canonical-json": "2.0.0",
|
|
18782
|
+
"minimatch": "^9.0.3"
|
|
18783
|
+
},
|
|
18784
|
+
"engines": {
|
|
18785
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
18786
|
+
}
|
|
18787
|
+
},
|
|
18788
|
+
"node_modules/sigstore/node_modules/tuf-js": {
|
|
18789
|
+
"version": "2.2.0",
|
|
18790
|
+
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
|
|
18791
|
+
"integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
|
|
18792
|
+
"extraneous": true,
|
|
18793
|
+
"license": "MIT",
|
|
18794
|
+
"dependencies": {
|
|
18795
|
+
"@tufjs/models": "2.0.0",
|
|
18796
|
+
"debug": "^4.3.4",
|
|
18797
|
+
"make-fetch-happen": "^13.0.0"
|
|
18798
|
+
},
|
|
18799
|
+
"engines": {
|
|
18800
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
18801
|
+
}
|
|
18802
|
+
},
|
|
18862
18803
|
"node_modules/simple-swizzle": {
|
|
18863
18804
|
"version": "0.2.2",
|
|
18864
18805
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
@@ -20097,15 +20038,15 @@
|
|
|
20097
20038
|
"license": "0BSD"
|
|
20098
20039
|
},
|
|
20099
20040
|
"node_modules/tuf-js": {
|
|
20100
|
-
"version": "2.2.
|
|
20101
|
-
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.
|
|
20102
|
-
"integrity": "sha512-
|
|
20041
|
+
"version": "2.2.1",
|
|
20042
|
+
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz",
|
|
20043
|
+
"integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==",
|
|
20103
20044
|
"extraneous": true,
|
|
20104
20045
|
"license": "MIT",
|
|
20105
20046
|
"dependencies": {
|
|
20106
|
-
"@tufjs/models": "2.0.
|
|
20047
|
+
"@tufjs/models": "2.0.1",
|
|
20107
20048
|
"debug": "^4.3.4",
|
|
20108
|
-
"make-fetch-happen": "^13.0.
|
|
20049
|
+
"make-fetch-happen": "^13.0.1"
|
|
20109
20050
|
},
|
|
20110
20051
|
"engines": {
|
|
20111
20052
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -20636,16 +20577,6 @@
|
|
|
20636
20577
|
"url": "https://github.com/sponsors/ljharb"
|
|
20637
20578
|
}
|
|
20638
20579
|
},
|
|
20639
|
-
"node_modules/wide-align": {
|
|
20640
|
-
"version": "1.1.5",
|
|
20641
|
-
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
|
20642
|
-
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
|
|
20643
|
-
"extraneous": true,
|
|
20644
|
-
"license": "ISC",
|
|
20645
|
-
"dependencies": {
|
|
20646
|
-
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
20647
|
-
}
|
|
20648
|
-
},
|
|
20649
20580
|
"node_modules/widest-line": {
|
|
20650
20581
|
"version": "3.1.0",
|
|
20651
20582
|
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|