diff --git a/package-lock.json b/package-lock.json index 891cfa94..e373adb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0-only", "dependencies": { "async": "2.6.4", - "axios": "^1.7.4", + "axios": "^1.12.0", "body-parser": "1.20.3", "dateformat": "3.0.3", "express": "4.20.0", @@ -2588,9 +2588,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index dc8c0c2d..46f93b94 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "keywords": [], "dependencies": { "async": "2.6.4", - "axios": "^1.7.4", + "axios": "^1.12.0", "body-parser": "1.20.3", "dateformat": "3.0.3", "express": "4.20.0",