diff --git a/package-lock.json b/package-lock.json index 1b21f99..60f5f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1821,10 +1821,13 @@ } }, "@commitlint/config-conventional": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-8.1.0.tgz", - "integrity": "sha512-/JY+FNBnrT91qzDVIoV1Buiigvj7Le7ezFw+oRqu0nYREX03k7xnaG/7t7rUSvm7hM6dnLSOlaUsevjgMI9AEw==", - "dev": true + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-9.1.2.tgz", + "integrity": "sha512-2zfnsrBJuCNJEKMEmltYlCUEoQNE4anvEBI/SYEuiB1JYXYaELijobDBpqhUVjh5NEpprNTY16oMZat6ewnxOg==", + "dev": true, + "requires": { + "conventional-changelog-conventionalcommits": "4.3.0" + } }, "@commitlint/ensure": { "version": "8.1.0", @@ -4567,6 +4570,17 @@ "q": "^1.5.1" } }, + "conventional-changelog-conventionalcommits": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz", + "integrity": "sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg==", + "dev": true, + "requires": { + "compare-func": "^1.3.1", + "lodash": "^4.17.15", + "q": "^1.5.1" + } + }, "conventional-changelog-writer": { "version": "4.0.11", "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.11.tgz", @@ -15144,6 +15158,12 @@ "strip-ansi": "^6.0.0" } }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, "yargs": { "version": "15.1.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.1.0.tgz", diff --git a/package.json b/package.json index 1e75b73..e6d35db 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@babel/preset-env": "^7.5.5", "@call-a3/standard": "^1.0.1", "@commitlint/cli": "^8.1.0", - "@commitlint/config-conventional": "^8.1.0", + "@commitlint/config-conventional": "^9.1.2", "@commitlint/travis-cli": "^8.1.0", "@semantic-release/changelog": "^5.0.0", "@semantic-release/git": "^9.0.0",