From b839571dd8349d3edd87bc1a8943f066cd5f2a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 09:51:02 +0000 Subject: [PATCH] npm: bump axios from 1.3.4 to 1.6.3 in /ui Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.3.4...v1.6.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 028452d8b..f48dc7c01 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.3", "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 67ae830d8..5f0034e5f 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2827,10 +2827,10 @@ 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.3: + version "1.6.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4" + integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"