Skip to content

Commit 9a75c3c

Browse files
fix(deps): update dependency axios to v1.7.4 [security] (#2065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d0449b commit 9a75c3c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@aws-sdk/client-identitystore": "^3.665.0",
2020
"@types/nodemailer": "^6.4.15",
21-
"axios": "1.7.2",
21+
"axios": "1.7.4",
2222
"cloudinary": "2.0.3",
2323
"config": "3.3.7",
2424
"cookie-parser": "1.4.6",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,16 @@ available-typed-arrays@^1.0.7:
24602460
dependencies:
24612461
possible-typed-array-names "^1.0.0"
24622462

2463-
[email protected], axios@^1.6.8:
2463+
2464+
version "1.7.4"
2465+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
2466+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
2467+
dependencies:
2468+
follow-redirects "^1.15.6"
2469+
form-data "^4.0.0"
2470+
proxy-from-env "^1.1.0"
2471+
2472+
axios@^1.6.8:
24642473
version "1.7.2"
24652474
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
24662475
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==

0 commit comments

Comments
 (0)