Update axios package

This commit is contained in:
freearhey
2026-04-23 12:58:00 +03:00
parent 50a3075d06
commit 37b97bc6f7
2 changed files with 6 additions and 7 deletions

8
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0", "@typescript-eslint/parser": "^8.38.0",
"async": "^3.2.6", "async": "^3.2.6",
"axios": "^1.11.0", "axios": "^1.15.2",
"chalk": "^5.4.1", "chalk": "^5.4.1",
"cli-progress": "^3.12.0", "cli-progress": "^3.12.0",
"commander": "^14.0.0", "commander": "^14.0.0",
@@ -3482,9 +3482,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.15.0", "version": "1.15.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz",
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.11", "follow-redirects": "^1.15.11",

View File

@@ -55,7 +55,7 @@
"@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0", "@typescript-eslint/parser": "^8.38.0",
"async": "^3.2.6", "async": "^3.2.6",
"axios": "^1.11.0", "axios": "^1.15.2",
"chalk": "^5.4.1", "chalk": "^5.4.1",
"cli-progress": "^3.12.0", "cli-progress": "^3.12.0",
"commander": "^14.0.0", "commander": "^14.0.0",
@@ -80,7 +80,6 @@
}, },
"overrides": { "overrides": {
"esbuild": "0.23.1", "esbuild": "0.23.1",
"@xmldom/xmldom": ">=0.8.13", "@xmldom/xmldom": ">=0.8.13"
"follow-redirects": ">=1.16.0"
} }
} }