🔒 修复Code scanning提到的依赖风险

This commit is contained in:
chaos-zhu 2024-08-18 16:31:10 +08:00
parent 8284e942a5
commit fae1df601d
3 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@
"dependencies": {
"@koa/cors": "^5.0.0",
"@seald-io/nedb": "^4.0.4",
"axios": "^1.7.2",
"axios": "^1.7.4",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"crypto-js": "^4.2.0",

View File

@ -29,7 +29,7 @@
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"axios": "^1.7.2",
"axios": "^1.7.4",
"codemirror": "^6.0.1",
"crypto-js": "^4.2.0",
"csv-parse": "^5.5.6",

View File

@ -1517,10 +1517,10 @@ axios@0.27.2:
follow-redirects "^1.14.9"
form-data "^4.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"