From 750a2c4985b463336f6556e70a5587365fecf6b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:45:06 +0000 Subject: [PATCH] chore(deps): update dependency @commitlint/config-conventional to v18.6.3 --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b214d1c0b6..6bc37257e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ ], "devDependencies": { "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.2", + "@commitlint/config-conventional": "18.6.3", "@tsconfig/node16": "16.1.1", "@types/node": "18.19.21", "@types/yargs": "17.0.32", @@ -1950,11 +1950,10 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.6.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz", - "integrity": "sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==", + "version": "18.6.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.3.tgz", + "integrity": "sha512-8ZrRHqF6je+TRaFoJVwszwnOXb/VeYrPmTwPhf0WxpzpGTcYy1p0SPyZ2eRn/sRi/obnWAcobtDAq6+gJQQNhQ==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/types": "^18.6.1", "conventional-changelog-conventionalcommits": "^7.0.2" diff --git a/package.json b/package.json index ab63db0792..38f68ec77a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.2", + "@commitlint/config-conventional": "18.6.3", "@tsconfig/node16": "16.1.1", "@types/node": "18.19.21", "@types/yargs": "17.0.32",