upgrade chatgpt web (proofToken) (#677, #678, #681, #682)

This commit is contained in:
josc146
2024-05-02 17:11:55 +08:00
parent 1fe4befa7e
commit 77a14e23ef
3 changed files with 71 additions and 8 deletions
+18
View File
@@ -19,6 +19,7 @@
"gpt-3-encoder": "^1.1.4",
"graphql": "^16.6.0",
"i18next": "^22.4.15",
"js-sha3": "^0.9.3",
"jsonwebtoken": "8.5.1",
"katex": "^0.16.6",
"lodash-es": "^4.17.21",
@@ -27,6 +28,7 @@
"preact": "^10.13.2",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"random-int": "^3.0.0",
"react": "npm:@preact/compat@^17.1.2",
"react-bootstrap-icons": "^1.10.3",
"react-dom": "npm:@preact/compat@^17.1.2",
@@ -6308,6 +6310,11 @@
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/js-sha3": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.3.tgz",
"integrity": "sha512-BcJPCQeLg6WjEx3FE591wVAevlli8lxsxm9/FzV4HXkV49TmBH38Yvrpce6fjbADGMKFrBMGTqrVz3qPIZ88Gg=="
},
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -9136,6 +9143,17 @@
}
]
},
"node_modules/random-int": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/random-int/-/random-int-3.0.0.tgz",
"integrity": "sha512-QvewnOwigesW2WFyTHiQzR6XUUcSQO/BqmfgRz5N5GpGrKQnTf7ebMz8UtuwaET8IfO1n0wLx8/fHsI8E0Jpow==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",