From 50c3cc5a0dee98dbaa73b91ce668d9de3f6ec92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 12:03:49 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 12.1.1 to 17.4.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 12.1.1 to 17.4.0. - [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/v17.4.0/@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 c8dcb82..0b30a21 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": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.4.0.tgz", + "integrity": "sha512-YpFdcw++xU9PVUhA++VvYCSMD9qDBS0ecGRdOGAOB3BniFtuCQsKA9zvn1rrBWch2lcsJB2d8FRxOd3c4cfHJw==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^12.1.1" + "@commitlint/config-angular-type-enum": "^17.4.0" } }, "@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": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-17.4.0.tgz", + "integrity": "sha512-qbmfOfVqQHMKfc6CxS0A9b7+EFsOyEBoh4+i8Qa05uk8YhT/zY1CeIXK5V3wwemMDcHUegyL/ZnwCvWD7g8GxA==", "dev": true }, "@commitlint/ensure": { diff --git a/package.json b/package.json index 3db19c5..222208d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/discord-samba/localization#readme", "devDependencies": { "@commitlint/cli": "^12.0.1", - "@commitlint/config-angular": "^12.0.1", + "@commitlint/config-angular": "^17.4.0", "@discord-samba/eslint-config": "github:discord-samba/eslint-config", "@discord-samba/typedoc-patch": "github:discord-samba/typedoc-patch", "@types/glob": "^7.1.1",