Fix npm audit
| @@ -2998,13 +2998,13 @@ | ||
| 2998 | 2998 | } |
| 2999 | 2999 | }, |
| 3000 | 3000 | "node_modules/axios": { |
| 3001 | 3001 | "version": "1.1213.05", |
| 3002 | 3002 | "resolved": "https://registry.npmjs.org/axios/-/axios-1.1213.05.tgz", |
| 3003 | 3003 | "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzVcz4ur7Vb0xS4/SPDEhMB3QKUN0tPWe44eqxrIu31me+DSurgfbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", |
| 3004 | 3004 | "license": "MIT", |
| 3005 | 3005 | "dependencies": { |
| 3006 | 3006 | "follow-redirects": "^1.15.611", |
| 3007 | 3007 | "form-data": "^4.0.45", |
| 3008 | 3008 | "proxy-from-env": "^1.1.0" |
| 3009 | 3009 | } |
| 3010 | 3010 | }, |
| @@ -5130,15 +5130,16 @@ | ||
| 5130 | 5130 | "license": "ISC" |
| 5131 | 5131 | }, |
| 5132 | 5132 | "node_modules/follow-redirects": { |
| 5133 | 5133 | "version": "1.15.611", |
| 5134 | 5134 | "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.611.tgz", |
| 5135 | 5135 | "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpWdeG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", |
| 5136 | 5136 | "funding": [ |
| 5137 | 5137 | { |
| 5138 | 5138 | "type": "individual", |
| 5139 | 5139 | "url": "https://github.com/sponsors/RubenVerborgh" |
| 5140 | 5140 | } |
| 5141 | 5141 | ], |
| 5142 | + "license": "MIT", | |
| 5142 | 5143 | "engines": { |
| 5143 | 5144 | "node": ">=4.0" |
| 5144 | 5145 | }, |
| @@ -5164,9 +5165,9 @@ | ||
| 5164 | 5165 | } |
| 5165 | 5166 | }, |
| 5166 | 5167 | "node_modules/form-data": { |
| 5167 | 5168 | "version": "4.0.45", |
| 5168 | 5169 | "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.45.tgz", |
| 5169 | 5170 | "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+4IlGTMF0OwwuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", |
| 5170 | 5171 | "license": "MIT", |
| 5171 | 5172 | "dependencies": { |
| 5172 | 5173 | "asynckit": "^0.4.0", |
| @@ -100,9 +100,6 @@ | ||
| 100 | 100 | "vectra": { |
| 101 | 101 | "openai": "^4.17.0" |
| 102 | 102 | }, |
| 103 | - "axios": { | |
| 104 | - "follow-redirects": "^1.15.4" | |
| 105 | - }, | |
| 106 | 103 | "node-fetch": { |
| 107 | 104 | "whatwg-url": "^14.0.0" |
| 108 | 105 | } |