From b11c48b9d8eba21ca89bf1b61fe21e0fa5a5ddb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:10:08 +0000 Subject: [PATCH] chore(deps-dev): Bump @commitlint/cli from 17.6.0 to 17.6.1 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.6.0 to 17.6.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.1/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index df7c840e..7cc35608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.1", "license": "MIT", "devDependencies": { - "@commitlint/cli": "^17.6.0", + "@commitlint/cli": "^17.6.1", "@commitlint/config-conventional": "^17.6.1", "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.58.0", @@ -175,13 +175,13 @@ } }, "node_modules/@commitlint/cli": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.0.tgz", - "integrity": "sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==", + "version": "17.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.1.tgz", + "integrity": "sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==", "dev": true, "dependencies": { "@commitlint/format": "^17.4.4", - "@commitlint/lint": "^17.6.0", + "@commitlint/lint": "^17.6.1", "@commitlint/load": "^17.5.0", "@commitlint/read": "^17.5.1", "@commitlint/types": "^17.4.4", @@ -276,14 +276,14 @@ } }, "node_modules/@commitlint/lint": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.0.tgz", - "integrity": "sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==", + "version": "17.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.1.tgz", + "integrity": "sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==", "dev": true, "dependencies": { "@commitlint/is-ignored": "^17.4.4", "@commitlint/parse": "^17.4.4", - "@commitlint/rules": "^17.6.0", + "@commitlint/rules": "^17.6.1", "@commitlint/types": "^17.4.4" }, "engines": { @@ -372,9 +372,9 @@ } }, "node_modules/@commitlint/rules": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.0.tgz", - "integrity": "sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==", + "version": "17.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.1.tgz", + "integrity": "sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==", "dev": true, "dependencies": { "@commitlint/ensure": "^17.4.4", diff --git a/package.json b/package.json index 7278641c..755de7f3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "release:auto": "shipjs prepare --yes" }, "devDependencies": { - "@commitlint/cli": "^17.6.0", + "@commitlint/cli": "^17.6.1", "@commitlint/config-conventional": "^17.6.1", "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.58.0",