build(deps-dev): bump @commitlint/cli from 18.6.0 to 18.6.1

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.0 to 18.6.1.
- [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/v18.6.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-14 05:10:23 +00:00
committed by GitHub
parent 517e8cce19
commit 2f5b92b6db
2 changed files with 158 additions and 158 deletions

314
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"remark-toc": "^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.0",
"@octokit/rest": "^20.0.2",
"@octokit/types": "^12.4.0",
@@ -500,16 +500,16 @@
}
},
"node_modules/@commitlint/cli": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.6.0.tgz",
"integrity": "sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.6.1.tgz",
"integrity": "sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==",
"dev": true,
"dependencies": {
"@commitlint/format": "^18.6.0",
"@commitlint/lint": "^18.6.0",
"@commitlint/load": "^18.6.0",
"@commitlint/read": "^18.6.0",
"@commitlint/types": "^18.6.0",
"@commitlint/format": "^18.6.1",
"@commitlint/lint": "^18.6.1",
"@commitlint/load": "^18.6.1",
"@commitlint/read": "^18.6.1",
"@commitlint/types": "^18.6.1",
"execa": "^5.0.0",
"lodash.isfunction": "^3.0.9",
"resolve-from": "5.0.0",
@@ -600,12 +600,12 @@
}
},
"node_modules/@commitlint/config-validator": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.6.0.tgz",
"integrity": "sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.6.1.tgz",
"integrity": "sha512-05uiToBVfPhepcQWE1ZQBR/Io3+tb3gEotZjnI4tTzzPk16NffN6YABgwFQCLmzZefbDcmwWqJWc2XT47q7Znw==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.6.0",
"@commitlint/types": "^18.6.1",
"ajv": "^8.11.0"
},
"engines": {
@@ -635,12 +635,12 @@
"dev": true
},
"node_modules/@commitlint/ensure": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.6.0.tgz",
"integrity": "sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.6.1.tgz",
"integrity": "sha512-BPm6+SspyxQ7ZTsZwXc7TRQL5kh5YWt3euKmEIBZnocMFkJevqs3fbLRb8+8I/cfbVcAo4mxRlpTPfz8zX7SnQ==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.6.0",
"@commitlint/types": "^18.6.1",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
@@ -652,21 +652,21 @@
}
},
"node_modules/@commitlint/execute-rule": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz",
"integrity": "sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-18.6.1.tgz",
"integrity": "sha512-7s37a+iWyJiGUeMFF6qBlyZciUkF8odSAnHijbD36YDctLhGKoYltdvuJ/AFfRm6cBLRtRk9cCVPdsEFtt/2rg==",
"dev": true,
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/format": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.6.0.tgz",
"integrity": "sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.6.1.tgz",
"integrity": "sha512-K8mNcfU/JEFCharj2xVjxGSF+My+FbUHoqR+4GqPGrHNqXOGNio47ziiR4HQUPKtiNs05o8/WyLBoIpMVOP7wg==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.6.0",
"@commitlint/types": "^18.6.1",
"chalk": "^4.1.0"
},
"engines": {
@@ -674,43 +674,43 @@
}
},
"node_modules/@commitlint/is-ignored": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz",
"integrity": "sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.6.1.tgz",
"integrity": "sha512-MOfJjkEJj/wOaPBw5jFjTtfnx72RGwqYIROABudOtJKW7isVjFe9j0t8xhceA02QebtYf4P/zea4HIwnXg8rvA==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.6.0",
"semver": "7.5.4"
"@commitlint/types": "^18.6.1",
"semver": "7.6.0"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/lint": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.6.0.tgz",
"integrity": "sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.6.1.tgz",
"integrity": "sha512-8WwIFo3jAuU+h1PkYe5SfnIOzp+TtBHpFr4S8oJWhu44IWKuVx6GOPux3+9H1iHOan/rGBaiacicZkMZuluhfQ==",
"dev": true,
"dependencies": {
"@commitlint/is-ignored": "^18.6.0",
"@commitlint/parse": "^18.6.0",
"@commitlint/rules": "^18.6.0",
"@commitlint/types": "^18.6.0"
"@commitlint/is-ignored": "^18.6.1",
"@commitlint/parse": "^18.6.1",
"@commitlint/rules": "^18.6.1",
"@commitlint/types": "^18.6.1"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/load": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.6.0.tgz",
"integrity": "sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.6.1.tgz",
"integrity": "sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^18.6.0",
"@commitlint/execute-rule": "^18.4.4",
"@commitlint/resolve-extends": "^18.6.0",
"@commitlint/types": "^18.6.0",
"@commitlint/config-validator": "^18.6.1",
"@commitlint/execute-rule": "^18.6.1",
"@commitlint/resolve-extends": "^18.6.1",
"@commitlint/types": "^18.6.1",
"chalk": "^4.1.0",
"cosmiconfig": "^8.3.6",
"cosmiconfig-typescript-loader": "^5.0.0",
@@ -724,21 +724,21 @@
}
},
"node_modules/@commitlint/message": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-18.4.4.tgz",
"integrity": "sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-18.6.1.tgz",
"integrity": "sha512-VKC10UTMLcpVjMIaHHsY1KwhuTQtdIKPkIdVEwWV+YuzKkzhlI3aNy6oo1eAN6b/D2LTtZkJe2enHmX0corYRw==",
"dev": true,
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/parse": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.6.0.tgz",
"integrity": "sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.6.1.tgz",
"integrity": "sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.6.0",
"@commitlint/types": "^18.6.1",
"conventional-changelog-angular": "^7.0.0",
"conventional-commits-parser": "^5.0.0"
},
@@ -747,13 +747,13 @@
}
},
"node_modules/@commitlint/read": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.6.0.tgz",
"integrity": "sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.6.1.tgz",
"integrity": "sha512-ia6ODaQFzXrVul07ffSgbZGFajpe8xhnDeLIprLeyfz3ivQU1dIoHp7yz0QIorZ6yuf4nlzg4ZUkluDrGN/J/w==",
"dev": true,
"dependencies": {
"@commitlint/top-level": "^18.4.4",
"@commitlint/types": "^18.6.0",
"@commitlint/top-level": "^18.6.1",
"@commitlint/types": "^18.6.1",
"git-raw-commits": "^2.0.11",
"minimist": "^1.2.6"
},
@@ -762,13 +762,13 @@
}
},
"node_modules/@commitlint/resolve-extends": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz",
"integrity": "sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.6.1.tgz",
"integrity": "sha512-ifRAQtHwK+Gj3Bxj/5chhc4L2LIc3s30lpsyW67yyjsETR6ctHAHRu1FSpt0KqahK5xESqoJ92v6XxoDRtjwEQ==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^18.6.0",
"@commitlint/types": "^18.6.0",
"@commitlint/config-validator": "^18.6.1",
"@commitlint/types": "^18.6.1",
"import-fresh": "^3.0.0",
"lodash.mergewith": "^4.6.2",
"resolve-from": "^5.0.0",
@@ -779,15 +779,15 @@
}
},
"node_modules/@commitlint/rules": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.6.0.tgz",
"integrity": "sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.6.1.tgz",
"integrity": "sha512-kguM6HxZDtz60v/zQYOe0voAtTdGybWXefA1iidjWYmyUUspO1zBPQEmJZ05/plIAqCVyNUTAiRPWIBKLCrGew==",
"dev": true,
"dependencies": {
"@commitlint/ensure": "^18.6.0",
"@commitlint/message": "^18.4.4",
"@commitlint/to-lines": "^18.4.4",
"@commitlint/types": "^18.6.0",
"@commitlint/ensure": "^18.6.1",
"@commitlint/message": "^18.6.1",
"@commitlint/to-lines": "^18.6.1",
"@commitlint/types": "^18.6.1",
"execa": "^5.0.0"
},
"engines": {
@@ -795,18 +795,18 @@
}
},
"node_modules/@commitlint/to-lines": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-18.4.4.tgz",
"integrity": "sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-18.6.1.tgz",
"integrity": "sha512-Gl+orGBxYSNphx1+83GYeNy5N0dQsHBQ9PJMriaLQDB51UQHCVLBT/HBdOx5VaYksivSf5Os55TLePbRLlW50Q==",
"dev": true,
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/top-level": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-18.4.4.tgz",
"integrity": "sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-18.6.1.tgz",
"integrity": "sha512-HyiHQZUTf0+r0goTCDs/bbVv/LiiQ7AVtz6KIar+8ZrseB9+YJAIo8HQ2IC2QT1y3N1lbW6OqVEsTHjbT6hGSw==",
"dev": true,
"dependencies": {
"find-up": "^5.0.0"
@@ -877,9 +877,9 @@
}
},
"node_modules/@commitlint/types": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.0.tgz",
"integrity": "sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.1.tgz",
"integrity": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0"
@@ -11566,9 +11566,9 @@
}
},
"node_modules/semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
"dev": true,
"dependencies": {
"lru-cache": "^6.0.0"
@@ -13364,16 +13364,16 @@
"optional": true
},
"@commitlint/cli": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.6.0.tgz",
"integrity": "sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.6.1.tgz",
"integrity": "sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==",
"dev": true,
"requires": {
"@commitlint/format": "^18.6.0",
"@commitlint/lint": "^18.6.0",
"@commitlint/load": "^18.6.0",
"@commitlint/read": "^18.6.0",
"@commitlint/types": "^18.6.0",
"@commitlint/format": "^18.6.1",
"@commitlint/lint": "^18.6.1",
"@commitlint/load": "^18.6.1",
"@commitlint/read": "^18.6.1",
"@commitlint/types": "^18.6.1",
"execa": "^5.0.0",
"lodash.isfunction": "^3.0.9",
"resolve-from": "5.0.0",
@@ -13442,12 +13442,12 @@
}
},
"@commitlint/config-validator": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.6.0.tgz",
"integrity": "sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.6.1.tgz",
"integrity": "sha512-05uiToBVfPhepcQWE1ZQBR/Io3+tb3gEotZjnI4tTzzPk16NffN6YABgwFQCLmzZefbDcmwWqJWc2XT47q7Znw==",
"dev": true,
"requires": {
"@commitlint/types": "^18.6.0",
"@commitlint/types": "^18.6.1",
"ajv": "^8.11.0"
},
"dependencies": {
@@ -13472,12 +13472,12 @@
}
},
"@commitlint/ensure": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.6.0.tgz",
"integrity": "sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.6.1.tgz",
"integrity": "sha512-BPm6+SspyxQ7ZTsZwXc7TRQL5kh5YWt3euKmEIBZnocMFkJevqs3fbLRb8+8I/cfbVcAo4mxRlpTPfz8zX7SnQ==",
"dev": true,
"requires": {
"@commitlint/types": "^18.6.0",
"@commitlint/types": "^18.6.1",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
@@ -13486,53 +13486,53 @@
}
},
"@commitlint/execute-rule": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz",
"integrity": "sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-18.6.1.tgz",
"integrity": "sha512-7s37a+iWyJiGUeMFF6qBlyZciUkF8odSAnHijbD36YDctLhGKoYltdvuJ/AFfRm6cBLRtRk9cCVPdsEFtt/2rg==",
"dev": true
},
"@commitlint/format": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.6.0.tgz",
"integrity": "sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.6.1.tgz",
"integrity": "sha512-K8mNcfU/JEFCharj2xVjxGSF+My+FbUHoqR+4GqPGrHNqXOGNio47ziiR4HQUPKtiNs05o8/WyLBoIpMVOP7wg==",
"dev": true,
"requires": {
"@commitlint/types": "^18.6.0",
"@commitlint/types": "^18.6.1",
"chalk": "^4.1.0"
}
},
"@commitlint/is-ignored": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz",
"integrity": "sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.6.1.tgz",
"integrity": "sha512-MOfJjkEJj/wOaPBw5jFjTtfnx72RGwqYIROABudOtJKW7isVjFe9j0t8xhceA02QebtYf4P/zea4HIwnXg8rvA==",
"dev": true,
"requires": {
"@commitlint/types": "^18.6.0",
"semver": "7.5.4"
"@commitlint/types": "^18.6.1",
"semver": "7.6.0"
}
},
"@commitlint/lint": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.6.0.tgz",
"integrity": "sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.6.1.tgz",
"integrity": "sha512-8WwIFo3jAuU+h1PkYe5SfnIOzp+TtBHpFr4S8oJWhu44IWKuVx6GOPux3+9H1iHOan/rGBaiacicZkMZuluhfQ==",
"dev": true,
"requires": {
"@commitlint/is-ignored": "^18.6.0",
"@commitlint/parse": "^18.6.0",
"@commitlint/rules": "^18.6.0",
"@commitlint/types": "^18.6.0"
"@commitlint/is-ignored": "^18.6.1",
"@commitlint/parse": "^18.6.1",
"@commitlint/rules": "^18.6.1",
"@commitlint/types": "^18.6.1"
}
},
"@commitlint/load": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.6.0.tgz",
"integrity": "sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.6.1.tgz",
"integrity": "sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==",
"dev": true,
"requires": {
"@commitlint/config-validator": "^18.6.0",
"@commitlint/execute-rule": "^18.4.4",
"@commitlint/resolve-extends": "^18.6.0",
"@commitlint/types": "^18.6.0",
"@commitlint/config-validator": "^18.6.1",
"@commitlint/execute-rule": "^18.6.1",
"@commitlint/resolve-extends": "^18.6.1",
"@commitlint/types": "^18.6.1",
"chalk": "^4.1.0",
"cosmiconfig": "^8.3.6",
"cosmiconfig-typescript-loader": "^5.0.0",
@@ -13543,42 +13543,42 @@
}
},
"@commitlint/message": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-18.4.4.tgz",
"integrity": "sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-18.6.1.tgz",
"integrity": "sha512-VKC10UTMLcpVjMIaHHsY1KwhuTQtdIKPkIdVEwWV+YuzKkzhlI3aNy6oo1eAN6b/D2LTtZkJe2enHmX0corYRw==",
"dev": true
},
"@commitlint/parse": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.6.0.tgz",
"integrity": "sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.6.1.tgz",
"integrity": "sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==",
"dev": true,
"requires": {
"@commitlint/types": "^18.6.0",
"@commitlint/types": "^18.6.1",
"conventional-changelog-angular": "^7.0.0",
"conventional-commits-parser": "^5.0.0"
}
},
"@commitlint/read": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.6.0.tgz",
"integrity": "sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.6.1.tgz",
"integrity": "sha512-ia6ODaQFzXrVul07ffSgbZGFajpe8xhnDeLIprLeyfz3ivQU1dIoHp7yz0QIorZ6yuf4nlzg4ZUkluDrGN/J/w==",
"dev": true,
"requires": {
"@commitlint/top-level": "^18.4.4",
"@commitlint/types": "^18.6.0",
"@commitlint/top-level": "^18.6.1",
"@commitlint/types": "^18.6.1",
"git-raw-commits": "^2.0.11",
"minimist": "^1.2.6"
}
},
"@commitlint/resolve-extends": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz",
"integrity": "sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.6.1.tgz",
"integrity": "sha512-ifRAQtHwK+Gj3Bxj/5chhc4L2LIc3s30lpsyW67yyjsETR6ctHAHRu1FSpt0KqahK5xESqoJ92v6XxoDRtjwEQ==",
"dev": true,
"requires": {
"@commitlint/config-validator": "^18.6.0",
"@commitlint/types": "^18.6.0",
"@commitlint/config-validator": "^18.6.1",
"@commitlint/types": "^18.6.1",
"import-fresh": "^3.0.0",
"lodash.mergewith": "^4.6.2",
"resolve-from": "^5.0.0",
@@ -13586,28 +13586,28 @@
}
},
"@commitlint/rules": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.6.0.tgz",
"integrity": "sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.6.1.tgz",
"integrity": "sha512-kguM6HxZDtz60v/zQYOe0voAtTdGybWXefA1iidjWYmyUUspO1zBPQEmJZ05/plIAqCVyNUTAiRPWIBKLCrGew==",
"dev": true,
"requires": {
"@commitlint/ensure": "^18.6.0",
"@commitlint/message": "^18.4.4",
"@commitlint/to-lines": "^18.4.4",
"@commitlint/types": "^18.6.0",
"@commitlint/ensure": "^18.6.1",
"@commitlint/message": "^18.6.1",
"@commitlint/to-lines": "^18.6.1",
"@commitlint/types": "^18.6.1",
"execa": "^5.0.0"
}
},
"@commitlint/to-lines": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-18.4.4.tgz",
"integrity": "sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-18.6.1.tgz",
"integrity": "sha512-Gl+orGBxYSNphx1+83GYeNy5N0dQsHBQ9PJMriaLQDB51UQHCVLBT/HBdOx5VaYksivSf5Os55TLePbRLlW50Q==",
"dev": true
},
"@commitlint/top-level": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-18.4.4.tgz",
"integrity": "sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-18.6.1.tgz",
"integrity": "sha512-HyiHQZUTf0+r0goTCDs/bbVv/LiiQ7AVtz6KIar+8ZrseB9+YJAIo8HQ2IC2QT1y3N1lbW6OqVEsTHjbT6hGSw==",
"dev": true,
"requires": {
"find-up": "^5.0.0"
@@ -13653,9 +13653,9 @@
}
},
"@commitlint/types": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.0.tgz",
"integrity": "sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.1.tgz",
"integrity": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==",
"dev": true,
"requires": {
"chalk": "^4.1.0"
@@ -21168,9 +21168,9 @@
}
},
"semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
"dev": true,
"requires": {
"lru-cache": "^6.0.0"