Fix npm audit
| @@ -2998,13 +2998,13 @@ | |||
| 2998 | } | 2998 | } |
| 2999 | }, | 2999 | }, |
| 3000 | "node_modules/axios": { | 3000 | "node_modules/axios": { |
| 3001 | "version": "1.12.0", | 3001 | "version": "1.13.5", |
| 3002 | "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", | 3002 | "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", |
| 3003 | "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", | 3003 | "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", |
| 3004 | "license": "MIT", | 3004 | "license": "MIT", |
| 3005 | "dependencies": { | 3005 | "dependencies": { |
| 3006 | "follow-redirects": "^1.15.6", | 3006 | "follow-redirects": "^1.15.11", |
| 3007 | "form-data": "^4.0.4", | 3007 | "form-data": "^4.0.5", |
| 3008 | "proxy-from-env": "^1.1.0" | 3008 | "proxy-from-env": "^1.1.0" |
| 3009 | } | 3009 | } |
| 3010 | }, | 3010 | }, |
| @@ -5130,15 +5130,16 @@ | |||
| 5130 | "license": "ISC" | 5130 | "license": "ISC" |
| 5131 | }, | 5131 | }, |
| 5132 | "node_modules/follow-redirects": { | 5132 | "node_modules/follow-redirects": { |
| 5133 | "version": "1.15.6", | 5133 | "version": "1.15.11", |
| 5134 | "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", | 5134 | "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", |
| 5135 | "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", | 5135 | "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", |
| 5136 | "funding": [ | 5136 | "funding": [ |
| 5137 | { | 5137 | { |
| 5138 | "type": "individual", | 5138 | "type": "individual", |
| 5139 | "url": "https://github.com/sponsors/RubenVerborgh" | 5139 | "url": "https://github.com/sponsors/RubenVerborgh" |
| 5140 | } | 5140 | } |
| 5141 | ], | 5141 | ], |
| 5142 | "license": "MIT", | ||
| 5142 | "engines": { | 5143 | "engines": { |
| 5143 | "node": ">=4.0" | 5144 | "node": ">=4.0" |
| 5144 | }, | 5145 | }, |
| @@ -5164,9 +5165,9 @@ | |||
| 5164 | } | 5165 | } |
| 5165 | }, | 5166 | }, |
| 5166 | "node_modules/form-data": { | 5167 | "node_modules/form-data": { |
| 5167 | "version": "4.0.4", | 5168 | "version": "4.0.5", |
| 5168 | "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", | 5169 | "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", |
| 5169 | "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", | 5170 | "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", |
| 5170 | "license": "MIT", | 5171 | "license": "MIT", |
| 5171 | "dependencies": { | 5172 | "dependencies": { |
| 5172 | "asynckit": "^0.4.0", | 5173 | "asynckit": "^0.4.0", |
| @@ -100,9 +100,6 @@ | |||
| 100 | "vectra": { | 100 | "vectra": { |
| 101 | "openai": "^4.17.0" | 101 | "openai": "^4.17.0" |
| 102 | }, | 102 | }, |
| 103 | "axios": { | ||
| 104 | "follow-redirects": "^1.15.4" | ||
| 105 | }, | ||
| 106 | "node-fetch": { | 103 | "node-fetch": { |
| 107 | "whatwg-url": "^14.0.0" | 104 | "whatwg-url": "^14.0.0" |
| 108 | } | 105 | } |