From c010b943b6fafab6d9abe0e1eb4a1c9fa4f2949b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:22:44 +0300 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 17.0.3 to 17.1.0 (#927) Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 17.0.3 to 17.1.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.1.0/@commitlint/config-angular) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Bukhalo --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d285c7c..2697bb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@commitlint/cli": "17.0.3", - "@commitlint/config-angular": "17.0.3", + "@commitlint/config-angular": "17.1.0", "@nestjs/common": "^9.0.11", "@nestjs/core": "^9.0.11", "@types/lodash": "4.14.184", @@ -38,7 +38,7 @@ "@nestjs/core": "^8.0.0 || ^9.0.0", "reflect-metadata": "^0.1.13", "telegraf": "^4.0.0", - "typescript": "^4.4.4" + "typescript": "^4.1.2" } }, "node_modules/@babel/code-frame": { @@ -172,9 +172,9 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.0.3.tgz", - "integrity": "sha512-syeEtOmkLEyrq2VVJxvvtMUYovFCg3QVK818FA6lmUqgi+HtoM5zgm1ZjF6CUgZc4PcyAwfQwRjVtmeQC2yBEA==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.1.0.tgz", + "integrity": "sha512-icTZHZlKUSkAhNk0qX2KGAKVTsuhP8XnSLLusoKHZHPqbz2fX7DzjzsTU/Llr3J7v+XBv04ml2Rw4ZAvcIhcxQ==", "dev": true, "dependencies": { "@commitlint/config-angular-type-enum": "^17.0.0" @@ -4444,9 +4444,9 @@ } }, "@commitlint/config-angular": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.0.3.tgz", - "integrity": "sha512-syeEtOmkLEyrq2VVJxvvtMUYovFCg3QVK818FA6lmUqgi+HtoM5zgm1ZjF6CUgZc4PcyAwfQwRjVtmeQC2yBEA==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.1.0.tgz", + "integrity": "sha512-icTZHZlKUSkAhNk0qX2KGAKVTsuhP8XnSLLusoKHZHPqbz2fX7DzjzsTU/Llr3J7v+XBv04ml2Rw4ZAvcIhcxQ==", "dev": true, "requires": { "@commitlint/config-angular-type-enum": "^17.0.0" diff --git a/package.json b/package.json index 10fe13e..2f53801 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@commitlint/cli": "17.0.3", - "@commitlint/config-angular": "17.0.3", + "@commitlint/config-angular": "17.1.0", "@nestjs/common": "^9.0.11", "@nestjs/core": "^9.0.11", "@types/lodash": "4.14.184",