Skip to content

Commit c2afa02

Browse files
committed
fix(deps): use ^1.15.0 for bundlewatch/axios resolution
1 parent 0af2915 commit c2afa02

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

clients/algoliasearch-client-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
]
8181
},
8282
"resolutions": {
83-
"bundlewatch/axios": ">=0.31.0",
83+
"bundlewatch/axios": "^1.15.0",
8484
"follow-redirects": ">=1.16.0"
8585
},
8686
"engines": {

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,17 +3075,6 @@ __metadata:
30753075
languageName: node
30763076
linkType: hard
30773077

3078-
"axios@npm:>=0.31.0":
3079-
version: 1.15.0
3080-
resolution: "axios@npm:1.15.0"
3081-
dependencies:
3082-
follow-redirects: "npm:^1.15.11"
3083-
form-data: "npm:^4.0.5"
3084-
proxy-from-env: "npm:^2.1.0"
3085-
checksum: 10/d39a2c0ebc7ff4739401b282e726cc2673377949d6c46d60eb619458f8d7a2f7eadbcada7097f4dbc7d5c59abb4d3bf6fac33d474412bc3415d3f5aa7ed45530
3086-
languageName: node
3087-
linkType: hard
3088-
30893078
"axios@npm:^1.12.0":
30903079
version: 1.13.2
30913080
resolution: "axios@npm:1.13.2"
@@ -3097,6 +3086,17 @@ __metadata:
30973086
languageName: node
30983087
linkType: hard
30993088

3089+
"axios@npm:^1.15.0":
3090+
version: 1.15.0
3091+
resolution: "axios@npm:1.15.0"
3092+
dependencies:
3093+
follow-redirects: "npm:^1.15.11"
3094+
form-data: "npm:^4.0.5"
3095+
proxy-from-env: "npm:^2.1.0"
3096+
checksum: 10/d39a2c0ebc7ff4739401b282e726cc2673377949d6c46d60eb619458f8d7a2f7eadbcada7097f4dbc7d5c59abb4d3bf6fac33d474412bc3415d3f5aa7ed45530
3097+
languageName: node
3098+
linkType: hard
3099+
31003100
"balanced-match@npm:^1.0.0":
31013101
version: 1.0.2
31023102
resolution: "balanced-match@npm:1.0.2"

0 commit comments

Comments
 (0)