From 01e7fb18144b20a97a74f9e86b1505a700ea80d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:06:18 +0000 Subject: [PATCH] Bump axios in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.11.0 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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c1d461..ae627f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,10 +14,10 @@ "@types/react": "19.1.9", "@types/react-dom": "19.1.7", "@vercel/analytics": "^1.5.0", - "axios": "^1.11.0", + "axios": "^1.12.0", "eslint": "9.32.0", "eslint-config-next": "15.4.5", - "next": "^15.4.7", + "next": "15.4.7", "react": "19.1.1", "react-dom": "19.1.1", "react-icons": "^5.5.0", @@ -3598,9 +3598,9 @@ } }, "node_modules/axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "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", diff --git a/package.json b/package.json index eb77882..9d78d10 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/react": "19.1.9", "@types/react-dom": "19.1.7", "@vercel/analytics": "^1.5.0", - "axios": "^1.11.0", + "axios": "^1.12.0", "eslint": "9.32.0", "eslint-config-next": "15.4.5", "next": "15.4.7",