diff --git a/code/twilio/lightchanger/package-lock.json b/code/twilio/lightchanger/package-lock.json index 878c24d..8d4c0d5 100644 --- a/code/twilio/lightchanger/package-lock.json +++ b/code/twilio/lightchanger/package-lock.json @@ -444,11 +444,11 @@ "dev": true }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz", + "integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" } }, "balanced-match": { @@ -1560,9 +1560,9 @@ } }, "follow-redirects": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz", - "integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==" + "version": "1.14.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz", + "integrity": "sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==" }, "forever-agent": { "version": "0.6.1", diff --git a/code/twilio/lightchanger/package.json b/code/twilio/lightchanger/package.json index 4f0e959..2a4536a 100644 --- a/code/twilio/lightchanger/package.json +++ b/code/twilio/lightchanger/package.json @@ -8,7 +8,7 @@ "deploy": "twilio-run deploy" }, "dependencies": { - "axios": "^0.21.1" + "axios": "^0.21.3" }, "devDependencies": { "configure-env": "^1.0.0",