diff --git a/CHANGELOG.md b/CHANGELOG.md index eebdf5f..f27670a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.2.17](https://github.com/codeandcats/classy-commander/compare/v3.2.16...v3.2.17) (2020-09-15) + ### [3.2.16](https://github.com/codeandcats/classy-commander/compare/v3.2.15...v3.2.16) (2020-03-02) diff --git a/greenkeeper.json b/greenkeeper.json deleted file mode 100644 index 798c8fa..0000000 --- a/greenkeeper.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "groups": { - "default": { - "packages": [ - "example/package.json", - "package.json" - ] - } - } -} diff --git a/package-lock.json b/package-lock.json index 57f35d4..21f48e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "classy-commander", - "version": "3.2.16", + "version": "3.2.17", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2282,9 +2282,9 @@ } }, "commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.1.0.tgz", + "integrity": "sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==" }, "compare-func": { "version": "1.3.2", diff --git a/package.json b/package.json index 4c501f3..a8c8d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classy-commander", - "version": "3.2.16", + "version": "3.2.17", "description": "A TypeScript wrapper for Commander that lets you easily declare commands using classes & decorators and provides strongly typed arguments.", "main": "index.js", "scripts": { @@ -69,7 +69,7 @@ "dependencies": { "boolean": "3.0.1", "chalk": "3.0.0", - "commander": "4.1.1", + "commander": "6.1.0", "fs-extra": "8.1.0", "glob": "7.1.6", "lodash": "4.17.20",