From 587af6a708d461204dcb20cede52afa22b766798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 01:54:39 +0000 Subject: [PATCH] Bump axios in /Embeddings-Foundational-LLM-ChatBot/web-app Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../web-app/package-lock.json | 18 ++++++++++++------ .../web-app/package.json | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Embeddings-Foundational-LLM-ChatBot/web-app/package-lock.json b/Embeddings-Foundational-LLM-ChatBot/web-app/package-lock.json index acea0a7..7554ab0 100644 --- a/Embeddings-Foundational-LLM-ChatBot/web-app/package-lock.json +++ b/Embeddings-Foundational-LLM-ChatBot/web-app/package-lock.json @@ -19,7 +19,7 @@ "@cloudscape-design/global-styles": "^1.0.1", "ace-builds": "^1.13.0", "aws-amplify": "^5.0.12", - "axios": "^0.27.2", + "axios": "^1.6.0", "moment": "^2.29.4", "moment-timezone": "^0.5.42", "react": "^17.0.2", @@ -13513,12 +13513,13 @@ } }, "node_modules/axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dependencies": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/axios/node_modules/form-data": { @@ -24211,6 +24212,11 @@ "node": ">= 0.10" } }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, "node_modules/psl": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", diff --git a/Embeddings-Foundational-LLM-ChatBot/web-app/package.json b/Embeddings-Foundational-LLM-ChatBot/web-app/package.json index 26de42d..4f9d63c 100644 --- a/Embeddings-Foundational-LLM-ChatBot/web-app/package.json +++ b/Embeddings-Foundational-LLM-ChatBot/web-app/package.json @@ -16,7 +16,7 @@ "string-strip-html": "^13.2.3", "ace-builds": "^1.13.0", "aws-amplify": "^5.0.12", - "axios": "^0.27.2", + "axios": "^1.6.0", "moment": "^2.29.4", "moment-timezone": "^0.5.42", "react": "^17.0.2",