Skip to content

Commit 474432a

Browse files
fix(deps): update dependency axios to v1.7.4 [security]
1 parent 676109e commit 474432a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
77
"@heroicons/react": "2.0.17",
88
"@reduxjs/toolkit": "1.9.6",
9-
"axios": "1.5.1",
9+
"axios": "1.7.4",
1010
"formik": "2.2.9",
1111
"framer-motion": "10.16.4",
1212
"query-string": "8.1.0",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -2994,12 +2994,12 @@ axios@*:
29942994
form-data "^4.0.0"
29952995
proxy-from-env "^1.1.0"
29962996

2997-
axios@1.5.1:
2998-
version "1.5.1"
2999-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f"
3000-
integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==
2997+
axios@1.7.4:
2998+
version "1.7.4"
2999+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
3000+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
30013001
dependencies:
3002-
follow-redirects "^1.15.0"
3002+
follow-redirects "^1.15.6"
30033003
form-data "^4.0.0"
30043004
proxy-from-env "^1.1.0"
30053005

@@ -4936,6 +4936,11 @@ follow-redirects@^1.0.0, follow-redirects@^1.15.0:
49364936
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz"
49374937
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
49384938

4939+
follow-redirects@^1.15.6:
4940+
version "1.15.6"
4941+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
4942+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
4943+
49394944
fork-ts-checker-webpack-plugin@^6.5.0:
49404945
version "6.5.2"
49414946
resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz"

0 commit comments

Comments
 (0)