From c0f184cf3b8418df37bb9d8ff1c4692d97dbd21b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 00:08:48 +0000 Subject: [PATCH] chore(deps): update dependency validate-conventional-commit to ^1.0.3 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 075c880..4c92a71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "husky": "^8.0.3", "typescript": "~5.2.2", - "validate-conventional-commit": "^1.0.2" + "validate-conventional-commit": "^1.0.3" }, "peerDependencies": { "typescript": "~5.2.2" @@ -46,12 +46,12 @@ } }, "node_modules/validate-conventional-commit": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/validate-conventional-commit/-/validate-conventional-commit-1.0.2.tgz", - "integrity": "sha512-fggcnl1nsiaWEs2UCG4mhi7KIkXEguUiBR0nO2CuuAHp0dFaRRlD3p3ob0CCYrafahnN4KwgQUpsWPjNVFAMGA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/validate-conventional-commit/-/validate-conventional-commit-1.0.3.tgz", + "integrity": "sha512-QynqMl+Cyup75hqi/br2CpPbUUWbSkWCU6PheOGopqejL4tMqwGXvBN5OfzzpVRNNs8wr/YB5/r6R3Z3CKffmw==", "dev": true, "bin": { - "linemod": "cli.js" + "validate-conventional-commit": "cli.js" }, "engines": { "node": ">=16.0.0" diff --git a/package.json b/package.json index 7a8e533..6dc404a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "husky": "^8.0.3", "typescript": "~5.2.2", - "validate-conventional-commit": "^1.0.2" + "validate-conventional-commit": "^1.0.3" }, "peerDependencies": { "typescript": "~5.2.2"