Skip to content

Commit f0e5ac8

Browse files
fix(deps): update dependency axios to v1.6.5
1 parent 93d811f commit f0e5ac8

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
@@ -16,7 +16,7 @@
1616
"@sentry/tracing": "7.70.0",
1717
"@tanstack/react-query": "4.29.15",
1818
"@tanstack/react-query-devtools": "4.29.15",
19-
"axios": "1.6.2",
19+
"axios": "1.6.5",
2020
"i18next": "22.5.1",
2121
"lodash.clonedeep": "4.5.0",
2222
"lodash.groupby": "4.6.0",

yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5113,14 +5113,14 @@ __metadata:
51135113
languageName: node
51145114
linkType: hard
51155115

5116-
"axios@npm:1.6.2":
5117-
version: 1.6.2
5118-
resolution: "axios@npm:1.6.2"
5116+
"axios@npm:1.6.5":
5117+
version: 1.6.5
5118+
resolution: "axios@npm:1.6.5"
51195119
dependencies:
5120-
follow-redirects: ^1.15.0
5120+
follow-redirects: ^1.15.4
51215121
form-data: ^4.0.0
51225122
proxy-from-env: ^1.1.0
5123-
checksum: 4a7429e2b784be0f2902ca2680964391eae7236faa3967715f30ea45464b98ae3f1c6f631303b13dfe721b17126b01f486c7644b9ef276bfc63112db9fd379f8
5123+
checksum: e28d67b2d9134cb4608c44d8068b0678cfdccc652742e619006f27264a30c7aba13b2cd19c6f1f52ae195b5232734925928fb192d5c85feea7edd2f273df206d
51245124
languageName: node
51255125
linkType: hard
51265126

@@ -8606,6 +8606,16 @@ __metadata:
86068606
languageName: node
86078607
linkType: hard
86088608

8609+
"follow-redirects@npm:^1.15.4":
8610+
version: 1.15.5
8611+
resolution: "follow-redirects@npm:1.15.5"
8612+
peerDependenciesMeta:
8613+
debug:
8614+
optional: true
8615+
checksum: 5ca49b5ce6f44338cbfc3546823357e7a70813cecc9b7b768158a1d32c1e62e7407c944402a918ea8c38ae2e78266312d617dc68783fac502cbb55e1047b34ec
8616+
languageName: node
8617+
linkType: hard
8618+
86098619
"for-each@npm:^0.3.3":
86108620
version: 0.3.3
86118621
resolution: "for-each@npm:0.3.3"
@@ -9202,7 +9212,7 @@ __metadata:
92029212
"@types/uuid": ^9.0.2
92039213
"@typescript-eslint/eslint-plugin": 5.62.0
92049214
"@typescript-eslint/parser": 5.62.0
9205-
axios: 1.6.2
9215+
axios: 1.6.5
92069216
cypress: 13.2.0
92079217
env-cmd: 10.1.0
92089218
eslint: ^8.3.0

0 commit comments

Comments
 (0)