Skip to content

Commit 7134357

Browse files
Bump axios from 1.10.0 to 1.11.0
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7cd9403 commit 7134357

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@uiw/codemirror-theme-okaidia": "^4.23.7",
2525
"@uiw/react-codemirror": "^4.23.7",
2626
"antd": "^5.23.2",
27-
"axios": "^1.8.2",
27+
"axios": "^1.11.0",
2828
"babel-loader": "^9.2.1",
2929
"copy-to-clipboard": "^3.3.3",
3030
"gh-pages": "^6.3.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3242,13 +3242,13 @@ axios@^0.26.1:
32423242
dependencies:
32433243
follow-redirects "^1.14.8"
32443244

3245-
axios@^1.8.2:
3246-
version "1.10.0"
3247-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
3248-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
3245+
axios@^1.11.0:
3246+
version "1.11.0"
3247+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
3248+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
32493249
dependencies:
32503250
follow-redirects "^1.15.6"
3251-
form-data "^4.0.0"
3251+
form-data "^4.0.4"
32523252
proxy-from-env "^1.1.0"
32533253

32543254
babel-loader@^9.2.1:
@@ -5143,10 +5143,10 @@ form-data@^2.2.0:
51435143
mime-types "^2.1.35"
51445144
safe-buffer "^5.2.1"
51455145

5146-
form-data@^4.0.0:
5147-
version "4.0.3"
5148-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae"
5149-
integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==
5146+
form-data@^4.0.4:
5147+
version "4.0.4"
5148+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
5149+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
51505150
dependencies:
51515151
asynckit "^0.4.0"
51525152
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)