Browse Source

Merge pull request #619 from zilliztech/security

fix: Server-Side Request Forgery in axios
ryjiang 10 months ago
parent
commit
75ed5f5c64
2 changed files with 5 additions and 5 deletions
  1. 1 1
      client/package.json
  2. 4 4
      client/yarn.lock

+ 1 - 1
client/package.json

@@ -22,7 +22,7 @@
     "@mui/material": "^5.16.7",
     "@mui/styles": "^5.16.7",
     "@mui/x-tree-view": "^7.12.1",
-    "axios": "^1.7.2",
+    "axios": "^1.7.4",
     "codemirror": "^6.0.1",
     "d3": "^7.8.5",
     "dayjs": "^1.11.9",

+ 4 - 4
client/yarn.lock

@@ -1839,10 +1839,10 @@ available-typed-arrays@^1.0.7:
   dependencies:
     possible-typed-array-names "^1.0.0"
 
-axios@^1.7.2:
-  version "1.7.2"
-  resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
-  integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
+axios@^1.7.4:
+  version "1.7.4"
+  resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
+  integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
   dependencies:
     follow-redirects "^1.15.6"
     form-data "^4.0.0"