From 9c4c8327abfc49484619e87d4de0d7089a4248da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 22:40:35 +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 54ea27c1..2ac2482f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "6.1.0", "conventional-changelog-ember": "4.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 feffd69f..e1113e96 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "conventional-changelog-atom": "4.0.0", "conventional-changelog-conventionalcommits": "6.1.0", "conventional-changelog-ember": "4.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",