Merge pull request #934 from c-bata/axios-dependency

Update the dependency axios `1.7.4`
This commit is contained in:
c-bata
2024-08-19 09:26:08 +09:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -23,7 +23,7 @@
"@tanstack/react-virtual": "^3.1.2",
"@types/papaparse": "^5.3.14",
"@types/three": "^0.160.0",
"axios": "^1.6.7",
"axios": "^1.7.4",
"elkjs": "^0.9.1",
"notistack": "^3.0.1",
"papaparse": "^5.4.1",
@@ -14913,8 +14913,9 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.7.2",
"license": "MIT",
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
+1 -1
View File
@@ -30,7 +30,7 @@
"@tanstack/react-virtual": "^3.1.2",
"@types/papaparse": "^5.3.14",
"@types/three": "^0.160.0",
"axios": "^1.6.7",
"axios": "^1.7.4",
"elkjs": "^0.9.1",
"notistack": "^3.0.1",
"papaparse": "^5.4.1",