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" }