From df59a185e657050c26a368324404245548e32f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:02:55 +0000 Subject: [PATCH] Bump axios Bumps the npm_and_yarn group in /charts/firefly/scripts/ff-deploy-erc20-erc721-contracts with 1 update: [axios](https://github.com/axios/axios). Updates `axios` from 0.25.0 to 1.7.4 - [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/v0.25.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../scripts/ff-deploy-erc20-erc721-contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/firefly/scripts/ff-deploy-erc20-erc721-contracts/package.json b/charts/firefly/scripts/ff-deploy-erc20-erc721-contracts/package.json index d66df83..ea617ac 100644 --- a/charts/firefly/scripts/ff-deploy-erc20-erc721-contracts/package.json +++ b/charts/firefly/scripts/ff-deploy-erc20-erc721-contracts/package.json @@ -10,7 +10,7 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "axios": "^0.25.0", + "axios": "^1.7.4", "form-data": "^4.0.0" } }