From 6ed7c2304ff57649f61a1acec80a4ded6959288b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 14:09:48 +0000 Subject: [PATCH] build(deps): bump @commitlint/config-angular-type-enum in /action Bumps [@commitlint/config-angular-type-enum](https://github.com/conventional-changelog/commitlint) from 11.0.0 to 12.0.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.1) Signed-off-by: dependabot[bot] --- action/package-lock.json | 13 ++++++++++--- action/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/action/package-lock.json b/action/package-lock.json index 71178486c..9454b75fa 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -160,9 +160,9 @@ } }, "@commitlint/config-angular-type-enum": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-11.0.0.tgz", - "integrity": "sha512-dSyxdkU36aEgDUWBSiM5lsZ/h2K7uCyKf+A5Sf3+Z5JhcLD9GzTo5W+c8KgwTBdL39dkL7sN+EVgsXNjW99pJg==" + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.0.1.tgz", + "integrity": "sha512-0qETLi7f7BineQruIBjyzHFfvDfh9FTEbMs+oTAfl+cDKTLJYI5W6eKGjI3MPg5+8sxUtzh6pJ+Dp3LFOpawTQ==" }, "@commitlint/config-conventional": { "version": "12.0.1", @@ -222,6 +222,13 @@ "integrity": "sha512-H8QSEOmfRsPW0Iehid5fY7NZ2HXmyKC6Q83MLFf9KRnmCcbgJtH+faECtqlvPntayO3CYbA4UenIerOaQ0vOAg==", "requires": { "@commitlint/config-angular-type-enum": "^11.0.0" + }, + "dependencies": { + "@commitlint/config-angular-type-enum": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-11.0.0.tgz", + "integrity": "sha512-dSyxdkU36aEgDUWBSiM5lsZ/h2K7uCyKf+A5Sf3+Z5JhcLD9GzTo5W+c8KgwTBdL39dkL7sN+EVgsXNjW99pJg==" + } } } } diff --git a/action/package.json b/action/package.json index 235e3d4a1..97b958be0 100644 --- a/action/package.json +++ b/action/package.json @@ -18,7 +18,7 @@ "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@commitlint/config-angular": "^12.0.1", - "@commitlint/config-angular-type-enum": "^11.0.0", + "@commitlint/config-angular-type-enum": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "@commitlint/config-lerna-scopes": "^12.0.1", "@commitlint/config-patternplate": "^11.0.0",