Skip to content

Commit 4ce4f44

Browse files
fix(deps): update dependency axios to v1.8.2 [security]
1 parent 676109e commit 4ce4f44

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.8.2",
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.8.2:
2998+
version "1.8.2"
2999+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
3000+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
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.9"
4941+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
4942+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
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)