diff --git a/package-lock.json b/package-lock.json index c2b491bb..e5f64b37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", - "conventional-changelog-jshint": "3.0.0", + "conventional-changelog-jshint": "4.0.0", "prettier": "3.0.3", "semantic-release": "21.1.2", "sinon": "16.0.0" @@ -1387,15 +1387,15 @@ } }, "node_modules/conventional-changelog-jshint": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-3.0.0.tgz", - "integrity": "sha512-bQof4byF4q+n+dwFRkJ/jGf9dCNUv4/kCDcjeCizBvfF81TeimPZBB6fT4HYbXgxxfxWXNl/i+J6T0nI4by6DA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-4.0.0.tgz", + "integrity": "sha512-LyXq1bbl0yG0Ai1SbLxIk8ZxUOe3AjnlwE6sVRQmMgetBk+4gY9EO3d00zlEt8Y8gwsITytDnPORl8al7InTjg==", "dev": true, "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/conventional-changelog-writer": { diff --git a/package.json b/package.json index e6d23645..d0ce9bc4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", - "conventional-changelog-jshint": "3.0.0", + "conventional-changelog-jshint": "4.0.0", "prettier": "3.0.3", "semantic-release": "21.1.2", "sinon": "16.0.0"