From 163f64f190be4a1f69dc5d087430dcb3e040f852 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:30:23 +0000 Subject: [PATCH] chore(deps): update dependency conventional-changelog-eslint to v5 --- 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 8862befd..91b50ae2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "conventional-changelog-atom": "3.0.0", "conventional-changelog-conventionalcommits": "6.1.0", "conventional-changelog-ember": "3.0.0", - "conventional-changelog-eslint": "4.0.0", + "conventional-changelog-eslint": "5.0.0", "conventional-changelog-express": "3.0.0", "conventional-changelog-jshint": "3.0.0", "prettier": "3.0.2", @@ -1713,12 +1713,12 @@ } }, "node_modules/conventional-changelog-eslint": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-4.0.0.tgz", - "integrity": "sha512-nEZ9byP89hIU0dMx37JXQkE1IpMmqKtsaR24X7aM3L6Yy/uAtbb+ogqthuNYJkeO1HyvK7JsX84z8649hvp43Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-5.0.0.tgz", + "integrity": "sha512-6JtLWqAQIeJLn/OzUlYmzd9fKeNSWmQVim9kql+v4GrZwLx807kAJl3IJVc3jTYfVKWLxhC3BGUxYiuVEcVjgA==", "dev": true, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/conventional-changelog-express": { diff --git a/package.json b/package.json index 0a9a4f95..25ef065d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "conventional-changelog-atom": "3.0.0", "conventional-changelog-conventionalcommits": "6.1.0", "conventional-changelog-ember": "3.0.0", - "conventional-changelog-eslint": "4.0.0", + "conventional-changelog-eslint": "5.0.0", "conventional-changelog-express": "3.0.0", "conventional-changelog-jshint": "3.0.0", "prettier": "3.0.2",