Skip to content

Commit b9ba30b

Browse files
Bump axios from 1.14.0 to 1.15.0
Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ec7ffd commit b9ba30b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
},
200200
"dependencies": {
201201
"@stellar/stellar-base": "^15.0.0",
202-
"axios": "1.14.0",
202+
"axios": "1.15.0",
203203
"bignumber.js": "^9.3.1",
204204
"commander": "^14.0.3",
205205
"eventsource": "^2.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,10 +2411,10 @@ axios-mock-adapter@^1.22.0:
24112411
fast-deep-equal "^3.1.3"
24122412
is-buffer "^2.0.5"
24132413

2414-
axios@1.14.0:
2415-
version "1.14.0"
2416-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.14.0.tgz#7c29f4cf2ea91ef05018d5aa5399bf23ed3120eb"
2417-
integrity sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==
2414+
axios@1.15.0:
2415+
version "1.15.0"
2416+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
2417+
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
24182418
dependencies:
24192419
follow-redirects "^1.15.11"
24202420
form-data "^4.0.5"

0 commit comments

Comments
 (0)