From c09c7af715159df7f02213b12e51fba0a53f1a57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 21:56:50 +0000 Subject: [PATCH] chore(deps): update dependency conventional-changelog-jshint to v5 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a2472ee..64bd12fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "conventional-changelog-ember": "4.0.0", "conventional-changelog-eslint": "5.0.0", "conventional-changelog-express": "4.0.0", - "conventional-changelog-jshint": "4.0.0", + "conventional-changelog-jshint": "5.0.0", "lockfile-lint": "4.13.2", "ls-engines": "0.9.1", "npm-run-all2": "6.2.0", @@ -2734,15 +2734,16 @@ } }, "node_modules/conventional-changelog-jshint": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-4.0.0.tgz", - "integrity": "sha512-LyXq1bbl0yG0Ai1SbLxIk8ZxUOe3AjnlwE6sVRQmMgetBk+4gY9EO3d00zlEt8Y8gwsITytDnPORl8al7InTjg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-5.0.0.tgz", + "integrity": "sha512-gGNphSb/opc76n2eWaO6ma4/Wqu3tpa2w7i9WYqI6Cs2fncDSI2/ihOfMvXveeTTeld0oFvwMVNV+IYQIk3F3g==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-changelog-writer": { diff --git a/package.json b/package.json index 84479604..2c1de003 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "conventional-changelog-ember": "4.0.0", "conventional-changelog-eslint": "5.0.0", "conventional-changelog-express": "4.0.0", - "conventional-changelog-jshint": "4.0.0", + "conventional-changelog-jshint": "5.0.0", "lockfile-lint": "4.13.2", "ls-engines": "0.9.1", "npm-run-all2": "6.2.0",