diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c30c0f5..8e7b6a1e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,10 +16,10 @@ updates: patterns: - "*" ignore: + # Keep actions/cache and actions/artifact major aligned and force actions/cache version to match patch - dependency-name: "*actions/cache*" - versions: ["5.x"] - dependency-name: "*actions/artifact*" - versions: ["5.x"] + update-types: ["version-update:semver-major", "version-update:semver-minor"] - package-ecosystem: "github-actions" # github-actions with directory: "/" only monitors .github/workflows diff --git a/sources/package-lock.json b/sources/package-lock.json index f19a48e6..84c6ce7c 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -29,13 +29,13 @@ "@gradle-tech/develocity-agent": "3.0.0", "@jest/globals": "30.2.0", "@types/jest": "30.0.0", - "@types/node": "25.0.2", + "@types/node": "25.0.3", "@types/semver": "7.7.1", "@types/unzipper": "0.10.11", "@types/which": "3.0.4", "@typescript-eslint/eslint-plugin": "8.50.0", "@vercel/ncc": "0.38.4", - "dedent": "1.7.0", + "dedent": "1.7.1", "eslint": "9.24.0", "globals": "16.5.0", "jest": "30.2.0", @@ -2579,9 +2579,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.2.tgz", - "integrity": "sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" @@ -4287,9 +4287,9 @@ } }, "node_modules/dedent": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.0.tgz", - "integrity": "sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.1.tgz", + "integrity": "sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/sources/package.json b/sources/package.json index e94157ae..3b3a88ac 100644 --- a/sources/package.json +++ b/sources/package.json @@ -54,13 +54,13 @@ "@gradle-tech/develocity-agent": "3.0.0", "@jest/globals": "30.2.0", "@types/jest": "30.0.0", - "@types/node": "25.0.2", + "@types/node": "25.0.3", "@types/semver": "7.7.1", "@types/unzipper": "0.10.11", "@types/which": "3.0.4", "@typescript-eslint/eslint-plugin": "8.50.0", "@vercel/ncc": "0.38.4", - "dedent": "1.7.0", + "dedent": "1.7.1", "eslint": "9.24.0", "globals": "16.5.0", "jest": "30.2.0",