Skip to content

Commit 65a1070

Browse files
committed
feat(NOJIRA-1234): updated axios dependency
1 parent 9cc1215 commit 65a1070

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"yarn.lock"
5757
],
5858
"dependencies": {
59-
"axios": "^1.13.2"
59+
"axios": "^1.13.4"
6060
},
6161
"devDependencies": {
6262
"@commitlint/cli": "^8.3.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3262,10 +3262,10 @@ axios-mock-adapter@^1.22.0:
32623262
fast-deep-equal "^3.1.3"
32633263
is-buffer "^2.0.5"
32643264

3265-
axios@^1.13.2:
3266-
version "1.13.2"
3267-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687"
3268-
integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==
3265+
axios@^1.13.4:
3266+
version "1.13.4"
3267+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.4.tgz#15d109a4817fb82f73aea910d41a2c85606076bc"
3268+
integrity sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==
32693269
dependencies:
32703270
follow-redirects "^1.15.6"
32713271
form-data "^4.0.4"

0 commit comments

Comments
 (0)