From 993d19d8c1c8cc8f08172ad7ee045dd5e553b0fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:46:05 +0000 Subject: [PATCH] Bump axios from 1.11.0 to 1.12.0 in /create-github-app-token Bumps [axios](https://github.com/axios/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 ... Signed-off-by: dependabot[bot] --- create-github-app-token/package-lock.json | 8 ++++---- create-github-app-token/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/create-github-app-token/package-lock.json b/create-github-app-token/package-lock.json index 39d5a10..6a3ccaf 100644 --- a/create-github-app-token/package-lock.json +++ b/create-github-app-token/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "license": "ISC", "dependencies": { - "axios": "^1.11.0", + "axios": "^1.12.0", "azure-pipelines-task-lib": "^5.0.0", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", @@ -1228,9 +1228,9 @@ "license": "MIT" }, "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/create-github-app-token/package.json b/create-github-app-token/package.json index 3e06113..dba64a5 100644 --- a/create-github-app-token/package.json +++ b/create-github-app-token/package.json @@ -15,7 +15,7 @@ "license": "ISC", "description": "", "dependencies": { - "axios": "^1.11.0", + "axios": "^1.12.0", "azure-pipelines-task-lib": "^5.0.0", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0",