Update dependency axios to v1.7.0

This commit is contained in:
Kasper Juul Hermansen 2024-05-19 20:34:40 +00:00
parent f3ecfd9ead
commit 4a7a7be282
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"axios": "1.6.8",
"axios": "1.7.0",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1"

View File

@ -332,10 +332,10 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
axios@1.6.8:
version "1.6.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
axios@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.0.tgz#b48f715325457ededfcb3f0a44a3fb9d5742acb6"
integrity sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"