From 000154468dca69f556cbbd389286ef6450147673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:37:31 +0000 Subject: [PATCH] Bump axios from 1.11.0 to 1.12.2 Bumps [axios](https://github.com/axios/axios) from 1.11.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.11.0...v1.12.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:production ... 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 602537d2..ea9119e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@wordpress/i18n": "^4.2.2", "@wordpress/plugins": "^6.26.0", "@wordpress/wordcount": "^3.2.3", - "axios": "^1.6.0", + "axios": "^1.12.2", "lodash": "^4.17.21", "react": "^18.0.0", "react-dom": "^18.0.0", @@ -11522,9 +11522,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.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 ef7c3192..ce7e0a4e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@wordpress/i18n": "^4.2.2", "@wordpress/plugins": "^6.26.0", "@wordpress/wordcount": "^3.2.3", - "axios": "^1.6.0", + "axios": "^1.12.2", "lodash": "^4.17.21", "react": "^18.0.0", "react-dom": "^18.0.0",