diff --git a/ui/package.json b/ui/package.json index 028452d8b..aaffa2a61 100644 --- a/ui/package.json +++ b/ui/package.json @@ -32,7 +32,7 @@ "@glimmer/tracking": "^1.1.2", "@meroxa/ui-base": "https://github.com/meroxa/ui-base.git#2.0.0", "autoprefixer": "^10.4.12", - "axios": "^1.3.4", + "axios": "^1.6.8", "babel-eslint": "^10.1.0", "broccoli-asset-rev": "^3.0.0", "d3-selection": "^3.0.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index ab58b08ce..9d198d811 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2827,12 +2827,12 @@ autoprefixer@^10.4.12: picocolors "^1.0.0" postcss-value-parser "^4.2.0" -axios@^1.3.4: - version "1.3.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024" - integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ== +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== dependencies: - follow-redirects "^1.15.0" + follow-redirects "^1.15.6" form-data "^4.0.0" proxy-from-env "^1.1.0" @@ -6944,7 +6944,7 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" -follow-redirects@^1.0.0, follow-redirects@^1.15.0: +follow-redirects@^1.0.0, follow-redirects@^1.15.6: version "1.15.6" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==