From 4a96b0766aa2912457bbae0f2449410ce24bb6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 10:02:24 +0000 Subject: [PATCH] Bump axios from 0.21.0 to 0.21.1 in /25-SpringCloudConfigEncryption Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1) Signed-off-by: dependabot[bot] --- 25-SpringCloudConfigEncryption/package-lock.json | 12 ++++++------ 25-SpringCloudConfigEncryption/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/25-SpringCloudConfigEncryption/package-lock.json b/25-SpringCloudConfigEncryption/package-lock.json index c655de0..147b6fd 100644 --- a/25-SpringCloudConfigEncryption/package-lock.json +++ b/25-SpringCloudConfigEncryption/package-lock.json @@ -5,17 +5,17 @@ "requires": true, "dependencies": { "axios": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz", - "integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { "follow-redirects": "^1.10.0" } }, "follow-redirects": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", - "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" } } } diff --git a/25-SpringCloudConfigEncryption/package.json b/25-SpringCloudConfigEncryption/package.json index 9daed15..cc6e2bf 100644 --- a/25-SpringCloudConfigEncryption/package.json +++ b/25-SpringCloudConfigEncryption/package.json @@ -10,6 +10,6 @@ "author": "Diego Perez Molinero", "license": "ISC", "dependencies": { - "axios": "^0.21.0" + "axios": "^0.21.1" } }