Bump axios from 1.6.1 to 1.7.4 Bumps [axios](https://github.com/axios/axios) from 1.6.1 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.1...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>

3491c422bca2e47e76a999add27388145d0719fd

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed
1 files changed, +4 -5Showing whitespace changes
package-lock.json+4 -5
@@ -1391,12 +1391,11 @@
1391 "license": "MIT"1391 "license": "MIT"
1392 },1392 },
1393 "node_modules/axios": {1393 "node_modules/axios": {
1394 "version": "1.6.1",1394 "version": "1.7.4",
1395 "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",1395 "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
1396 "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",1396 "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
1397 "license": "MIT",
1398 "dependencies": {1397 "dependencies": {
1399 "follow-redirects": "^1.15.0",1398 "follow-redirects": "^1.15.6",
1400 "form-data": "^4.0.0",1399 "form-data": "^4.0.0",
1401 "proxy-from-env": "^1.1.0"1400 "proxy-from-env": "^1.1.0"
1402 }1401 }