Merge pull request #8 from JuLi0n21/dependabot/npm_and_yarn/axios-1.8.2

Bump axios from 1.7.4 to 1.8.2
This commit is contained in:
JuLi0n21
2025-07-22 21:27:21 +02:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.8.2",
"dotenv": "^16.3.1",
"express": "^4.21.2"
}
@@ -37,9 +37,10 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/axios": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",

View File

@@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.8.2",
"dotenv": "^16.3.1",
"express": "^4.21.2"
}