diff --git a/package-lock.json b/package-lock.json index 3f8c1d2..5795d67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1808,14 +1808,14 @@ "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.5.1", - "commander": "2.14.1", - "github-url-from-git": "1.5.0" + "bluebird": "^3.0.6", + "commander": "^2.9.0", + "github-url-from-git": "^1.4.0" } }, "get-func-name": { diff --git a/package.json b/package.json index 70e4686..bba7208 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-node": "6.0.1", "eslint-plugin-promise": "3.8.0", "eslint-plugin-standard": "3.1.0", - "generate-changelog": "1.7.1", + "generate-changelog": "1.8.0", "husky": "0.14.3", "istanbul": "0.4.5", "lint-staged": "7.3.0",