From 68206943c68e325f01213d9111cfd9fd2925cc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 23:08:02 +0000 Subject: [PATCH] chore(deps): bump axios from 1.12.0 to 1.12.2 Bumps [axios](https://github.com/axios/axios) from 1.12.0 to 1.12.2. - [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.12.0...v1.12.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 906a3a4..4cba661 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@aws-sdk/credential-provider-node": "3.888.0", "@aws-sdk/credential-providers": "3.888.0", "@modelcontextprotocol/sdk": "1.18.0", - "axios": "1.12.0", + "axios": "1.12.2", "base64url": "3.0.1", "crypto-js": "4.2.0", "dayjs": "1.11.18", @@ -6561,9 +6561,9 @@ } }, "node_modules/axios": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", - "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", + "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index ef93c02..bf85724 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@aws-sdk/credential-provider-node": "3.888.0", "@aws-sdk/credential-providers": "3.888.0", "@modelcontextprotocol/sdk": "1.18.0", - "axios": "1.12.0", + "axios": "1.12.2", "base64url": "3.0.1", "crypto-js": "4.2.0", "dayjs": "1.11.18",