Skip to content

Commit 55280be

Browse files
committed
chore(deps): update dependency axios to v1.6.8
1 parent 17b7901 commit 55280be

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/node": "20.11.28",
5252
"@typescript-eslint/eslint-plugin": "7.2.0",
5353
"@typescript-eslint/parser": "7.2.0",
54-
"axios": "1.6.7",
54+
"axios": "1.6.8",
5555
"eslint": "8.57.0",
5656
"eslint-config-prettier": "9.1.0",
5757
"eslint-plugin-prettier": "5.1.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -964,12 +964,12 @@ asynckit@^0.4.0:
964964
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
965965
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
966966

967-
axios@1.6.7:
968-
version "1.6.7"
969-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
970-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
967+
axios@1.6.8:
968+
version "1.6.8"
969+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
970+
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
971971
dependencies:
972-
follow-redirects "^1.15.4"
972+
follow-redirects "^1.15.6"
973973
form-data "^4.0.0"
974974
proxy-from-env "^1.1.0"
975975

@@ -1717,10 +1717,10 @@ flatted@^3.1.0:
17171717
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
17181718
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
17191719

1720-
follow-redirects@^1.15.4:
1721-
version "1.15.4"
1722-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
1723-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
1720+
follow-redirects@^1.15.6:
1721+
version "1.15.6"
1722+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
1723+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
17241724

17251725
form-data@^4.0.0:
17261726
version "4.0.0"

0 commit comments

Comments
 (0)