Skip to content

Commit b1a28e3

Browse files
fix(deps): update dependency axios to v1.9.0
1 parent 2b392b6 commit b1a28e3

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tanstack/react-query": "4.29.15",
1919
"@tanstack/react-query-devtools": "4.29.15",
2020
"@types/lodash.mapvalues": "4.6.9",
21-
"axios": "1.6.2",
21+
"axios": "1.9.0",
2222
"date-fns": "3.3.1",
2323
"i18next": "22.5.1",
2424
"lodash.clonedeep": "4.5.0",

yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5730,14 +5730,14 @@ __metadata:
57305730
languageName: node
57315731
linkType: hard
57325732

5733-
"axios@npm:1.6.2":
5734-
version: 1.6.2
5735-
resolution: "axios@npm:1.6.2"
5733+
"axios@npm:1.9.0":
5734+
version: 1.9.0
5735+
resolution: "axios@npm:1.9.0"
57365736
dependencies:
5737-
follow-redirects: ^1.15.0
5737+
follow-redirects: ^1.15.6
57385738
form-data: ^4.0.0
57395739
proxy-from-env: ^1.1.0
5740-
checksum: 4a7429e2b784be0f2902ca2680964391eae7236faa3967715f30ea45464b98ae3f1c6f631303b13dfe721b17126b01f486c7644b9ef276bfc63112db9fd379f8
5740+
checksum: 631f02c9c279f2ae90637a4989cc9d75c1c27aefd16b6e8eb90f98a4d0bddaccfd1cb1387be12101d1ab0f9bbf0c47e2451b4de0cf2870462a7d9ed3de8da3f2
57415741
languageName: node
57425742
linkType: hard
57435743

@@ -9322,6 +9322,16 @@ __metadata:
93229322
languageName: node
93239323
linkType: hard
93249324

9325+
"follow-redirects@npm:^1.15.6":
9326+
version: 1.15.9
9327+
resolution: "follow-redirects@npm:1.15.9"
9328+
peerDependenciesMeta:
9329+
debug:
9330+
optional: true
9331+
checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6
9332+
languageName: node
9333+
linkType: hard
9334+
93259335
"for-each@npm:^0.3.3":
93269336
version: 0.3.3
93279337
resolution: "for-each@npm:0.3.3"
@@ -9965,7 +9975,7 @@ __metadata:
99659975
"@types/uuid": ^9.0.2
99669976
"@typescript-eslint/eslint-plugin": 5.62.0
99679977
"@typescript-eslint/parser": 5.62.0
9968-
axios: 1.6.2
9978+
axios: 1.9.0
99699979
cypress: 13.17.0
99709980
date-fns: 3.3.1
99719981
env-cmd: 10.1.0

0 commit comments

Comments
 (0)