From 1b84def62b912a34afcb568715a1a3e8d1c494e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 18:04:59 +0000 Subject: [PATCH] chore: update dependency @commitlint/config-conventional to ^17.3.0 Signed-off-by: Renovate 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 3fe74e5..1e398c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "strong-globalize": "^6.0.5" }, "devDependencies": { - "@commitlint/config-conventional": "^17.2.0", + "@commitlint/config-conventional": "^17.3.0", "@types/express": "^4.17.14", "chai": "^4.3.7", "eslint": "^8.28.0", @@ -32,9 +32,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.2.0.tgz", - "integrity": "sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.3.0.tgz", + "integrity": "sha512-hgI+fN5xF8nhS9uG/V06xyT0nlcyvHHMkq0kwRSr96vl5BFlRGaL2C0/YY4kQagfU087tmj01bJkG9Ek98Wllw==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^5.0.0" @@ -3166,9 +3166,9 @@ }, "dependencies": { "@commitlint/config-conventional": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.2.0.tgz", - "integrity": "sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.3.0.tgz", + "integrity": "sha512-hgI+fN5xF8nhS9uG/V06xyT0nlcyvHHMkq0kwRSr96vl5BFlRGaL2C0/YY4kQagfU087tmj01bJkG9Ek98Wllw==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^5.0.0" diff --git a/package.json b/package.json index 5160499..e3e758a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "strong-globalize": "^6.0.5" }, "devDependencies": { - "@commitlint/config-conventional": "^17.2.0", + "@commitlint/config-conventional": "^17.3.0", "@types/express": "^4.17.14", "chai": "^4.3.7", "eslint": "^8.28.0",