From 5f6900f3e01a5815582d7499c944f0759c2f88a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:27:05 +0000 Subject: [PATCH] chore: bump axios from 1.11.0 to 1.13.1 in /.github/scripts Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.13.1. - [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.13.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/scripts/package-lock.json | 8 ++++---- .github/scripts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 9283d56..2b34410 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -8,7 +8,7 @@ "name": "awesome-docker-run-validator", "version": "1.0.0", "dependencies": { - "axios": "^1.11.0", + "axios": "^1.13.1", "glob": "^11.0.3", "js-yaml": "^4.1.0" } @@ -88,9 +88,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.13.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz", + "integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 141b006..c5b9685 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -7,7 +7,7 @@ "validate": "node .github/scripts/validate.js" }, "dependencies": { - "axios": "^1.11.0", + "axios": "^1.13.1", "glob": "^11.0.3", "js-yaml": "^4.1.0" }