diff --git a/plugins/webcrawler/SPIDER/package-lock.json b/plugins/webcrawler/SPIDER/package-lock.json index 9c095e9ba..40c17098f 100644 --- a/plugins/webcrawler/SPIDER/package-lock.json +++ b/plugins/webcrawler/SPIDER/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/node-fetch": "^2.6.12", "assert": "^2.1.0", - "axios": "^1.7.9", + "axios": "^1.8.2", "body-parser": "^1.20.3", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3", diff --git a/plugins/webcrawler/SPIDER/package.json b/plugins/webcrawler/SPIDER/package.json index d1c1dcefb..6e2d13d21 100644 --- a/plugins/webcrawler/SPIDER/package.json +++ b/plugins/webcrawler/SPIDER/package.json @@ -15,7 +15,7 @@ "dependencies": { "@types/node-fetch": "^2.6.12", "assert": "^2.1.0", - "axios": "^1.7.9", + "axios": "^1.8.2", "body-parser": "^1.20.3", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3",