From dc7b8290e3288ed2717be48a17e482e3b2b33aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 16:53:59 +0000 Subject: [PATCH] chore(deps): bump @commitlint/config-angular from 12.0.0 to 12.1.1 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 12.0.0 to 12.1.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/v12.0.0...v12.1.1) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27cc92d..1bdbc11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -608,17 +608,17 @@ } }, "@commitlint/config-angular": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.0.0.tgz", - "integrity": "sha512-V3PngSVvDV7bHdETptwuY5J+FBo48UGDjmztWPp4Mb63msW/Og5DR6+CHOPsjF0WDrtKFgi+PWD48sOQL1xPQw==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.1.tgz", + "integrity": "sha512-aOWhOXjqWhQ91LQPLNf+mupQdcF7P/5DSAz4jDURlR44O94kl80FzX0ygykhQk+xeKosVuApfSYiE1kGzTeSsw==", "requires": { - "@commitlint/config-angular-type-enum": "^12.0.0" + "@commitlint/config-angular-type-enum": "^12.1.1" } }, "@commitlint/config-angular-type-enum": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.0.0.tgz", - "integrity": "sha512-fJWHE8Ey8Li+H4jnnREG/xw5spJSgAg+wKBZwtoGQBzxFZ/DO/g5oo/P07nvXR1q89Ow5+f3a7K2oOJyt0i0hQ==" + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.1.1.tgz", + "integrity": "sha512-cOIRod65IOmjUyLTapGoqTKl8RtQnWZTGU+rNoTqx3dqd5LmTM+/w9CUehuflBbo9NWKa36iV6SJcbeMfvYH9A==" }, "@commitlint/config-conventional": { "version": "12.0.0", diff --git a/package.json b/package.json index a85af2e..e972b3d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", - "@commitlint/config-angular": "^12.0.0", + "@commitlint/config-angular": "^12.1.1", "@commitlint/config-conventional": "^12.0.0", "@commitlint/config-lerna-scopes": "^12.0.0", "@commitlint/config-patternplate": "^12.0.0",