|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
"@actions/github": "^5.1.1",
|
|
|
|
|
"@cloudflare/types": "^6.18.16",
|
|
|
|
|
"shellac": "^0.7.2",
|
|
|
|
|
"undici": "^5.11.0"
|
|
|
|
|
"undici": "^5.28.4"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^20.14.8",
|
|
|
|
@ -112,6 +112,14 @@
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@fastify/busboy": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@octokit/auth-token": {
|
|
|
|
|
"version": "2.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz",
|
|
|
|
@ -227,17 +235,6 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/busboy": {
|
|
|
|
|
"version": "1.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"streamsearch": "^1.1.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10.16.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/deprecation": {
|
|
|
|
|
"version": "2.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
|
|
|
|
@ -731,14 +728,6 @@
|
|
|
|
|
"reghex": "^1.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/streamsearch": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/tr46": {
|
|
|
|
|
"version": "0.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
|
|
@ -766,14 +755,14 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/undici": {
|
|
|
|
|
"version": "5.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/undici/-/undici-5.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-oWjWJHzFet0Ow4YZBkyiJwiK5vWqEYoH7BINzJAJOLedZ++JpAlCbUktW2GQ2DS2FpKmxD/JMtWUUWl1BtghGw==",
|
|
|
|
|
"version": "5.28.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
|
|
|
|
|
"integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"busboy": "^1.6.0"
|
|
|
|
|
"@fastify/busboy": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.18"
|
|
|
|
|
"node": ">=14.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/undici-types": {
|
|
|
|
@ -882,6 +871,11 @@
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@fastify/busboy": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA=="
|
|
|
|
|
},
|
|
|
|
|
"@octokit/auth-token": {
|
|
|
|
|
"version": "2.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz",
|
|
|
|
@ -991,14 +985,6 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ=="
|
|
|
|
|
},
|
|
|
|
|
"busboy": {
|
|
|
|
|
"version": "1.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"streamsearch": "^1.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"deprecation": {
|
|
|
|
|
"version": "2.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
|
|
|
|
@ -1262,11 +1248,6 @@
|
|
|
|
|
"reghex": "^1.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"streamsearch": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg=="
|
|
|
|
|
},
|
|
|
|
|
"tr46": {
|
|
|
|
|
"version": "0.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
|
|
@ -1284,11 +1265,11 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"undici": {
|
|
|
|
|
"version": "5.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/undici/-/undici-5.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-oWjWJHzFet0Ow4YZBkyiJwiK5vWqEYoH7BINzJAJOLedZ++JpAlCbUktW2GQ2DS2FpKmxD/JMtWUUWl1BtghGw==",
|
|
|
|
|
"version": "5.28.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
|
|
|
|
|
"integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"busboy": "^1.6.0"
|
|
|
|
|
"@fastify/busboy": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"undici-types": {
|
|
|
|
|