diff --git a/package-lock.json b/package-lock.json index 3f03fe0..db69434 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^2.0.1", "@actions/github": "^8.0.1", - "@commitlint/config-angular": "^19.1.0", + "@commitlint/config-angular": "^21.0.0", "@commitlint/config-conventional": "^19.1.0", "@commitlint/config-lerna-scopes": "^20.4.3", "@commitlint/config-patternplate": "^19.1.0", @@ -1871,24 +1871,24 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "19.8.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.8.1.tgz", - "integrity": "sha512-5OAVgqwg6m4iXP2FkrswKZjrgzyQetR5Jkyt5SajlxLfKzZOzdB3hSqVJQdtvF/AxiMwz9Ey5BIXTCfSIrvZGg==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-21.0.0.tgz", + "integrity": "sha512-86VyCqEG0oMBqJo6RCTN18c7nguDcBLVRgRlwyzq4n7MTK9IbbupOM7k6BeD20Ju4sGS8eM+cw8pIfssSGcEkg==", "license": "MIT", "dependencies": { - "@commitlint/config-angular-type-enum": "^19.8.1" + "@commitlint/config-angular-type-enum": "^21.0.0" }, "engines": { - "node": ">=v18" + "node": ">=22.12.0" } }, "node_modules/@commitlint/config-angular-type-enum": { - "version": "19.8.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-19.8.1.tgz", - "integrity": "sha512-JKEINTDQcH5+qSq0Fcp/gzT7SQ3RvY74SNXiMABNTsseocB33TKMzPwDJHZbl/hyRemWEE97Qbxz+ILnJ+9AZQ==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-21.0.0.tgz", + "integrity": "sha512-+v59ZisdLGTdQCiDp3NIFWvoeR4ZLsRR1k8B5Q+kRp29JCgm50ckDcyskT51xQhAuQo0wA+R90S8QpMzB/dVsQ==", "license": "MIT", "engines": { - "node": ">=v18" + "node": ">=22.12.0" } }, "node_modules/@commitlint/config-conventional": { @@ -1939,6 +1939,27 @@ "node": ">=v18" } }, + "node_modules/@commitlint/config-patternplate/node_modules/@commitlint/config-angular": { + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.8.1.tgz", + "integrity": "sha512-5OAVgqwg6m4iXP2FkrswKZjrgzyQetR5Jkyt5SajlxLfKzZOzdB3hSqVJQdtvF/AxiMwz9Ey5BIXTCfSIrvZGg==", + "license": "MIT", + "dependencies": { + "@commitlint/config-angular-type-enum": "^19.8.1" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/config-patternplate/node_modules/@commitlint/config-angular-type-enum": { + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-19.8.1.tgz", + "integrity": "sha512-JKEINTDQcH5+qSq0Fcp/gzT7SQ3RvY74SNXiMABNTsseocB33TKMzPwDJHZbl/hyRemWEE97Qbxz+ILnJ+9AZQ==", + "license": "MIT", + "engines": { + "node": ">=v18" + } + }, "node_modules/@commitlint/config-validator": { "version": "19.8.1", "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.1.tgz", @@ -4588,9 +4609,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4604,9 +4622,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4620,9 +4635,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4636,9 +4648,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 232e5ad..45640bf 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@actions/core": "^2.0.1", "@actions/github": "^8.0.1", - "@commitlint/config-angular": "^19.1.0", + "@commitlint/config-angular": "^21.0.0", "@commitlint/config-conventional": "^19.1.0", "@commitlint/config-lerna-scopes": "^20.4.3", "@commitlint/config-patternplate": "^19.1.0",