Commit 7cd5bcd0 authored by nanahira's avatar nanahira

bump

parent fff08ada
Pipeline #23837 passed with stages
in 10 minutes and 30 seconds
......@@ -22,6 +22,7 @@
"chatgpt5": "npm:chatgpt@^5.1.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"funcaptcha": "^1.1.5",
"nestjs-aragami": "^1.0.0",
"p-queue": "6.6.2",
"p-timeout": "4.1.0",
......@@ -863,6 +864,14 @@
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
"dev": true
},
"node_modules/@fastify/busboy": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.0.0.tgz",
"integrity": "sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==",
"engines": {
"node": ">=14"
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.10.7",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.7.tgz",
......@@ -3344,12 +3353,13 @@
"node_modules/chatgpt3": {
"name": "chatgpt",
"version": "3.5.2",
"resolved": "git+https://code.mycard.moe/nanahira/chatgpt-puppeteer.git#cffb3dbbe0a9d5069ab125be85b42fb6fc0653a6",
"resolved": "git+https://code.mycard.moe/nanahira/chatgpt-puppeteer.git#0ad0e4ce67f9d5d8f899dd6c5bb218ea8a29cbc0",
"license": "MIT",
"dependencies": {
"delay": "^5.0.0",
"eventsource-parser": "^0.0.5",
"expiry-map": "^2.0.0",
"funcaptcha": "^1.1.5",
"html-to-md": "^0.8.3",
"p-timeout": "^6.0.0",
"puppeteer-extra": "^3.3.4",
......@@ -5147,6 +5157,14 @@
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/funcaptcha": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/funcaptcha/-/funcaptcha-1.1.5.tgz",
"integrity": "sha512-Ugyb17/Sq1ljiBn98Mtdf1aCVin0Xykp4Sr1O0S96YE/d/uAM5IiPrkDs3WBNNCMraJgQAPHkjf8hHvEXTQfJg==",
"dependencies": {
"undici": "^5.22.0"
}
},
"node_modules/function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
......@@ -10421,6 +10439,17 @@
"through": "^2.3.8"
}
},
"node_modules/undici": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.26.5.tgz",
"integrity": "sha512-cSb4bPFd5qgR7qr2jYAi0hlX9n5YKK2ONKkLFkxl+v/9BvC0sOpZjBHDBSXc5lWAf5ty9oZdRXytBIHzgUcerw==",
"dependencies": {
"@fastify/busboy": "^2.0.0"
},
"engines": {
"node": ">=14.0"
}
},
"node_modules/unified": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
......@@ -11709,6 +11738,11 @@
}
}
},
"@fastify/busboy": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.0.0.tgz",
"integrity": "sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ=="
},
"@humanwhocodes/config-array": {
"version": "0.10.7",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.7.tgz",
......@@ -13590,12 +13624,13 @@
"dev": true
},
"chatgpt3": {
"version": "git+https://code.mycard.moe/nanahira/chatgpt-puppeteer.git#cffb3dbbe0a9d5069ab125be85b42fb6fc0653a6",
"version": "git+https://code.mycard.moe/nanahira/chatgpt-puppeteer.git#0ad0e4ce67f9d5d8f899dd6c5bb218ea8a29cbc0",
"from": "chatgpt3@git+https://code.mycard.moe/nanahira/chatgpt-puppeteer.git",
"requires": {
"delay": "^5.0.0",
"eventsource-parser": "^0.0.5",
"expiry-map": "^2.0.0",
"funcaptcha": "^1.1.5",
"html-to-md": "^0.8.3",
"p-timeout": "^6.0.0",
"puppeteer-extra": "^3.3.4",
......@@ -14926,6 +14961,14 @@
"dev": true,
"optional": true
},
"funcaptcha": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/funcaptcha/-/funcaptcha-1.1.5.tgz",
"integrity": "sha512-Ugyb17/Sq1ljiBn98Mtdf1aCVin0Xykp4Sr1O0S96YE/d/uAM5IiPrkDs3WBNNCMraJgQAPHkjf8hHvEXTQfJg==",
"requires": {
"undici": "^5.22.0"
}
},
"function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
......@@ -18654,6 +18697,14 @@
"through": "^2.3.8"
}
},
"undici": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.26.5.tgz",
"integrity": "sha512-cSb4bPFd5qgR7qr2jYAi0hlX9n5YKK2ONKkLFkxl+v/9BvC0sOpZjBHDBSXc5lWAf5ty9oZdRXytBIHzgUcerw==",
"requires": {
"@fastify/busboy": "^2.0.0"
}
},
"unified": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment