From 4a525b27e30be4be11aededb5bca36b0bff18728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 11:05:05 +0000 Subject: [PATCH] npm: bump axios from 1.3.4 to 1.6.0 in /ui Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.0. - [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.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... 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..952b689a1 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.0", "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..b6197d4ff 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.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"