mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
ip whitelist check fix
This commit is contained in:
40
package.json
40
package.json
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"node-rest-client": "^3.1.1",
|
||||
"open": "^8.4.0",
|
||||
"png-chunk-text": "^1.0.0",
|
||||
"png-chunks-encode": "^1.0.0",
|
||||
"png-chunks-extract": "^1.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"sharp": "^0.31.3",
|
||||
"csrf-csrf": "^2.2.3",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cors": "^2.8.5"
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cors": "^2.8.5",
|
||||
"csrf-csrf": "^2.2.3",
|
||||
"express": "^4.18.2",
|
||||
"ipaddr.js": "^2.0.1",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"node-rest-client": "^3.1.1",
|
||||
"open": "^8.4.0",
|
||||
"png-chunk-text": "^1.0.0",
|
||||
"png-chunks-encode": "^1.0.0",
|
||||
"png-chunks-extract": "^1.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"sharp": "^0.31.3"
|
||||
},
|
||||
"name": "TavernAI",
|
||||
"version": "1.2.8",
|
||||
"bin": {
|
||||
"TavernAI": "server.js"
|
||||
"TavernAI": "server.js"
|
||||
},
|
||||
"rules":{
|
||||
"no-path-concat":"off",
|
||||
"no-var":"off"
|
||||
|
||||
"rules": {
|
||||
"no-path-concat": "off",
|
||||
"no-var": "off"
|
||||
},
|
||||
"pkg":{
|
||||
"assets":[
|
||||
"pkg": {
|
||||
"assets": [
|
||||
"node_modules/sharp/build/Release/**/*",
|
||||
"node_modules/sharp/vendor/lib/**/*",
|
||||
"node_modules/open/xdg-open/",
|
||||
@@ -32,4 +32,4 @@
|
||||
"uploads"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user