From a0276b093b108c56c5f320b55f41b3de34933c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 11:11:35 +0000 Subject: [PATCH] Bump axios in /src/promotions-manager/testing/integration-tests Bumps [axios](https://github.com/axios/axios) from 0.18.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.18.0...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../integration-tests/package-lock.json | 18 +++++++----------- .../testing/integration-tests/package.json | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/promotions-manager/testing/integration-tests/package-lock.json b/src/promotions-manager/testing/integration-tests/package-lock.json index a9ffbc3..514710a 100644 --- a/src/promotions-manager/testing/integration-tests/package-lock.json +++ b/src/promotions-manager/testing/integration-tests/package-lock.json @@ -44,12 +44,11 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "axios": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", - "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", + "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.3.0", - "is-buffer": "^1.1.5" + "follow-redirects": "^1.14.0" } }, "balanced-match": { @@ -183,12 +182,9 @@ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, "follow-redirects": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.6.1.tgz", - "integrity": "sha512-t2JCjbzxQpWvbhts3l6SH1DKzSrx8a+SsaVf4h6bG4kOXUuPYS/kg2Lr4gQSb7eemaHqJkOThF1BGyjlUkO1GQ==", - "requires": { - "debug": "=3.1.0" - } + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz", + "integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==" }, "form-data": { "version": "2.3.3", diff --git a/src/promotions-manager/testing/integration-tests/package.json b/src/promotions-manager/testing/integration-tests/package.json index 10185cc..d6ea6e9 100644 --- a/src/promotions-manager/testing/integration-tests/package.json +++ b/src/promotions-manager/testing/integration-tests/package.json @@ -10,7 +10,7 @@ "author": "Alex Az @ QualiLabs", "license": "ISC", "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.2", "chai": "^4.2.0", "chai-http": "^4.2.1", "mocha": "^5.2.0",