From 737bfd122181aa6a087595987323454d0288460a Mon Sep 17 00:00:00 2001 From: Clare Liguori Date: Thu, 1 Dec 2022 12:37:20 -0800 Subject: [PATCH] Revert "Bump axios from 1.1.3 to 1.2.0 in /chat-bot/bot (#804)" This reverts commit 77e8e94e5927473c321427c9a99a859522352073. See https://github.com/axios/axios/issues/5298 --- chat-bot/bot/package-lock.json | 14 +++++++------- chat-bot/bot/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chat-bot/bot/package-lock.json b/chat-bot/bot/package-lock.json index 98889900c..fd63c32ca 100644 --- a/chat-bot/bot/package-lock.json +++ b/chat-bot/bot/package-lock.json @@ -8,7 +8,7 @@ "name": "trivia-game-chat-bot", "version": "1.0.0", "dependencies": { - "axios": "^1.2.0", + "axios": "^1.1.3", "number-to-words": "^1.2.4" } }, @@ -18,9 +18,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.0.tgz", - "integrity": "sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.1.3.tgz", + "integrity": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -115,9 +115,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "axios": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.0.tgz", - "integrity": "sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.1.3.tgz", + "integrity": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/chat-bot/bot/package.json b/chat-bot/bot/package.json index aa605f881..51173a482 100644 --- a/chat-bot/bot/package.json +++ b/chat-bot/bot/package.json @@ -2,7 +2,7 @@ "name": "trivia-game-chat-bot", "version": "1.0.0", "dependencies": { - "axios": "^1.2.0", + "axios": "^1.1.3", "number-to-words": "^1.2.4" } }