From 92b2ecc38106145908aa387ed2fc25aeca5b6ea6 Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Tue, 11 Mar 2025 12:34:11 +0800 Subject: [PATCH] update package --- plugins/webcrawler/SPIDER/package-lock.json | 2 +- plugins/webcrawler/SPIDER/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",