Skip to content

Commit f625c6a

Browse files
committed
fix: upgrade axios from 1.6.7 to 1.6.8
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/reach/project/4049d86e-6746-45cb-b768-5a9bef4e21e3?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent cf42b64 commit f625c6a

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
@@ -56,7 +56,7 @@
5656
"yarn.lock"
5757
],
5858
"dependencies": {
59-
"axios": "^1.6.7"
59+
"axios": "^1.6.8"
6060
},
6161
"devDependencies": {
6262
"@commitlint/cli": "^8.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,12 +3309,12 @@ axios-mock-adapter@^1.22.0:
33093309
fast-deep-equal "^3.1.3"
33103310
is-buffer "^2.0.5"
33113311

3312-
axios@^1.6.7:
3313-
version "1.6.7"
3314-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
3315-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
3312+
axios@^1.6.8:
3313+
version "1.6.8"
3314+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
3315+
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
33163316
dependencies:
3317-
follow-redirects "^1.15.4"
3317+
follow-redirects "^1.15.6"
33183318
form-data "^4.0.0"
33193319
proxy-from-env "^1.1.0"
33203320

@@ -5942,10 +5942,10 @@ flatted@^3.2.7:
59425942
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
59435943
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
59445944

5945-
follow-redirects@^1.15.4:
5946-
version "1.15.4"
5947-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
5948-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
5945+
follow-redirects@^1.15.6:
5946+
version "1.15.6"
5947+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
5948+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
59495949

59505950
for-each@^0.3.3:
59515951
version "0.3.3"

0 commit comments

Comments
 (0)