|
10 | 10 | "license": "UNLICENSED", |
11 | 11 | "dependencies": { |
12 | 12 | "@actions/core": "^1.2.6", |
13 | | - "@actions/github": "^4.0.0" |
| 13 | + "@actions/github": "^6.0.0" |
14 | 14 | }, |
15 | 15 | "devDependencies": { |
16 | 16 | "eslint": "^7.22.0", |
|
24 | 24 | "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" |
25 | 25 | }, |
26 | 26 | "node_modules/@actions/github": { |
27 | | - "version": "4.0.0", |
28 | | - "resolved": "https://registry.npmjs.org/@actions/github/-/github-4.0.0.tgz", |
29 | | - "integrity": "sha512-Ej/Y2E+VV6sR9X7pWL5F3VgEWrABaT292DRqRU6R4hnQjPtC/zD3nagxVdXWiRQvYDh8kHXo7IDmG42eJ/dOMA==", |
| 27 | + "version": "6.0.0", |
| 28 | + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", |
| 29 | + "integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", |
| 30 | + "license": "MIT", |
30 | 31 | "dependencies": { |
31 | | - "@actions/http-client": "^1.0.8", |
32 | | - "@octokit/core": "^3.0.0", |
33 | | - "@octokit/plugin-paginate-rest": "^2.2.3", |
34 | | - "@octokit/plugin-rest-endpoint-methods": "^4.0.0" |
| 32 | + "@actions/http-client": "^2.2.0", |
| 33 | + "@octokit/core": "^5.0.1", |
| 34 | + "@octokit/plugin-paginate-rest": "^9.0.0", |
| 35 | + "@octokit/plugin-rest-endpoint-methods": "^10.0.0" |
35 | 36 | } |
36 | 37 | }, |
37 | 38 | "node_modules/@actions/http-client": { |
38 | | - "version": "1.0.11", |
39 | | - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", |
40 | | - "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", |
| 39 | + "version": "2.2.3", |
| 40 | + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz", |
| 41 | + "integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==", |
| 42 | + "license": "MIT", |
41 | 43 | "dependencies": { |
42 | | - "tunnel": "0.0.6" |
| 44 | + "tunnel": "^0.0.6", |
| 45 | + "undici": "^5.25.4" |
43 | 46 | } |
44 | 47 | }, |
45 | 48 | "node_modules/@babel/code-frame": { |
|
583 | 586 | "url": "https://github.com/sponsors/sindresorhus" |
584 | 587 | } |
585 | 588 | }, |
| 589 | + "node_modules/@fastify/busboy": { |
| 590 | + "version": "2.1.1", |
| 591 | + "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", |
| 592 | + "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", |
| 593 | + "license": "MIT", |
| 594 | + "engines": { |
| 595 | + "node": ">=14" |
| 596 | + } |
| 597 | + }, |
586 | 598 | "node_modules/@istanbuljs/load-nyc-config": { |
587 | 599 | "version": "1.1.0", |
588 | 600 | "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", |
|
845 | 857 | } |
846 | 858 | }, |
847 | 859 | "node_modules/@octokit/auth-token": { |
848 | | - "version": "2.4.5", |
849 | | - "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.5.tgz", |
850 | | - "integrity": "sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA==", |
851 | | - "dependencies": { |
852 | | - "@octokit/types": "^6.0.3" |
| 860 | + "version": "4.0.0", |
| 861 | + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz", |
| 862 | + "integrity": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==", |
| 863 | + "license": "MIT", |
| 864 | + "engines": { |
| 865 | + "node": ">= 18" |
853 | 866 | } |
854 | 867 | }, |
855 | 868 | "node_modules/@octokit/core": { |
856 | | - "version": "3.3.2", |
857 | | - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.3.2.tgz", |
858 | | - "integrity": "sha512-Jx83n4tuX/z7QtxnPsAKxXPzH3vANtKmlCB3W3vt18JbkEaBYm+C8dgAlA1FNtqNk3L21pxsKNbWkUQAhiV7ng==", |
859 | | - "dependencies": { |
860 | | - "@octokit/auth-token": "^2.4.4", |
861 | | - "@octokit/graphql": "^4.5.8", |
862 | | - "@octokit/request": "^5.4.12", |
863 | | - "@octokit/request-error": "^2.0.5", |
864 | | - "@octokit/types": "^6.0.3", |
| 869 | + "version": "5.2.0", |
| 870 | + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.0.tgz", |
| 871 | + "integrity": "sha512-1LFfa/qnMQvEOAdzlQymH0ulepxbxnCYAKJZfMci/5XJyIHWgEYnDmgnKakbTh7CH2tFQ5O60oYDvns4i9RAIg==", |
| 872 | + "license": "MIT", |
| 873 | + "dependencies": { |
| 874 | + "@octokit/auth-token": "^4.0.0", |
| 875 | + "@octokit/graphql": "^7.1.0", |
| 876 | + "@octokit/request": "^8.3.1", |
| 877 | + "@octokit/request-error": "^5.1.0", |
| 878 | + "@octokit/types": "^13.0.0", |
865 | 879 | "before-after-hook": "^2.2.0", |
866 | 880 | "universal-user-agent": "^6.0.0" |
| 881 | + }, |
| 882 | + "engines": { |
| 883 | + "node": ">= 18" |
867 | 884 | } |
868 | 885 | }, |
869 | 886 | "node_modules/@octokit/endpoint": { |
870 | | - "version": "6.0.11", |
871 | | - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.11.tgz", |
872 | | - "integrity": "sha512-fUIPpx+pZyoLW4GCs3yMnlj2LfoXTWDUVPTC4V3MUEKZm48W+XYpeWSZCv+vYF1ZABUm2CqnDVf1sFtIYrj7KQ==", |
| 887 | + "version": "9.0.6", |
| 888 | + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz", |
| 889 | + "integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==", |
| 890 | + "license": "MIT", |
873 | 891 | "dependencies": { |
874 | | - "@octokit/types": "^6.0.3", |
875 | | - "is-plain-object": "^5.0.0", |
| 892 | + "@octokit/types": "^13.1.0", |
876 | 893 | "universal-user-agent": "^6.0.0" |
| 894 | + }, |
| 895 | + "engines": { |
| 896 | + "node": ">= 18" |
877 | 897 | } |
878 | 898 | }, |
879 | 899 | "node_modules/@octokit/graphql": { |
880 | | - "version": "4.6.1", |
881 | | - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.6.1.tgz", |
882 | | - "integrity": "sha512-2lYlvf4YTDgZCTXTW4+OX+9WTLFtEUc6hGm4qM1nlZjzxj+arizM4aHWzBVBCxY9glh7GIs0WEuiSgbVzv8cmA==", |
| 900 | + "version": "7.1.1", |
| 901 | + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.1.1.tgz", |
| 902 | + "integrity": "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g==", |
| 903 | + "license": "MIT", |
883 | 904 | "dependencies": { |
884 | | - "@octokit/request": "^5.3.0", |
885 | | - "@octokit/types": "^6.0.3", |
| 905 | + "@octokit/request": "^8.4.1", |
| 906 | + "@octokit/types": "^13.0.0", |
886 | 907 | "universal-user-agent": "^6.0.0" |
| 908 | + }, |
| 909 | + "engines": { |
| 910 | + "node": ">= 18" |
887 | 911 | } |
888 | 912 | }, |
889 | 913 | "node_modules/@octokit/openapi-types": { |
890 | | - "version": "6.0.0", |
891 | | - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.0.0.tgz", |
892 | | - "integrity": "sha512-CnDdK7ivHkBtJYzWzZm7gEkanA7gKH6a09Eguz7flHw//GacPJLmkHA3f3N++MJmlxD1Fl+mB7B32EEpSCwztQ==" |
| 914 | + "version": "23.0.1", |
| 915 | + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-23.0.1.tgz", |
| 916 | + "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==", |
| 917 | + "license": "MIT" |
893 | 918 | }, |
894 | 919 | "node_modules/@octokit/plugin-paginate-rest": { |
895 | | - "version": "2.13.3", |
896 | | - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.3.tgz", |
897 | | - "integrity": "sha512-46lptzM9lTeSmIBt/sVP/FLSTPGx6DCzAdSX3PfeJ3mTf4h9sGC26WpaQzMEq/Z44cOcmx8VsOhO+uEgE3cjYg==", |
| 920 | + "version": "9.2.2", |
| 921 | + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz", |
| 922 | + "integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==", |
| 923 | + "license": "MIT", |
898 | 924 | "dependencies": { |
899 | | - "@octokit/types": "^6.11.0" |
| 925 | + "@octokit/types": "^12.6.0" |
| 926 | + }, |
| 927 | + "engines": { |
| 928 | + "node": ">= 18" |
900 | 929 | }, |
901 | 930 | "peerDependencies": { |
902 | | - "@octokit/core": ">=2" |
| 931 | + "@octokit/core": "5" |
| 932 | + } |
| 933 | + }, |
| 934 | + "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": { |
| 935 | + "version": "20.0.0", |
| 936 | + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", |
| 937 | + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", |
| 938 | + "license": "MIT" |
| 939 | + }, |
| 940 | + "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": { |
| 941 | + "version": "12.6.0", |
| 942 | + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", |
| 943 | + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", |
| 944 | + "license": "MIT", |
| 945 | + "dependencies": { |
| 946 | + "@octokit/openapi-types": "^20.0.0" |
903 | 947 | } |
904 | 948 | }, |
905 | 949 | "node_modules/@octokit/plugin-rest-endpoint-methods": { |
906 | | - "version": "4.15.0", |
907 | | - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.15.0.tgz", |
908 | | - "integrity": "sha512-1AF9GM/Ywk8ukUM5seDRj286GdFpdfsHeOrOPBV2rVtRN7MQNzRIcw8W5sb4JPerjQ0WcRRwAwQyufg64BxJkA==", |
| 950 | + "version": "10.4.1", |
| 951 | + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz", |
| 952 | + "integrity": "sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==", |
| 953 | + "license": "MIT", |
909 | 954 | "dependencies": { |
910 | | - "@octokit/types": "^6.13.0", |
911 | | - "deprecation": "^2.3.1" |
| 955 | + "@octokit/types": "^12.6.0" |
| 956 | + }, |
| 957 | + "engines": { |
| 958 | + "node": ">= 18" |
912 | 959 | }, |
913 | 960 | "peerDependencies": { |
914 | | - "@octokit/core": ">=3" |
| 961 | + "@octokit/core": "5" |
915 | 962 | } |
916 | 963 | }, |
917 | | - "node_modules/@octokit/request": { |
918 | | - "version": "5.4.14", |
919 | | - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.14.tgz", |
920 | | - "integrity": "sha512-VkmtacOIQp9daSnBmDI92xNIeLuSRDOIuplp/CJomkvzt7M18NXgG044Cx/LFKLgjKt9T2tZR6AtJayba9GTSA==", |
| 964 | + "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": { |
| 965 | + "version": "20.0.0", |
| 966 | + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", |
| 967 | + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", |
| 968 | + "license": "MIT" |
| 969 | + }, |
| 970 | + "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": { |
| 971 | + "version": "12.6.0", |
| 972 | + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", |
| 973 | + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", |
| 974 | + "license": "MIT", |
921 | 975 | "dependencies": { |
922 | | - "@octokit/endpoint": "^6.0.1", |
923 | | - "@octokit/request-error": "^2.0.0", |
924 | | - "@octokit/types": "^6.7.1", |
925 | | - "deprecation": "^2.0.0", |
926 | | - "is-plain-object": "^5.0.0", |
927 | | - "node-fetch": "^2.6.1", |
928 | | - "once": "^1.4.0", |
| 976 | + "@octokit/openapi-types": "^20.0.0" |
| 977 | + } |
| 978 | + }, |
| 979 | + "node_modules/@octokit/request": { |
| 980 | + "version": "8.4.1", |
| 981 | + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz", |
| 982 | + "integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==", |
| 983 | + "license": "MIT", |
| 984 | + "dependencies": { |
| 985 | + "@octokit/endpoint": "^9.0.6", |
| 986 | + "@octokit/request-error": "^5.1.1", |
| 987 | + "@octokit/types": "^13.1.0", |
929 | 988 | "universal-user-agent": "^6.0.0" |
| 989 | + }, |
| 990 | + "engines": { |
| 991 | + "node": ">= 18" |
930 | 992 | } |
931 | 993 | }, |
932 | 994 | "node_modules/@octokit/request-error": { |
933 | | - "version": "2.0.5", |
934 | | - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.0.5.tgz", |
935 | | - "integrity": "sha512-T/2wcCFyM7SkXzNoyVNWjyVlUwBvW3igM3Btr/eKYiPmucXTtkxt2RBsf6gn3LTzaLSLTQtNmvg+dGsOxQrjZg==", |
| 995 | + "version": "5.1.1", |
| 996 | + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz", |
| 997 | + "integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==", |
| 998 | + "license": "MIT", |
936 | 999 | "dependencies": { |
937 | | - "@octokit/types": "^6.0.3", |
| 1000 | + "@octokit/types": "^13.1.0", |
938 | 1001 | "deprecation": "^2.0.0", |
939 | 1002 | "once": "^1.4.0" |
| 1003 | + }, |
| 1004 | + "engines": { |
| 1005 | + "node": ">= 18" |
940 | 1006 | } |
941 | 1007 | }, |
942 | 1008 | "node_modules/@octokit/types": { |
943 | | - "version": "6.13.0", |
944 | | - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.13.0.tgz", |
945 | | - "integrity": "sha512-W2J9qlVIU11jMwKHUp5/rbVUeErqelCsO5vW5PKNb7wAXQVUz87Rc+imjlEvpvbH8yUb+KHmv8NEjVZdsdpyxA==", |
| 1009 | + "version": "13.8.0", |
| 1010 | + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz", |
| 1011 | + "integrity": "sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==", |
| 1012 | + "license": "MIT", |
946 | 1013 | "dependencies": { |
947 | | - "@octokit/openapi-types": "^6.0.0" |
| 1014 | + "@octokit/openapi-types": "^23.0.1" |
948 | 1015 | } |
949 | 1016 | }, |
950 | 1017 | "node_modules/@sinonjs/commons": { |
|
1500 | 1567 | } |
1501 | 1568 | }, |
1502 | 1569 | "node_modules/before-after-hook": { |
1503 | | - "version": "2.2.0", |
1504 | | - "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.0.tgz", |
1505 | | - "integrity": "sha512-jH6rKQIfroBbhEXVmI7XmXe3ix5S/PgJqpzdDPnR8JGLHWNYLsYZ6tK5iWOF/Ra3oqEX0NobXGlzbiylIzVphQ==" |
| 1570 | + "version": "2.2.3", |
| 1571 | + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", |
| 1572 | + "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", |
| 1573 | + "license": "Apache-2.0" |
1506 | 1574 | }, |
1507 | 1575 | "node_modules/brace-expansion": { |
1508 | 1576 | "version": "1.1.11", |
|
2055 | 2123 | "node_modules/deprecation": { |
2056 | 2124 | "version": "2.3.1", |
2057 | 2125 | "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", |
2058 | | - "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" |
| 2126 | + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", |
| 2127 | + "license": "ISC" |
2059 | 2128 | }, |
2060 | 2129 | "node_modules/detect-newline": { |
2061 | 2130 | "version": "3.1.0", |
|
3562 | 3631 | "url": "https://github.com/sponsors/ljharb" |
3563 | 3632 | } |
3564 | 3633 | }, |
3565 | | - "node_modules/is-plain-object": { |
3566 | | - "version": "5.0.0", |
3567 | | - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", |
3568 | | - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", |
3569 | | - "engines": { |
3570 | | - "node": ">=0.10.0" |
3571 | | - } |
3572 | | - }, |
3573 | 3634 | "node_modules/is-potential-custom-element-name": { |
3574 | 3635 | "version": "1.0.0", |
3575 | 3636 | "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz", |
|
4821 | 4882 | "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", |
4822 | 4883 | "dev": true |
4823 | 4884 | }, |
4824 | | - "node_modules/node-fetch": { |
4825 | | - "version": "2.6.1", |
4826 | | - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", |
4827 | | - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", |
4828 | | - "engines": { |
4829 | | - "node": "4.x || >=6.0.0" |
4830 | | - } |
4831 | | - }, |
4832 | 4885 | "node_modules/node-int64": { |
4833 | 4886 | "version": "0.4.0", |
4834 | 4887 | "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", |
|
6642 | 6695 | "version": "0.0.6", |
6643 | 6696 | "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", |
6644 | 6697 | "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", |
| 6698 | + "license": "MIT", |
6645 | 6699 | "engines": { |
6646 | 6700 | "node": ">=0.6.11 <=0.7.0 || >=0.7.3" |
6647 | 6701 | } |
|
6703 | 6757 | "is-typedarray": "^1.0.0" |
6704 | 6758 | } |
6705 | 6759 | }, |
| 6760 | + "node_modules/undici": { |
| 6761 | + "version": "5.28.5", |
| 6762 | + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz", |
| 6763 | + "integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==", |
| 6764 | + "license": "MIT", |
| 6765 | + "dependencies": { |
| 6766 | + "@fastify/busboy": "^2.0.0" |
| 6767 | + }, |
| 6768 | + "engines": { |
| 6769 | + "node": ">=14.0" |
| 6770 | + } |
| 6771 | + }, |
6706 | 6772 | "node_modules/union-value": { |
6707 | 6773 | "version": "1.0.1", |
6708 | 6774 | "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", |
|
6719 | 6785 | } |
6720 | 6786 | }, |
6721 | 6787 | "node_modules/universal-user-agent": { |
6722 | | - "version": "6.0.0", |
6723 | | - "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", |
6724 | | - "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==" |
| 6788 | + "version": "6.0.1", |
| 6789 | + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", |
| 6790 | + "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==", |
| 6791 | + "license": "ISC" |
6725 | 6792 | }, |
6726 | 6793 | "node_modules/universalify": { |
6727 | 6794 | "version": "0.1.2", |
|
0 commit comments