From 4437a9f7f159152288e6c036daa59c9f7d8b4f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:08:52 +0200 Subject: [PATCH] Bump axios from 1.5.1 to 1.6.0 (#5314) Bumps [axios](https://github.com/axios/axios) from 1.5.1 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.5.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8d8e4fb2f679..c6efe54b1946 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@polkadot/api": "^10.10.1", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^12.0.4", - "axios": "^1.5.1", + "axios": "^1.6.0", "cloudflare": "^2.9.1", "cross-env": "^7.0.3", "fs-extra": "^11.1.1", diff --git a/yarn.lock b/yarn.lock index 1db51e0cfa82..de9c4e574f36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3907,10 +3907,10 @@ axios@^0.25.0: dependencies: follow-redirects "^1.14.7" -axios@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" - integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== +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"