From 15c0611f71c7b95a0e00f6d0aedbaa60da56dea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:08:03 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/cli from 13.2.0 to 13.2.1 (#490) --- package-lock.json | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index fefe93d2..4d585fbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2182,14 +2182,14 @@ "dev": true }, "node_modules/@commitlint/cli": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.0.tgz", - "integrity": "sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.1.tgz", + "integrity": "sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==", "dev": true, "dependencies": { "@commitlint/format": "^13.2.0", "@commitlint/lint": "^13.2.0", - "@commitlint/load": "^13.2.0", + "@commitlint/load": "^13.2.1", "@commitlint/read": "^13.2.0", "@commitlint/types": "^13.2.0", "lodash": "^4.17.19", @@ -2368,9 +2368,9 @@ } }, "node_modules/@commitlint/load": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.0.tgz", - "integrity": "sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.1.tgz", + "integrity": "sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==", "dev": true, "dependencies": { "@commitlint/execute-rule": "^13.2.0", @@ -2380,7 +2380,8 @@ "chalk": "^4.0.0", "cosmiconfig": "^7.0.0", "lodash": "^4.17.19", - "resolve-from": "^5.0.0" + "resolve-from": "^5.0.0", + "typescript": "^4.4.3" }, "engines": { "node": ">=v12" @@ -17163,14 +17164,14 @@ "dev": true }, "@commitlint/cli": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.0.tgz", - "integrity": "sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.1.tgz", + "integrity": "sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==", "dev": true, "requires": { "@commitlint/format": "^13.2.0", "@commitlint/lint": "^13.2.0", - "@commitlint/load": "^13.2.0", + "@commitlint/load": "^13.2.1", "@commitlint/read": "^13.2.0", "@commitlint/types": "^13.2.0", "lodash": "^4.17.19", @@ -17305,9 +17306,9 @@ } }, "@commitlint/load": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.0.tgz", - "integrity": "sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.1.tgz", + "integrity": "sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==", "dev": true, "requires": { "@commitlint/execute-rule": "^13.2.0", @@ -17317,7 +17318,8 @@ "chalk": "^4.0.0", "cosmiconfig": "^7.0.0", "lodash": "^4.17.19", - "resolve-from": "^5.0.0" + "resolve-from": "^5.0.0", + "typescript": "^4.4.3" }, "dependencies": { "ansi-styles": {