Skip to content

Commit 6a5ba63

Browse files
fix(deps): update dependency axios to v1.7.1
1 parent 47db81b commit 6a5ba63

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
@@ -30,7 +30,7 @@
3030
"typescript": "^5.1.6"
3131
},
3232
"dependencies": {
33-
"axios": "1.6.8",
33+
"axios": "1.7.1",
3434
"tslib": "^2.6.0"
3535
},
3636
"engines": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,10 @@ asynckit@^0.4.0:
297297
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
298298
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
299299

300-
axios@1.6.8:
301-
version "1.6.8"
302-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
303-
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
300+
axios@1.7.1:
301+
version "1.7.1"
302+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.1.tgz#522145622a09dfaf49359837db9649ff245a35b9"
303+
integrity sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q==
304304
dependencies:
305305
follow-redirects "^1.15.6"
306306
form-data "^4.0.0"

0 commit comments

Comments
 (0)