From d9f50b793375826042e146fdcb7a1870e3a9746d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 12:38:17 +0000 Subject: [PATCH] chore(deps): bump axios from 1.8.4 to 1.12.0 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] --- package-lock.json | 9 +++++---- react/typescript/kitchensink/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07d93b4..5c71c13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11041,14 +11041,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": { @@ -26124,7 +26125,7 @@ "@styled-icons/material": "^10.28.0", "@styled-icons/material-outlined": "^10.34.0", "@styled-icons/material-rounded": "^10.34.0", - "axios": "^1.8.4", + "axios": "^1.12.0", "date-fns": "^2.12.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", diff --git a/react/typescript/kitchensink/package.json b/react/typescript/kitchensink/package.json index ed926d5..0141ce9 100644 --- a/react/typescript/kitchensink/package.json +++ b/react/typescript/kitchensink/package.json @@ -34,7 +34,7 @@ "@styled-icons/material": "^10.28.0", "@styled-icons/material-outlined": "^10.34.0", "@styled-icons/material-rounded": "^10.34.0", - "axios": "^1.8.4", + "axios": "^1.12.0", "date-fns": "^2.12.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21",