From 05d07b905f407b1ec25f041f508f7bd40496a969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 12:01:41 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 12.1.1 to 16.2.1 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 12.1.1 to 16.2.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.1/@commitlint/config-angular) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:development update-type: version-update:semver-major ... 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 a80f68a..d0779c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -490,18 +490,18 @@ } }, "@commitlint/config-angular": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.1.tgz", - "integrity": "sha512-aOWhOXjqWhQ91LQPLNf+mupQdcF7P/5DSAz4jDURlR44O94kl80FzX0ygykhQk+xeKosVuApfSYiE1kGzTeSsw==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-16.2.1.tgz", + "integrity": "sha512-lKk/Qo+8+QQnNEFT6dy42r4KRa5EkL0IE5x35V0QD56Eyiszp3F98jyVgP4vlHztNlEvt1POWN3CBiaJciBAIw==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^12.1.1" + "@commitlint/config-angular-type-enum": "^16.2.1" } }, "@commitlint/config-angular-type-enum": { - "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==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-16.2.1.tgz", + "integrity": "sha512-RvYyBKXswXt/rg3y9T966a8bWWhwlfPIdmrJ7jmnGSHOlVYQUKOeVOTd9KWfEN0I+YrJdgB1piH1xoLBo/HQXw==", "dev": true }, "@commitlint/ensure": { diff --git a/package.json b/package.json index c3d09b5..fca3762 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "homepage": "https://github.com/discord-samba/command#readme", "devDependencies": { "@commitlint/cli": "^12.0.1", - "@commitlint/config-angular": "^12.0.1", + "@commitlint/config-angular": "^16.2.1", "@discord-samba/eslint-config": "github:discord-samba/eslint-config", "@discord-samba/typedoc-patch": "github:discord-samba/typedoc-patch", "@types/glob": "^7.1.1",