From 1f598625d91decc8f256fe75745d9c4aaab2970f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 17:49:35 +0000 Subject: [PATCH] build(deps): bump axios from 0.19.0 to 0.21.2 in /nebtestkit Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.0...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nebtestkit/package-lock.json | 16 +++++++++++----- nebtestkit/package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/nebtestkit/package-lock.json b/nebtestkit/package-lock.json index bfabbdcc5..e58952dbc 100644 --- a/nebtestkit/package-lock.json +++ b/nebtestkit/package-lock.json @@ -153,12 +153,18 @@ "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=" }, "axios": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz", - "integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "1.5.10", - "is-buffer": "^2.0.2" + "follow-redirects": "^1.14.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz", + "integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==" + } } }, "balanced-match": { diff --git a/nebtestkit/package.json b/nebtestkit/package.json index a98b0822a..0cd9ede93 100644 --- a/nebtestkit/package.json +++ b/nebtestkit/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "extend": ">=3.0.2", - "axios": ">=0.18.1", + "axios": ">=0.21.2", "command-exists": ">=1.2.4", "stringstream": ">=0.0.6", "cryptiles": "^4.1.2",