From b00b7a0d5943e9cf8fee7f124dbe844887b14aa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 01:24:30 +0000 Subject: [PATCH] fix(deps): update dependency axios to ^1.6.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 39fb23e..8f82af8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "axios": "^1.5.1", + "axios": "^1.6.0", "bulma": "^0.9.4", "gatsby": "^5.12.9", "gatsby-plugin-html-attributes": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index 1d2c7c7..cfdd103 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3395,10 +3395,10 @@ axios@^0.21.1: dependencies: follow-redirects "^1.10.0" -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"