Fix npm audit

This commit is contained in:
Cohee
2024-01-09 01:53:26 +02:00
parent adf82f2ba8
commit 1a80ed7482
2 changed files with 6 additions and 3 deletions

6
package-lock.json generated
View File

@@ -2413,9 +2413,9 @@
"dev": true "dev": true
}, },
"node_modules/follow-redirects": { "node_modules/follow-redirects": {
"version": "1.15.2", "version": "1.15.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",

View File

@@ -42,6 +42,9 @@
}, },
"vectra": { "vectra": {
"openai": "^4.17.0" "openai": "^4.17.0"
},
"axios": {
"follow-redirects": "^1.15.4"
} }
}, },
"name": "sillytavern", "name": "sillytavern",