Skip to content

Commit 3d95ce8

Browse files
authored
chore: bump dev-dependency axios to v1.11.0 (#6160)
1 parent de27c1f commit 3d95ce8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"@msgpack/msgpack": "^3.1.2",
156156
"@stylistic/eslint-plugin": "^5.0.0",
157157
"@types/node": "^18.19.106",
158-
"axios": "^1.10.0",
158+
"axios": "^1.11.0",
159159
"benchmark": "^2.1.4",
160160
"body-parser": "^2.2.0",
161161
"chai": "^4.5.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,13 +1076,13 @@ available-typed-arrays@^1.0.7:
10761076
dependencies:
10771077
possible-typed-array-names "^1.0.0"
10781078

1079-
axios@^1.10.0:
1080-
version "1.10.0"
1081-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
1082-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
1079+
axios@^1.11.0:
1080+
version "1.11.0"
1081+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
1082+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
10831083
dependencies:
10841084
follow-redirects "^1.15.6"
1085-
form-data "^4.0.0"
1085+
form-data "^4.0.4"
10861086
proxy-from-env "^1.1.0"
10871087

10881088
balanced-match@^1.0.0:
@@ -2257,7 +2257,7 @@ foreground-child@^3.1.0:
22572257
cross-spawn "^7.0.6"
22582258
signal-exit "^4.0.1"
22592259

2260-
form-data@^4.0.0:
2260+
form-data@^4.0.4:
22612261
version "4.0.4"
22622262
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
22632263
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==

0 commit comments

Comments
 (0)