From eadfc8b4ecd49b0cca7f45774ee22fb18dd18ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:20:28 +0000 Subject: [PATCH] chore(deps): bump core-validate-commit from 4.1.0 to 5.0.1 Bumps [core-validate-commit](https://github.com/nodejs/core-validate-commit) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/nodejs/core-validate-commit/releases) - [Changelog](https://github.com/nodejs/core-validate-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/core-validate-commit/compare/v4.1.0...v5.0.1) --- updated-dependencies: - dependency-name: core-validate-commit dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 70 ++++++++++++++++----------------------------- package.json | 2 +- 2 files changed, 25 insertions(+), 47 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e5efe3a5..38bc4c73 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -18,7 +18,7 @@ "changelog-maker": "^4.4.1", "cheerio": "^1.0.0", "clipboardy": "^5.0.2", - "core-validate-commit": "^4.1.0", + "core-validate-commit": "^5.0.1", "figures": "^6.1.0", "ghauth": "^7.0.1", "git-secure-tag": "^2.3.1", @@ -1984,15 +1984,6 @@ "win32" ] }, - "node_modules/abbrev": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", - "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, "node_modules/acorn": { "version": "8.15.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", @@ -3277,17 +3268,34 @@ "license": "MIT" }, "node_modules/core-validate-commit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/core-validate-commit/-/core-validate-commit-4.1.0.tgz", - "integrity": "sha512-BLGDoiXBCRl+N0YvrW9EjdSfHiCHBeOr7kF7tFZVkMdHutlW6finaEW4olaz9uce95ULhhhr0Ch9MYP6A8DGcQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/core-validate-commit/-/core-validate-commit-5.0.1.tgz", + "integrity": "sha512-SWdocBbICMMta16cNIgP7ucPVtB3UrisSB61twvB/iXi+yCcnpm0UNlEY0AKMlNsc/OkkVhf0f0gCpCVSO/4Zg==", + "hasShrinkwrap": true, "license": "MIT", "dependencies": { - "chalk": "^5.2.0", - "gitlint-parser-node": "^1.1.0", - "nopt": "^7.0.0" + "gitlint-parser-node": "^1.1.0" }, "bin": { "core-validate-commit": "bin/cmd.js" + }, + "engines": { + "node": "^20.19.6 || ^22.21.1 || >=24.12.0" + } + }, + "node_modules/core-validate-commit/node_modules/gitlint-parser-base": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/gitlint-parser-base/-/gitlint-parser-base-2.0.0.tgz", + "integrity": "sha512-kWkbGGH55AigPQgTz9ZEomv8uQn2GRZiFgAg+SbTIV+8ineU8f3QDeAQHzS7h9yKVuE7cjcgQm0ENmHPM0bxMQ==", + "license": "MIT" + }, + "node_modules/core-validate-commit/node_modules/gitlint-parser-node": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gitlint-parser-node/-/gitlint-parser-node-1.1.0.tgz", + "integrity": "sha512-h99xAvajhfkTtwVo8q9oBlL8+QrljJltguykpszQWyu0D9SVE5+5CqfEn9qn5IJ254Q2mr1ByjrFu9Rs2niSyA==", + "license": "MIT", + "dependencies": { + "gitlint-parser-base": "^2.0.0" } }, "node_modules/cross-spawn": { @@ -5175,21 +5183,6 @@ "bl": "^4.0.0" } }, - "node_modules/gitlint-parser-base": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gitlint-parser-base/-/gitlint-parser-base-2.0.0.tgz", - "integrity": "sha512-kWkbGGH55AigPQgTz9ZEomv8uQn2GRZiFgAg+SbTIV+8ineU8f3QDeAQHzS7h9yKVuE7cjcgQm0ENmHPM0bxMQ==", - "license": "MIT" - }, - "node_modules/gitlint-parser-node": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/gitlint-parser-node/-/gitlint-parser-node-1.1.0.tgz", - "integrity": "sha512-h99xAvajhfkTtwVo8q9oBlL8+QrljJltguykpszQWyu0D9SVE5+5CqfEn9qn5IJ254Q2mr1ByjrFu9Rs2niSyA==", - "license": "MIT", - "dependencies": { - "gitlint-parser-base": "^2.0.0" - } - }, "node_modules/glob": { "version": "10.4.5", "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", @@ -7782,21 +7775,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/nopt": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", - "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", - "license": "ISC", - "dependencies": { - "abbrev": "^2.0.0" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, "node_modules/normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", diff --git a/package.json b/package.json index 56f2f49c..3076e49d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "changelog-maker": "^4.4.1", "cheerio": "^1.0.0", "clipboardy": "^5.0.2", - "core-validate-commit": "^4.1.0", + "core-validate-commit": "^5.0.1", "figures": "^6.1.0", "ghauth": "^7.0.1", "git-secure-tag": "^2.3.1",