From 7a4793a33c36d787da61e3e538d1b23fb609a4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:05:19 +0000 Subject: [PATCH] chore(deps): bump axios in /samples/multimodal-rag/frontend Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.12.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/v1.8.4...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../multimodal-rag/frontend/package-lock.json | 17 +++++++++-------- samples/multimodal-rag/frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/samples/multimodal-rag/frontend/package-lock.json b/samples/multimodal-rag/frontend/package-lock.json index 922d891..c37e076 100644 --- a/samples/multimodal-rag/frontend/package-lock.json +++ b/samples/multimodal-rag/frontend/package-lock.json @@ -25,7 +25,7 @@ "@tabler/icons-react": "^2.47.0", "@tanstack/react-table": "^8.10.6", "aws-amplify": "^6.4.3", - "axios": "^1.8.4", + "axios": "^1.12.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.284.0", @@ -10585,13 +10585,13 @@ } }, "node_modules/axios": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz", - "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" } }, @@ -11750,14 +11750,15 @@ } }, "node_modules/form-data": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", - "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", + "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", "mime-types": "^2.1.12" }, "engines": { diff --git a/samples/multimodal-rag/frontend/package.json b/samples/multimodal-rag/frontend/package.json index cb07021..ef34e0b 100644 --- a/samples/multimodal-rag/frontend/package.json +++ b/samples/multimodal-rag/frontend/package.json @@ -27,7 +27,7 @@ "@tabler/icons-react": "^2.47.0", "@tanstack/react-table": "^8.10.6", "aws-amplify": "^6.4.3", - "axios": "^1.8.4", + "axios": "^1.12.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.284.0",