From eb3c48afdacd24f8c7640596f0e524686827afeb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 04:19:56 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-angular from 8.3.4 to 13.1.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 8.3.4 to 13.1.0. - [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/v8.3.4...v13.1.0) Signed-off-by: dependabot-preview[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 b127f2a..b338c1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1048,18 +1048,18 @@ } }, "@commitlint/config-angular": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-8.3.4.tgz", - "integrity": "sha512-mFg1Yj2xFDBJJyltGP3RLqZOk89HuNK1ttOcRA9lsTjTVVu4MrNv5sQ1LkW645xn4Vy9zgxlB0CrR4LXEg5QpQ==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-13.1.0.tgz", + "integrity": "sha512-G+tQHfve6jYbw4a7/P5d+kVjsLJ4T54k8dbhN2+xTMFx4bielDYiEo8SJ/ErtSTHv6rFqk/GKDyCCzWuaKUDeA==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^8.3.4" + "@commitlint/config-angular-type-enum": "^13.0.0" } }, "@commitlint/config-angular-type-enum": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-8.3.4.tgz", - "integrity": "sha512-V8DJ9G3vd8/g55euhwqNPv9gycqbNGfJsswpga7RP0tetzcekkXeE9fXnFBJklqzXrjwUmP8Of5eEsGmbt39IQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-13.0.0.tgz", + "integrity": "sha512-soiLksKzA4QOP1ELg+Iqt4bAgaZ9/29w2xAiqV0PoVB0VIYaFmG2U3hehnz5WL0XJNw5WRgh2HOw+zJHPZQboA==", "dev": true }, "@commitlint/config-conventional": { diff --git a/package.json b/package.json index a638079..882d1ec 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@commitlint/cli": "^8.3.0", "@commitlint/config-conventional": "^8.3.0", - "@commitlint/config-angular": "^8.3.0", + "@commitlint/config-angular": "^13.1.0", "@types/node": "^13.7.4", "ava": "^1.3.0", "commitizen": "4.0.5",