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",