Skip to content

Commit 6515e0e

Browse files
spiatrenkasnyk-bot
andauthored
fix: upgrade axios from 1.6.7 to 1.6.8 (#78)
Snyk has created this PR to upgrade axios from 1.6.7 to 1.6.8. See this package in npm: See this project in Snyk: https://app.snyk.io/org/spiatrenka/project/c8c292a3-db0f-4bd1-805d-24b1701d070e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent cd1d631 commit 6515e0e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/anyfin/bankid/issues"
2626
},
2727
"dependencies": {
28-
"axios": "^1.6.4"
28+
"axios": "^1.6.8"
2929
},
3030
"devDependencies": {
3131
"@types/node": "^20.11.10",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ asynckit@^0.4.0:
1414
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
1515
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
1616

17-
axios@^1.6.4:
18-
version "1.6.7"
19-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
20-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
17+
axios@^1.6.8:
18+
version "1.6.8"
19+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
20+
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
2121
dependencies:
22-
follow-redirects "^1.15.4"
22+
follow-redirects "^1.15.6"
2323
form-data "^4.0.0"
2424
proxy-from-env "^1.1.0"
2525

@@ -35,7 +35,7 @@ delayed-stream@~1.0.0:
3535
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
3636
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
3737

38-
follow-redirects@^1.15.4:
38+
follow-redirects@^1.15.6:
3939
version "1.15.6"
4040
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
4141
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)