From 7fa17a90c401bf65520e50e0507c65934297d6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 14:13:32 +0000 Subject: [PATCH] chore(deps-dev): bump auto-changelog from 2.2.0 to 2.2.1 Bumps [auto-changelog](https://github.com/CookPete/auto-changelog) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/CookPete/auto-changelog/releases) - [Changelog](https://github.com/CookPete/auto-changelog/blob/master/CHANGELOG.md) - [Commits](https://github.com/CookPete/auto-changelog/compare/v2.2.0...v2.2.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34e4bd178b..a98d2d4ace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5843,9 +5843,9 @@ "dev": true }, "auto-changelog": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.2.0.tgz", - "integrity": "sha512-RBY0hhVNXstggOQL0SyUaCfSiVD11CVXEHvDwB+mEt9UnhXPqhdpQ7nIVGDEog7JopTdYbydULLLt6v//qrWjw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.2.1.tgz", + "integrity": "sha512-XlykJfZrXlWUAADBqGoN1elmntrRcx7oEymyYB3NRPEZxv0TfYHfivmwzejUMnwAdXKCgbQPo7GV5ULs3jwpfw==", "dev": true, "requires": { "commander": "^5.0.0", diff --git a/package.json b/package.json index d49899e349..a236de0954 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "@types/validator": "^13.1.0", "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.0", - "auto-changelog": "^2.2.0", + "auto-changelog": "^2.2.1", "axios-mock-adapter": "^1.18.1", "babel-loader": "^8.0.5", "concurrently": "^5.3.0",