diff --git a/package-lock.json b/package-lock.json index 5506cc8e..041872a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "devDependencies": { "ava": "6.1.3", "c8": "9.1.0", - "conventional-changelog-atom": "4.0.0", + "conventional-changelog-atom": "5.0.0", "conventional-changelog-conventionalcommits": "7.0.2", "conventional-changelog-ember": "4.0.0", "conventional-changelog-eslint": "5.0.0", @@ -2899,13 +2899,13 @@ } }, "node_modules/conventional-changelog-atom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-4.0.0.tgz", - "integrity": "sha512-q2YtiN7rnT1TGwPTwjjBSIPIzDJCRE+XAUahWxnh+buKK99Kks4WLMHoexw38GXx9OUxAsrp44f9qXe5VEMYhw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-5.0.0.tgz", + "integrity": "sha512-WfzCaAvSCFPkznnLgLnfacRAzjgqjLUjvf3MftfsJzQdDICqkOOpcMtdJF3wTerxSpv2IAAjX8doM3Vozqle3g==", "dev": true, "license": "ISC", "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-changelog-conventionalcommits": { diff --git a/package.json b/package.json index 84479604..0ed2290d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "ava": "6.1.3", "c8": "9.1.0", - "conventional-changelog-atom": "4.0.0", + "conventional-changelog-atom": "5.0.0", "conventional-changelog-conventionalcommits": "7.0.2", "conventional-changelog-ember": "4.0.0", "conventional-changelog-eslint": "5.0.0",