diff --git a/package-lock.json b/package-lock.json index df11f2d1..2d65ed25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commitizen", - "version": "0.0.0", + "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commitizen", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "dependencies": { "cachedir": "2.3.0", @@ -19,7 +19,7 @@ "glob": "7.2.3", "inquirer": "8.2.5", "is-utf8": "^0.2.1", - "lodash": "4.17.21", + "lodash": "4.17.23", "minimist": "1.2.7", "strip-bom": "4.0.0", "strip-json-comments": "3.1.1" @@ -6427,9 +6427,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "node_modules/lodash._baseclone": { "version": "4.5.7", @@ -17585,9 +17585,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "lodash._baseclone": { "version": "4.5.7", diff --git a/package.json b/package.json index ee1778fb..016cba57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitizen", - "version": "0.0.0", + "version": "0.0.1", "description": "Git commit, but play nice with conventions.", "main": "dist/index.js", "scripts": { @@ -83,7 +83,7 @@ "glob": "7.2.3", "inquirer": "8.2.5", "is-utf8": "^0.2.1", - "lodash": "4.17.21", + "lodash": "4.17.23", "minimist": "1.2.7", "strip-bom": "4.0.0", "strip-json-comments": "3.1.1"