From cb80501dfc890bc7590e7b3e37634ac6f0ce822c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Jun 2019 18:07:34 +0000 Subject: [PATCH] chore(deps): update dependency generate-changelog to v1.8.0 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 350ee7e..c92d725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -503,9 +503,9 @@ } }, "bluebird": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", - "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==", + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz", + "integrity": "sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==", "dev": true }, "brace-expansion": { @@ -1871,9 +1871,9 @@ "dev": true }, "generate-changelog": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/generate-changelog/-/generate-changelog-1.7.1.tgz", - "integrity": "sha512-f57zId4iD0AVRyjHHH6SwOdevrW+5ikjr6ooqlzUf7Z27DBW4BZvWZtlXmy+LShf5C52aFBCvKVwd86ZA56ObQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/generate-changelog/-/generate-changelog-1.8.0.tgz", + "integrity": "sha512-msgpxeB75Ziyg3wGsZuPNl7c5RxChMKmYcAX5obnhUow90dBZW3nLic6nxGtst7Bpx453oS6zAIHcX7F3QVasw==", "dev": true, "requires": { "bluebird": "^3.0.6", diff --git a/package.json b/package.json index 54c802a..bb7d977 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-node": "7.0.1", "eslint-plugin-promise": "3.8.0", "eslint-plugin-standard": "4.0.0", - "generate-changelog": "1.7.1", + "generate-changelog": "1.8.0", "husky": "0.14.3", "istanbul": "0.4.5", "lint-staged": "7.3.0",