From 2aa502e5fa87eb230980823ad60389d9e5278b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 20:46:30 +0000 Subject: [PATCH] build(deps): bump axios from 0.20.0 to 0.21.1 in /AutomaticClockOuts Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.1. - [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.20.0...v0.21.1) Signed-off-by: dependabot[bot] --- AutomaticClockOuts/package-lock.json | 6 +++--- AutomaticClockOuts/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AutomaticClockOuts/package-lock.json b/AutomaticClockOuts/package-lock.json index 1ccab33..3708396 100644 --- a/AutomaticClockOuts/package-lock.json +++ b/AutomaticClockOuts/package-lock.json @@ -505,9 +505,9 @@ } }, "axios": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz", - "integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==", + "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" } diff --git a/AutomaticClockOuts/package.json b/AutomaticClockOuts/package.json index 4947c76..1cfc5ff 100644 --- a/AutomaticClockOuts/package.json +++ b/AutomaticClockOuts/package.json @@ -10,7 +10,7 @@ "@azure/cosmos": "3.5.2", "@azure/msal-node": "^1.0.0-alpha.5", "@slack/web-api": "^6.0.0", - "axios": "^0.20.0", + "axios": "^0.21.1", "dotenv": "^8.2.0", "moment": "^2.27.0", "msal": "^1.4.0"