1{
2 "name": "auto-labels",
3 "version": "1.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "auto-labels",
9 "version": "1.0.0",
10 "license": "GPL-3.0-or-later",
11 "dependencies": {
12 "@actions/core": "^1.11.1",
13 "@actions/github": "^6.0.0"
14 }
15 },
16 "node_modules/@actions/core": {
17 "version": "1.11.1",
18 "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
19 "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
20 "dependencies": {
21 "@actions/exec": "^1.1.1",
22 "@actions/http-client": "^2.0.1"
23 }
24 },
25 "node_modules/@actions/exec": {
26 "version": "1.1.1",
27 "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz",
28 "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==",
29 "dependencies": {
30 "@actions/io": "^1.0.1"
31 }
32 },
33 "node_modules/@actions/github": {
34 "version": "6.0.0",
35 "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz",
36 "integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==",
37 "dependencies": {
38 "@actions/http-client": "^2.2.0",
39 "@octokit/core": "^5.0.1",
40 "@octokit/plugin-paginate-rest": "^9.0.0",
41 "@octokit/plugin-rest-endpoint-methods": "^10.0.0"
42 }
43 },
44 "node_modules/@actions/http-client": {
45 "version": "2.2.3",
46 "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz",
47 "integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==",
48 "dependencies": {
49 "tunnel": "^0.0.6",
50 "undici": "^5.25.4"
51 }
52 },
53 "node_modules/@actions/io": {
54 "version": "1.1.3",
55 "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
56 "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q=="
57 },
58 "node_modules/@fastify/busboy": {
59 "version": "2.1.1",
60 "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
61 "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
62 "engines": {
63 "node": ">=14"
64 }
65 },
66 "node_modules/@octokit/auth-token": {
67 "version": "4.0.0",
68 "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz",
69 "integrity": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==",
70 "engines": {
71 "node": ">= 18"
72 }
73 },
74 "node_modules/@octokit/core": {
75 "version": "5.2.1",
76 "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.1.tgz",
77 "integrity": "sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ==",
78 "dependencies": {
79 "@octokit/auth-token": "^4.0.0",
80 "@octokit/graphql": "^7.1.0",
81 "@octokit/request": "^8.4.1",
82 "@octokit/request-error": "^5.1.1",
83 "@octokit/types": "^13.0.0",
84 "before-after-hook": "^2.2.0",
85 "universal-user-agent": "^6.0.0"
86 },
87 "engines": {
88 "node": ">= 18"
89 }
90 },
91 "node_modules/@octokit/endpoint": {
92 "version": "9.0.6",
93 "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz",
94 "integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==",
95 "dependencies": {
96 "@octokit/types": "^13.1.0",
97 "universal-user-agent": "^6.0.0"
98 },
99 "engines": {
100 "node": ">= 18"
101 }
102 },
103 "node_modules/@octokit/graphql": {
104 "version": "7.1.1",
105 "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.1.1.tgz",
106 "integrity": "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g==",
107 "dependencies": {
108 "@octokit/request": "^8.4.1",
109 "@octokit/types": "^13.0.0",
110 "universal-user-agent": "^6.0.0"
111 },
112 "engines": {
113 "node": ">= 18"
114 }
115 },
116 "node_modules/@octokit/openapi-types": {
117 "version": "24.2.0",
118 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
119 "integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg=="
120 },
121 "node_modules/@octokit/plugin-paginate-rest": {
122 "version": "9.2.2",
123 "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz",
124 "integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==",
125 "dependencies": {
126 "@octokit/types": "^12.6.0"
127 },
128 "engines": {
129 "node": ">= 18"
130 },
131 "peerDependencies": {
132 "@octokit/core": "5"
133 }
134 },
135 "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
136 "version": "20.0.0",
137 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz",
138 "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA=="
139 },
140 "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
141 "version": "12.6.0",
142 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz",
143 "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==",
144 "dependencies": {
145 "@octokit/openapi-types": "^20.0.0"
146 }
147 },
148 "node_modules/@octokit/plugin-rest-endpoint-methods": {
149 "version": "10.4.1",
150 "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz",
151 "integrity": "sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==",
152 "dependencies": {
153 "@octokit/types": "^12.6.0"
154 },
155 "engines": {
156 "node": ">= 18"
157 },
158 "peerDependencies": {
159 "@octokit/core": "5"
160 }
161 },
162 "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
163 "version": "20.0.0",
164 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz",
165 "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA=="
166 },
167 "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
168 "version": "12.6.0",
169 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz",
170 "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==",
171 "dependencies": {
172 "@octokit/openapi-types": "^20.0.0"
173 }
174 },
175 "node_modules/@octokit/request": {
176 "version": "8.4.1",
177 "resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz",
178 "integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==",
179 "dependencies": {
180 "@octokit/endpoint": "^9.0.6",
181 "@octokit/request-error": "^5.1.1",
182 "@octokit/types": "^13.1.0",
183 "universal-user-agent": "^6.0.0"
184 },
185 "engines": {
186 "node": ">= 18"
187 }
188 },
189 "node_modules/@octokit/request-error": {
190 "version": "5.1.1",
191 "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz",
192 "integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==",
193 "dependencies": {
194 "@octokit/types": "^13.1.0",
195 "deprecation": "^2.0.0",
196 "once": "^1.4.0"
197 },
198 "engines": {
199 "node": ">= 18"
200 }
201 },
202 "node_modules/@octokit/types": {
203 "version": "13.10.0",
204 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
205 "integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
206 "dependencies": {
207 "@octokit/openapi-types": "^24.2.0"
208 }
209 },
210 "node_modules/before-after-hook": {
211 "version": "2.2.3",
212 "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz",
213 "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ=="
214 },
215 "node_modules/deprecation": {
216 "version": "2.3.1",
217 "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
218 "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
219 },
220 "node_modules/once": {
221 "version": "1.4.0",
222 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
223 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
224 "dependencies": {
225 "wrappy": "1"
226 }
227 },
228 "node_modules/tunnel": {
229 "version": "0.0.6",
230 "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
231 "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
232 "engines": {
233 "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
234 }
235 },
236 "node_modules/undici": {
237 "version": "5.29.0",
238 "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
239 "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
240 "dependencies": {
241 "@fastify/busboy": "^2.0.0"
242 },
243 "engines": {
244 "node": ">=14.0"
245 }
246 },
247 "node_modules/universal-user-agent": {
248 "version": "6.0.1",
249 "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
250 "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ=="
251 },
252 "node_modules/wrappy": {
253 "version": "1.0.2",
254 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
255 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
256 }
257 }
258}