From c356c04d168458dfbd00b4480846e28a5d3a8037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 03:41:04 +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 6591a198..a046af15 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.3", @@ -1369,12 +1369,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 228fceab..5c29a44c 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.3",