From ca1344500452ead8039de4e5752f32fcd54ded0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 00:37:33 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.0 to 1.6.1 Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.6.1. - [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.6.0...v1.6.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index 85c291c..fefe7e3 100644 --- a/site/package.json +++ b/site/package.json @@ -30,7 +30,7 @@ "@zag-js/solid": "^0.2.10", "@zag-js/toast": "^0.2.14", "@zag-js/tooltip": "^0.2.13", - "axios": "^1.6.0", + "axios": "^1.6.1", "classnames": "^2.3.2", "ethers": "^6.2.3", "highlight.js": "^11.7.0", diff --git a/yarn.lock b/yarn.lock index c638618..8b38356 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3238,10 +3238,10 @@ axios@^0.25.0: dependencies: follow-redirects "^1.14.7" -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== +axios@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7" + integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"