From a2a24ba732b54a582274a069bf91eb6b36b93cbe Mon Sep 17 00:00:00 2001 From: MartinWheelerMT Date: Tue, 31 Mar 2026 17:01:51 +0100 Subject: [PATCH] * Fix axios version to 1.14.0 for `test-suite/server`. * Regenerate `package-lock.json`. * Add cooldown to Gradle in dependabot.yml --- .github/dependabot.yml | 2 ++ test-suite/server/package-lock.json | 25 ++++++++++++++----------- test-suite/server/package.json | 2 +- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69e39858..97a5ee1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: - "/service" schedule: interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/test-suite/server/package-lock.json b/test-suite/server/package-lock.json index 709c0652..cf448c59 100644 --- a/test-suite/server/package-lock.json +++ b/test-suite/server/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "axios": "^1.13.2", + "axios": "1.14.0", "body-parser": "^1.20.4", "concurrently": "^7.2.1", "consola": "^2.15.3", @@ -365,14 +365,14 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", + "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", - "proxy-from-env": "^1.1.0" + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", + "proxy-from-env": "^2.1.0" } }, "node_modules/balanced-match": { @@ -1591,10 +1591,13 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/pstree.remy": { "version": "1.1.8", diff --git a/test-suite/server/package.json b/test-suite/server/package.json index af083675..865ce2d5 100644 --- a/test-suite/server/package.json +++ b/test-suite/server/package.json @@ -11,7 +11,7 @@ "author": "Rio Knightley", "license": "ISC", "dependencies": { - "axios": "^1.13.2", + "axios": "1.14.0", "body-parser": "^1.20.4", "concurrently": "^7.2.1", "consola": "^2.15.3",