From 5bcd6e425fdd7a93a3734b1ce9de75a1fab64165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 01:38:27 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/cli from 17.4.0 to 17.4.2 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.4.0 to 17.4.2. - [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.4.2/@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 | 126 +++++++++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 62 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1202b95..b45b012 100644 --- a/package-lock.json +++ b/package-lock.json @@ -635,15 +635,15 @@ } }, "node_modules/@commitlint/cli": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.0.tgz", - "integrity": "sha512-SEY4sYe8yVlgxPP7X0wJb96DBAGBPsCsy6QbqJt/UECbIAjDeDV5xXBV4jnS7T/qMC10sk6Ub9kDhEX0VWvblw==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.2.tgz", + "integrity": "sha512-0rPGJ2O1owhpxMIXL9YJ2CgPkdrFLKZElIZHXDN8L8+qWK1DGH7Q7IelBT1pchXTYTuDlqkOTdh//aTvT3bSUA==", "dev": true, "dependencies": { "@commitlint/format": "^17.4.0", - "@commitlint/lint": "^17.4.0", - "@commitlint/load": "^17.4.0", - "@commitlint/read": "^17.4.0", + "@commitlint/lint": "^17.4.2", + "@commitlint/load": "^17.4.2", + "@commitlint/read": "^17.4.2", "@commitlint/types": "^17.4.0", "execa": "^5.0.0", "lodash.isfunction": "^3.0.9", @@ -723,9 +723,9 @@ } }, "node_modules/@commitlint/is-ignored": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.0.tgz", - "integrity": "sha512-mkRuBlPUaBimvSvJyIHEHEW1/jP1SqEI7NOoaO9/eyJkMbsaiv5b1QgDYL4ZXlHdS64RMV7Y21MVVzuIceImDA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.2.tgz", + "integrity": "sha512-1b2Y2qJ6n7bHG9K6h8S4lBGUl6kc7mMhJN9gy1SQfUZqe92ToDjUTtgNWb6LbzR1X8Cq4SEus4VU8Z/riEa94Q==", "dev": true, "dependencies": { "@commitlint/types": "^17.4.0", @@ -736,14 +736,14 @@ } }, "node_modules/@commitlint/lint": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.0.tgz", - "integrity": "sha512-HG2YT4TUbQKs9v8QvpQjJ6OK+fhflsDB8M+D5tLrY79hbQOWA9mDKdRkABsW/AAhpNI9+zeGUWF3jj245jSHKw==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.2.tgz", + "integrity": "sha512-HcymabrdBhsDMNzIv146+ZPNBPBK5gMNsVH+el2lCagnYgCi/4ixrHooeVyS64Fgce2K26+MC7OQ4vVH8wQWVw==", "dev": true, "dependencies": { - "@commitlint/is-ignored": "^17.4.0", - "@commitlint/parse": "^17.4.0", - "@commitlint/rules": "^17.4.0", + "@commitlint/is-ignored": "^17.4.2", + "@commitlint/parse": "^17.4.2", + "@commitlint/rules": "^17.4.2", "@commitlint/types": "^17.4.0" }, "engines": { @@ -751,15 +751,16 @@ } }, "node_modules/@commitlint/load": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.0.tgz", - "integrity": "sha512-wDKNvAJqukqZqKmhRlf3KNo/12QGo1AQcd80EbV01SxtGvyHOsJ/g+/IbrZpopZv8rvzmEVktcpfDYH6ITepFA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.2.tgz", + "integrity": "sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==", "dev": true, "dependencies": { "@commitlint/config-validator": "^17.4.0", "@commitlint/execute-rule": "^17.4.0", "@commitlint/resolve-extends": "^17.4.0", "@commitlint/types": "^17.4.0", + "@types/node": "*", "chalk": "^4.1.0", "cosmiconfig": "^8.0.0", "cosmiconfig-typescript-loader": "^4.0.0", @@ -808,18 +809,18 @@ } }, "node_modules/@commitlint/message": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.4.0.tgz", - "integrity": "sha512-USGJDU9PPxcgQjKXCzvPUal65KAhxWq3hp+MrU1pNCN2itWM654CLIoY2LMIQ7rScTli9B5dTLH3vXhzbItmzA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.4.2.tgz", + "integrity": "sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==", "dev": true, "engines": { "node": ">=v14" } }, "node_modules/@commitlint/parse": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.0.tgz", - "integrity": "sha512-x8opKc5p+Hgs+CrMbq3VAnW2L2foPAX6arW8u9c8nTzksldGgFsENT+XVyPmpSMLlVBswZ1tndcz1xyKiY9TJA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.2.tgz", + "integrity": "sha512-DK4EwqhxfXpyCA+UH8TBRIAXAfmmX4q9QRBz/2h9F9sI91yt6mltTrL6TKURMcjUVmgaB80wgS9QybNIyVBIJA==", "dev": true, "dependencies": { "@commitlint/types": "^17.4.0", @@ -831,9 +832,9 @@ } }, "node_modules/@commitlint/read": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.4.0.tgz", - "integrity": "sha512-pGDeZpbkyvhxK8ZoCDUacPPRpauKPWF3n2XpDBEnuGreqUF2clq2PVJpwMMaNN5cHW8iFKCbcoOjXhD01sln0A==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.4.2.tgz", + "integrity": "sha512-hasYOdbhEg+W4hi0InmXHxtD/1favB4WdwyFxs1eOy/DvMw6+2IZBmATgGOlqhahsypk4kChhxjAFJAZ2F+JBg==", "dev": true, "dependencies": { "@commitlint/top-level": "^17.4.0", @@ -878,13 +879,13 @@ } }, "node_modules/@commitlint/rules": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.0.tgz", - "integrity": "sha512-lz3i1jet2NNjTWpAMwjjQjMZCPWBIHK1Kkja9o09UmUtMjRdALTb8uMLe8gCyeq3DiiZ5lLYOhbsoPK56xGQKA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.2.tgz", + "integrity": "sha512-OGrPsMb9Fx3/bZ64/EzJehY9YDSGWzp81Pj+zJiY+r/NSgJI3nUYdlS37jykNIugzazdEXfMtQ10kmA+Kx2pZQ==", "dev": true, "dependencies": { "@commitlint/ensure": "^17.4.0", - "@commitlint/message": "^17.4.0", + "@commitlint/message": "^17.4.2", "@commitlint/to-lines": "^17.4.0", "@commitlint/types": "^17.4.0", "execa": "^5.0.0" @@ -13982,15 +13983,15 @@ "peer": true }, "@commitlint/cli": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.0.tgz", - "integrity": "sha512-SEY4sYe8yVlgxPP7X0wJb96DBAGBPsCsy6QbqJt/UECbIAjDeDV5xXBV4jnS7T/qMC10sk6Ub9kDhEX0VWvblw==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.2.tgz", + "integrity": "sha512-0rPGJ2O1owhpxMIXL9YJ2CgPkdrFLKZElIZHXDN8L8+qWK1DGH7Q7IelBT1pchXTYTuDlqkOTdh//aTvT3bSUA==", "dev": true, "requires": { "@commitlint/format": "^17.4.0", - "@commitlint/lint": "^17.4.0", - "@commitlint/load": "^17.4.0", - "@commitlint/read": "^17.4.0", + "@commitlint/lint": "^17.4.2", + "@commitlint/load": "^17.4.2", + "@commitlint/read": "^17.4.2", "@commitlint/types": "^17.4.0", "execa": "^5.0.0", "lodash.isfunction": "^3.0.9", @@ -14049,9 +14050,9 @@ } }, "@commitlint/is-ignored": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.0.tgz", - "integrity": "sha512-mkRuBlPUaBimvSvJyIHEHEW1/jP1SqEI7NOoaO9/eyJkMbsaiv5b1QgDYL4ZXlHdS64RMV7Y21MVVzuIceImDA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.2.tgz", + "integrity": "sha512-1b2Y2qJ6n7bHG9K6h8S4lBGUl6kc7mMhJN9gy1SQfUZqe92ToDjUTtgNWb6LbzR1X8Cq4SEus4VU8Z/riEa94Q==", "dev": true, "requires": { "@commitlint/types": "^17.4.0", @@ -14059,27 +14060,28 @@ } }, "@commitlint/lint": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.0.tgz", - "integrity": "sha512-HG2YT4TUbQKs9v8QvpQjJ6OK+fhflsDB8M+D5tLrY79hbQOWA9mDKdRkABsW/AAhpNI9+zeGUWF3jj245jSHKw==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.2.tgz", + "integrity": "sha512-HcymabrdBhsDMNzIv146+ZPNBPBK5gMNsVH+el2lCagnYgCi/4ixrHooeVyS64Fgce2K26+MC7OQ4vVH8wQWVw==", "dev": true, "requires": { - "@commitlint/is-ignored": "^17.4.0", - "@commitlint/parse": "^17.4.0", - "@commitlint/rules": "^17.4.0", + "@commitlint/is-ignored": "^17.4.2", + "@commitlint/parse": "^17.4.2", + "@commitlint/rules": "^17.4.2", "@commitlint/types": "^17.4.0" } }, "@commitlint/load": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.0.tgz", - "integrity": "sha512-wDKNvAJqukqZqKmhRlf3KNo/12QGo1AQcd80EbV01SxtGvyHOsJ/g+/IbrZpopZv8rvzmEVktcpfDYH6ITepFA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.2.tgz", + "integrity": "sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==", "dev": true, "requires": { "@commitlint/config-validator": "^17.4.0", "@commitlint/execute-rule": "^17.4.0", "@commitlint/resolve-extends": "^17.4.0", "@commitlint/types": "^17.4.0", + "@types/node": "*", "chalk": "^4.1.0", "cosmiconfig": "^8.0.0", "cosmiconfig-typescript-loader": "^4.0.0", @@ -14121,15 +14123,15 @@ } }, "@commitlint/message": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.4.0.tgz", - "integrity": "sha512-USGJDU9PPxcgQjKXCzvPUal65KAhxWq3hp+MrU1pNCN2itWM654CLIoY2LMIQ7rScTli9B5dTLH3vXhzbItmzA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.4.2.tgz", + "integrity": "sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==", "dev": true }, "@commitlint/parse": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.0.tgz", - "integrity": "sha512-x8opKc5p+Hgs+CrMbq3VAnW2L2foPAX6arW8u9c8nTzksldGgFsENT+XVyPmpSMLlVBswZ1tndcz1xyKiY9TJA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.2.tgz", + "integrity": "sha512-DK4EwqhxfXpyCA+UH8TBRIAXAfmmX4q9QRBz/2h9F9sI91yt6mltTrL6TKURMcjUVmgaB80wgS9QybNIyVBIJA==", "dev": true, "requires": { "@commitlint/types": "^17.4.0", @@ -14138,9 +14140,9 @@ } }, "@commitlint/read": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.4.0.tgz", - "integrity": "sha512-pGDeZpbkyvhxK8ZoCDUacPPRpauKPWF3n2XpDBEnuGreqUF2clq2PVJpwMMaNN5cHW8iFKCbcoOjXhD01sln0A==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.4.2.tgz", + "integrity": "sha512-hasYOdbhEg+W4hi0InmXHxtD/1favB4WdwyFxs1eOy/DvMw6+2IZBmATgGOlqhahsypk4kChhxjAFJAZ2F+JBg==", "dev": true, "requires": { "@commitlint/top-level": "^17.4.0", @@ -14178,13 +14180,13 @@ } }, "@commitlint/rules": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.0.tgz", - "integrity": "sha512-lz3i1jet2NNjTWpAMwjjQjMZCPWBIHK1Kkja9o09UmUtMjRdALTb8uMLe8gCyeq3DiiZ5lLYOhbsoPK56xGQKA==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.2.tgz", + "integrity": "sha512-OGrPsMb9Fx3/bZ64/EzJehY9YDSGWzp81Pj+zJiY+r/NSgJI3nUYdlS37jykNIugzazdEXfMtQ10kmA+Kx2pZQ==", "dev": true, "requires": { "@commitlint/ensure": "^17.4.0", - "@commitlint/message": "^17.4.0", + "@commitlint/message": "^17.4.2", "@commitlint/to-lines": "^17.4.0", "@commitlint/types": "^17.4.0", "execa": "^5.0.0"