mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-17 12:24:35 +03:00
⬆ Bump @commitlint/core from 18.6.0 to 18.6.1
Bumps [@commitlint/core](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/core) 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/core/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.1/@commitlint/core) --- updated-dependencies: - dependency-name: "@commitlint/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
github-actions[bot]
parent
62c77e8bee
commit
a38481f124
214
package-lock.json
generated
214
package-lock.json
generated
@@ -577,12 +577,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": {
|
||||
@@ -590,9 +590,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-validator/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"
|
||||
@@ -672,27 +672,27 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/core": {
|
||||
"version": "18.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/core/-/core-18.6.0.tgz",
|
||||
"integrity": "sha512-IWoaU/f2wXFPsmpIwwRJKJD8JR6YNelWPYhq8ltpYzG8JTMqtmRpepM87cDhggY+2Vc5v+gCx+ZWr7vDSuwYCg==",
|
||||
"version": "18.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/core/-/core-18.6.1.tgz",
|
||||
"integrity": "sha512-r/vU5WmD7QpehgD6TT4tsX4KgfQHYHmwEywBEBdrKiUHvGtfJNAb+UzY8mEys44RZB/D8BWrlZNFuP9xIF5OVw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^18.6.0",
|
||||
"@commitlint/lint": "^18.6.0",
|
||||
"@commitlint/load": "^18.6.0",
|
||||
"@commitlint/read": "^18.6.0"
|
||||
"@commitlint/format": "^18.6.1",
|
||||
"@commitlint/lint": "^18.6.1",
|
||||
"@commitlint/load": "^18.6.1",
|
||||
"@commitlint/read": "^18.6.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
@@ -704,9 +704,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/ensure/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"
|
||||
@@ -786,21 +786,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": {
|
||||
@@ -808,9 +808,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/format/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"
|
||||
@@ -890,22 +890,22 @@
|
||||
}
|
||||
},
|
||||
"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/is-ignored/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"
|
||||
@@ -973,9 +973,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored/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"
|
||||
@@ -1000,24 +1000,24 @@
|
||||
}
|
||||
},
|
||||
"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/lint/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"
|
||||
@@ -1097,15 +1097,15 @@
|
||||
}
|
||||
},
|
||||
"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",
|
||||
@@ -1119,9 +1119,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/load/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"
|
||||
@@ -1201,21 +1201,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"
|
||||
},
|
||||
@@ -1224,9 +1224,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/parse/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"
|
||||
@@ -1306,13 +1306,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"
|
||||
},
|
||||
@@ -1321,9 +1321,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/read/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"
|
||||
@@ -1403,13 +1403,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",
|
||||
@@ -1420,9 +1420,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/resolve-extends/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"
|
||||
@@ -1502,15 +1502,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": {
|
||||
@@ -1518,9 +1518,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules/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"
|
||||
@@ -1600,18 +1600,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"
|
||||
@@ -6321,9 +6321,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/git-raw-commits/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"
|
||||
|
||||
Reference in New Issue
Block a user