diff --git a/package.json b/package.json index 659872f..1cbd2ad 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "validator": "^10.11.0" }, "devDependencies": { - "@commitlint/cli": "7.6.0", + "@commitlint/cli": "7.6.1", "@commitlint/config-conventional": "7.6.0", "@semantic-release/changelog": "3.0.2", "@semantic-release/git": "7.0.8", diff --git a/yarn.lock b/yarn.lock index c7e4c19..5c83e28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -138,14 +138,14 @@ lodash "^4.17.11" to-fast-properties "^2.0.0" -"@commitlint/cli@7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.6.0.tgz#4f046342149ca7c5819d6f799509f77ab824e02e" - integrity sha512-3n4qNS1xOIQcL2uLSo+aF8q79kt8qWFUqtVUrlsKsn4B++htJDav3Y2TPjbNXEZD2tO1kg1jfjNE8LLkrHTxqg== +"@commitlint/cli@7.6.1": + version "7.6.1" + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.6.1.tgz#a93cf995082831999937f6d5ec1a582c8fc0393a" + integrity sha512-HEJwQ/aK0AOcAwn77ZKbb/GZhlGxBSPhtVp07uoJFVqM12l2Ia2JHA+MTpfHCFdVahKyYGREZgxde6LyKyG8aQ== dependencies: - "@commitlint/format" "^7.6.0" + "@commitlint/format" "^7.6.1" "@commitlint/lint" "^7.6.0" - "@commitlint/load" "^7.6.0" + "@commitlint/load" "^7.6.1" "@commitlint/read" "^7.6.0" babel-polyfill "6.26.0" chalk "2.3.1" @@ -174,10 +174,10 @@ dependencies: babel-runtime "6.26.0" -"@commitlint/format@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.6.0.tgz#f954cd9a8658d0ac3eba1bba6a131f57e3f2b570" - integrity sha512-Q/gFHImEfGSwp4bSX1ag6C/6GVuMf7KFh3BZIXk9dcbcQbNvyz/NgvS2p/FdZGp6dk8SghXfCiZHNlwNupgbnA== +"@commitlint/format@^7.6.1": + version "7.6.1" + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.6.1.tgz#106750de50fab7d153eed80e7577c768bb9a3a1b" + integrity sha512-Ldzf5N2Sr9RQqvlYwaQn4vz1WOZ7byYinspC/WCrbfcETGy28j7QE4OueZU6nNB9TjwwEorKm13uy7tDWPR7dg== dependencies: babel-runtime "^6.23.0" chalk "^2.0.1" @@ -200,10 +200,10 @@ babel-runtime "^6.23.0" lodash "4.17.11" -"@commitlint/load@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.6.0.tgz#c1eccbc0b8714a0c7dc26dacbc49bbc73abc0d27" - integrity sha512-MNuemmf8ag7hLwypmmvTBLU9W2scTGRB1RfB59MHVG3surLZS/LB5nUgoCHIeAz2KG4W/T4HXJ3G3Yaiw7ML6Q== +"@commitlint/load@^7.6.1": + version "7.6.1" + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.6.1.tgz#f4bb72accb649d4cdca134c427d318a5ffd503e2" + integrity sha512-ZN9rkBJDnA0CZYgP0bGTKnUkCfLWgvzMtjI5S6yUUkzaTv9rs/U04kI8R+VPwKsKzNmDRaHWRfcFfrEkeoLrgg== dependencies: "@commitlint/execute-rule" "^7.6.0" "@commitlint/resolve-extends" "^7.6.0"