From 766dbb9884cdb485d3537fc568df8c07318554d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 23:31:54 +0000 Subject: [PATCH] chore(deps): bump changelog-maker from 2.7.1 to 2.7.2 Bumps [changelog-maker](https://github.com/nodejs/changelog-maker) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/nodejs/changelog-maker/releases) - [Changelog](https://github.com/nodejs/changelog-maker/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/changelog-maker/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: changelog-maker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef60524..72103ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -525,9 +525,9 @@ } }, "changelog-maker": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/changelog-maker/-/changelog-maker-2.7.1.tgz", - "integrity": "sha512-0MpUulR/J9SHxHy2rNzckBO/DI74gKwiZPeyEQ5iCLQmOAyIzWLizRftSzjNtXa0AGTwpPEdyQM7lDKKmxSnpQ==", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/changelog-maker/-/changelog-maker-2.7.2.tgz", + "integrity": "sha512-f+EouHtlQ1qo/2rmCkUI3GSWDntSzKHVubW8oPShQ7NCqiVY97C1Uvnn6h/uzwAjA5zLA/6vzJ8N8k3PnrFyTA==", "requires": { "async": "^3.2.0", "chalk": "^4.1.0",