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"