From f21eb8ea25c4feffe22bd7bfbf088b3757756580 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Sun, 27 Aug 2023 21:12:50 -0500 Subject: [PATCH] Revert "chore(deps): update dependency conventional-changelog-atom to v4 (#502)" This reverts commit 4bc6b449da755f42d0da1fd8460a055043dcf584. --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f855a2e4..9abbf724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "devDependencies": { "ava": "5.3.1", "c8": "8.0.1", - "conventional-changelog-atom": "4.0.0", + "conventional-changelog-atom": "3.0.0", "conventional-changelog-conventionalcommits": "6.1.0", "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", @@ -1683,12 +1683,12 @@ } }, "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": "3.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-3.0.0.tgz", + "integrity": "sha512-pnN5bWpH+iTUWU3FaYdw5lJmfWeqSyrUkG+wyHBI9tC1dLNnHkbAOg1SzTQ7zBqiFrfo55h40VsGXWMdopwc5g==", "dev": true, "engines": { - "node": ">=16" + "node": ">=14" } }, "node_modules/conventional-changelog-conventionalcommits": { diff --git a/package.json b/package.json index d138d69f..0a9a4f95 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "ava": "5.3.1", "c8": "8.0.1", - "conventional-changelog-atom": "4.0.0", + "conventional-changelog-atom": "3.0.0", "conventional-changelog-conventionalcommits": "6.1.0", "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0",