diff --git a/package-lock.json b/package-lock.json index c04268ce..083e6c29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,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", "escape-string-regexp": "5.0.0", "fs-extra": "11.1.1", "prettier": "3.0.3", @@ -1336,15 +1336,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 4bfead53..2dde8899 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,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", "escape-string-regexp": "5.0.0", "fs-extra": "11.1.1", "prettier": "3.0.3",