diff --git a/package-lock.json b/package-lock.json index 695aa3044..ea8a4457f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sillytavern", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sillytavern", - "version": "1.5.3", + "version": "1.5.4", "license": "AGPL-3.0", "dependencies": { "@dqbd/tiktoken": "^1.0.2", @@ -20,6 +20,7 @@ "exifreader": "^4.12.0", "express": "^4.18.2", "gpt3-tokenizer": "^1.1.5", + "ip-matching": "^2.1.2", "ipaddr.js": "^2.0.1", "jimp": "^0.22.7", "jquery": "^3.6.4", @@ -34,6 +35,7 @@ "png-chunks-extract": "^1.0.0", "rimraf": "^3.0.2", "sanitize-filename": "^1.6.3", + "uniqolor": "^1.1.0", "webp-converter": "2.3.2", "ws": "^8.13.0", "yargs": "^17.7.1" @@ -1657,6 +1659,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/ip-matching": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ip-matching/-/ip-matching-2.1.2.tgz", + "integrity": "sha512-/ok+VhKMasgR5gvTRViwRFQfc0qYt9Vdowg6TO4/pFlDCob5ZjGPkwuOoQVCd5OrMm20zqh+1vA8KLJZTeWudg==" + }, "node_modules/ipaddr.js": { "version": "2.0.1", "license": "MIT", @@ -3084,6 +3091,11 @@ "version": "0.0.6", "license": "MIT" }, + "node_modules/uniqolor": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/uniqolor/-/uniqolor-1.1.0.tgz", + "integrity": "sha512-j2XyokF24fsj+L5u6fbu4rM3RQc6VWJuAngYM2k0ZdG3yiVxt0smLkps2GmQIYqK8VkELGdM9vFU/HfOkK/zoQ==" + }, "node_modules/universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", diff --git a/package.json b/package.json index d528e7095..326fdfab0 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "exifreader": "^4.12.0", "express": "^4.18.2", "gpt3-tokenizer": "^1.1.5", + "ip-matching": "^2.1.2", "ipaddr.js": "^2.0.1", "jimp": "^0.22.7", "jquery": "^3.6.4", @@ -25,6 +26,7 @@ "png-chunks-extract": "^1.0.0", "rimraf": "^3.0.2", "sanitize-filename": "^1.6.3", + "uniqolor": "^1.1.0", "webp-converter": "2.3.2", "ws": "^8.13.0", "yargs": "^17.7.1" @@ -40,7 +42,7 @@ "type": "git", "url": "https://github.com/Cohee1207/SillyTavern.git" }, - "version": "1.5.3", + "version": "1.5.4", "scripts": { "start": "node server.js", "pkg": "pkg ." diff --git a/public/index.html b/public/index.html index fe3b2d347..11662d5a6 100644 --- a/public/index.html +++ b/public/index.html @@ -41,6 +41,7 @@ + @@ -366,6 +367,15 @@ +