From ee5c8286d562d03f0e4f979240b53670a3620d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:54:36 +0000 Subject: [PATCH] build(deps-dev): bump changelog-light from 3.1.0 to 4.0.0 Bumps [changelog-light](https://github.com/cdcabrera/changelog-light) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/cdcabrera/changelog-light/releases) - [Changelog](https://github.com/cdcabrera/changelog-light/blob/main/CHANGELOG.md) - [Commits](https://github.com/cdcabrera/changelog-light/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: changelog-light dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7199dc17..48444e1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/semver": "7.8.0", "@typescript-eslint/eslint-plugin": "^8.66.0", "@typescript-eslint/parser": "^8.66.0", - "changelog-light": "^3.1.0", + "changelog-light": "^4.0.0", "cspell": "^10.0.1", "eslint": "^10.8.0", "jest": "^30.4.2", @@ -5610,9 +5610,9 @@ "license": "MIT" }, "node_modules/changelog-light": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/changelog-light/-/changelog-light-3.1.0.tgz", - "integrity": "sha512-g5Klo9vlPf7MfRmmy4vnYH6ZY/LATVjYQjq3nul+LjIsTNF7E+lyEocbbDvecwFPte6K41QEYTT/qZaNNq18Ww==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/changelog-light/-/changelog-light-4.0.0.tgz", + "integrity": "sha512-jsE+vu4ej08/zYv237wvm+eQ69yNES8bGOrGg8sFCItXRIGbfFUsJlwBR86v49poiKftEzwrNaFgI0djHd0Y8w==", "dev": true, "license": "MIT", "dependencies": { @@ -5624,7 +5624,7 @@ "changelog": "bin/cli.js" }, "engines": { - "node": ">=20.0.0" + "node": ">=22.0.0" } }, "node_modules/char-regex": { diff --git a/package.json b/package.json index b7b2b1c0..77b51d96 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@types/semver": "7.8.0", "@typescript-eslint/eslint-plugin": "^8.66.0", "@typescript-eslint/parser": "^8.66.0", - "changelog-light": "^3.1.0", + "changelog-light": "^4.0.0", "cspell": "^10.0.1", "eslint": "^10.8.0", "jest": "^30.4.2",