From fbe9c93f5464e59198bbea3c2edb852eefac4bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:20:03 +0000 Subject: [PATCH] build(deps): bump axios 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:production ... [skip ci] Co-authored-by: Peter Somogyvari Signed-off-by: dependabot[bot] Signed-off-by: Peter Somogyvari --- packages/cactus-plugin-ledger-connector-sawtooth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/package.json b/packages/cactus-plugin-ledger-connector-sawtooth/package.json index bcdfc20d47..810698bffe 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/package.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/package.json @@ -58,7 +58,7 @@ "@hyperledger/cactus-common": "2.0.0-alpha.2", "@hyperledger/cactus-core": "2.0.0-alpha.2", "@hyperledger/cactus-core-api": "2.0.0-alpha.2", - "axios": "1.5.1", + "axios": "1.6.0", "cbor": "9.0.1", "rxjs": "7.8.1", "socket.io-client": "4.5.4"