From 2fadfa735b2647ddd7c3b36cbef9437685c7c72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:12:12 +0000 Subject: [PATCH] build(deps-dev): bump changelog-light from 0.5.1 to 0.6.0 Bumps [changelog-light](https://github.com/cdcabrera/changelog-light) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/cdcabrera/changelog-light/releases) - [Changelog](https://github.com/cdcabrera/changelog-light/blob/main/CHANGELOG.md) - [Commits](https://github.com/cdcabrera/changelog-light/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: changelog-light dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99d0c3b..af1c939 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "yargs": "^17.7.2" }, "devDependencies": { - "changelog-light": "^0.5.1", + "changelog-light": "^0.6.0", "cspell": "^7.3.7", "eslint": "^8.50.0", "eslint-config-prettier": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index 8ab20c6..76be0f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2124,10 +2124,10 @@ chalk@^5.0.1, chalk@^5.2.0, chalk@^5.3.0: resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== -changelog-light@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/changelog-light/-/changelog-light-0.5.1.tgz#f5dff5ed10960e028a85a62c67be10729a899332" - integrity sha512-5ZfhOUqmI9z3df5Aq7U2E8M+Dr+YIZnbPZ9makjpV6Lv3qTjUMRqvLQqLQHuQydQV0s31dThqzS2VbW9vTEjHg== +changelog-light@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/changelog-light/-/changelog-light-0.6.0.tgz#a88eb4f4dc597c4b3e744e52af87d94c46095c32" + integrity sha512-FRJLqIyBlLXrckmeMmwI02vBcD7/6F4/OQI+W88w+DKdiIXTd99rSQefrVdRleBlxXUXnOlWM/pn98U2w3lWNw== dependencies: conventional-commit-types "^3.0.0" semver "^7.5.4"