fix: upgrade axios

This commit is contained in:
Stevan Freeborn
2024-08-14 09:22:41 -05:00
parent 2014fe73a0
commit 28b3820f04
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
"version": "0.0.0-semantic-release",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.4",
"form-data": "^4.0.0"
},
"devDependencies": {
@@ -1837,9 +1837,9 @@
}
},
"node_modules/axios": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
"integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
+1 -1
View File
@@ -90,7 +90,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.4",
"form-data": "^4.0.0"
}
}