chore: bump @commitlint/travis-cli from 16.2.4 to 17.0.0 in /web3.js (#25457)
Bumps [@commitlint/travis-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/travis-cli) from 16.2.4 to 17.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/travis-cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.0/@commitlint/travis-cli) --- updated-dependencies: - dependency-name: "@commitlint/travis-cli" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2de4b9f993
commit
fd7ad31ee7
|
@ -34,7 +34,7 @@
|
||||||
"@babel/preset-typescript": "^7.12.16",
|
"@babel/preset-typescript": "^7.12.16",
|
||||||
"@babel/register": "^7.12.13",
|
"@babel/register": "^7.12.13",
|
||||||
"@commitlint/config-conventional": "^15.0.0",
|
"@commitlint/config-conventional": "^15.0.0",
|
||||||
"@commitlint/travis-cli": "^16.2.3",
|
"@commitlint/travis-cli": "^17.0.0",
|
||||||
"@rollup/plugin-alias": "^3.1.2",
|
"@rollup/plugin-alias": "^3.1.2",
|
||||||
"@rollup/plugin-babel": "^5.2.3",
|
"@rollup/plugin-babel": "^5.2.3",
|
||||||
"@rollup/plugin-commonjs": "^22.0.0",
|
"@rollup/plugin-commonjs": "^22.0.0",
|
||||||
|
@ -1771,16 +1771,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/cli": {
|
"node_modules/@commitlint/cli": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
|
||||||
"integrity": "sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==",
|
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/format": "^16.2.1",
|
"@commitlint/format": "^17.0.0",
|
||||||
"@commitlint/lint": "^16.2.4",
|
"@commitlint/lint": "^17.0.0",
|
||||||
"@commitlint/load": "^16.2.4",
|
"@commitlint/load": "^17.0.0",
|
||||||
"@commitlint/read": "^16.2.1",
|
"@commitlint/read": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "5.0.0",
|
"resolve-from": "5.0.0",
|
||||||
"resolve-global": "1.0.0",
|
"resolve-global": "1.0.0",
|
||||||
|
@ -1790,7 +1790,7 @@
|
||||||
"commitlint": "cli.js"
|
"commitlint": "cli.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/config-conventional": {
|
"node_modules/@commitlint/config-conventional": {
|
||||||
|
@ -1806,51 +1806,51 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/config-validator": {
|
"node_modules/@commitlint/config-validator": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.0.0.tgz",
|
||||||
"integrity": "sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw==",
|
"integrity": "sha512-78IQjoZWR4kDHp/U5y17euEWzswJpPkA9TDL5F6oZZZaLIEreWzrDZD5PWtM8MsSRl/K2LDU/UrzYju2bKLMpA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"ajv": "^6.12.6"
|
"ajv": "^6.12.6"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/ensure": {
|
"node_modules/@commitlint/ensure": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.0.0.tgz",
|
||||||
"integrity": "sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==",
|
"integrity": "sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/execute-rule": {
|
"node_modules/@commitlint/execute-rule": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz",
|
||||||
"integrity": "sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==",
|
"integrity": "sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/format": {
|
"node_modules/@commitlint/format": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.0.0.tgz",
|
||||||
"integrity": "sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==",
|
"integrity": "sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.1.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/format/node_modules/ansi-styles": {
|
"node_modules/@commitlint/format/node_modules/ansi-styles": {
|
||||||
|
@ -1924,16 +1924,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/is-ignored": {
|
"node_modules/@commitlint/is-ignored": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.0.0.tgz",
|
||||||
"integrity": "sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==",
|
"integrity": "sha512-UmacD0XM/wWykgdXn5CEWVS4XGuqzU+ZGvM2hwv85+SXGnIOaG88XHrt81u37ZeVt1riWW+YdOxcJW6+nd5v5w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"semver": "7.3.7"
|
"semver": "7.3.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/is-ignored/node_modules/lru-cache": {
|
"node_modules/@commitlint/is-ignored/node_modules/lru-cache": {
|
||||||
|
@ -1970,40 +1970,40 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/lint": {
|
"node_modules/@commitlint/lint": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.0.0.tgz",
|
||||||
"integrity": "sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==",
|
"integrity": "sha512-5FL7VLvGJQby24q0pd4UdM8FNFcL+ER1T/UBf8A9KRL5+QXV1Rkl6Zhcl7+SGpGlVo6Yo0pm6aLW716LVKWLGg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/is-ignored": "^16.2.4",
|
"@commitlint/is-ignored": "^17.0.0",
|
||||||
"@commitlint/parse": "^16.2.1",
|
"@commitlint/parse": "^17.0.0",
|
||||||
"@commitlint/rules": "^16.2.4",
|
"@commitlint/rules": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1"
|
"@commitlint/types": "^17.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/load": {
|
"node_modules/@commitlint/load": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.0.0.tgz",
|
||||||
"integrity": "sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==",
|
"integrity": "sha512-XaiHF4yWQOPAI0O6wXvk+NYLtJn/Xb7jgZEeKd4C1ZWd7vR7u8z5h0PkWxSr0uLZGQsElGxv3fiZ32C5+q6M8w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/config-validator": "^16.2.1",
|
"@commitlint/config-validator": "^17.0.0",
|
||||||
"@commitlint/execute-rule": "^16.2.1",
|
"@commitlint/execute-rule": "^17.0.0",
|
||||||
"@commitlint/resolve-extends": "^16.2.1",
|
"@commitlint/resolve-extends": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"@types/node": ">=12",
|
"@types/node": ">=12",
|
||||||
"chalk": "^4.0.0",
|
"chalk": "^4.1.0",
|
||||||
"cosmiconfig": "^7.0.0",
|
"cosmiconfig": "^7.0.0",
|
||||||
"cosmiconfig-typescript-loader": "^1.0.0",
|
"cosmiconfig-typescript-loader": "^2.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "^5.0.0",
|
"resolve-from": "^5.0.0",
|
||||||
"typescript": "^4.4.3"
|
"typescript": "^4.6.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/load/node_modules/ansi-styles": {
|
"node_modules/@commitlint/load/node_modules/ansi-styles": {
|
||||||
|
@ -2077,123 +2077,123 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/message": {
|
"node_modules/@commitlint/message": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.0.0.tgz",
|
||||||
"integrity": "sha512-2eWX/47rftViYg7a3axYDdrgwKv32mxbycBJT6OQY/MJM7SUfYNYYvbMFOQFaA4xIVZt7t2Alyqslbl6blVwWw==",
|
"integrity": "sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/parse": {
|
"node_modules/@commitlint/parse": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.0.0.tgz",
|
||||||
"integrity": "sha512-2NP2dDQNL378VZYioLrgGVZhWdnJO4nAxQl5LXwYb08nEcN+cgxHN1dJV8OLJ5uxlGJtDeR8UZZ1mnQ1gSAD/g==",
|
"integrity": "sha512-cKcpfTIQYDG1ywTIr5AG0RAiLBr1gudqEsmAGCTtj8ffDChbBRxm6xXs2nv7GvmJN7msOt7vOKleLvcMmRa1+A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"conventional-changelog-angular": "^5.0.11",
|
"conventional-changelog-angular": "^5.0.11",
|
||||||
"conventional-commits-parser": "^3.2.2"
|
"conventional-commits-parser": "^3.2.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/read": {
|
"node_modules/@commitlint/read": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.0.0.tgz",
|
||||||
"integrity": "sha512-tViXGuaxLTrw2r7PiYMQOFA2fueZxnnt0lkOWqKyxT+n2XdEMGYcI9ID5ndJKXnfPGPppD0w/IItKsIXlZ+alw==",
|
"integrity": "sha512-zkuOdZayKX3J6F6mPnVMzohK3OBrsEdOByIqp4zQjA9VLw1hMsDEFQ18rKgUc2adkZar+4S01QrFreDCfZgbxA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/top-level": "^16.2.1",
|
"@commitlint/top-level": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"fs-extra": "^10.0.0",
|
"fs-extra": "^10.0.0",
|
||||||
"git-raw-commits": "^2.0.0"
|
"git-raw-commits": "^2.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/resolve-extends": {
|
"node_modules/@commitlint/resolve-extends": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.0.0.tgz",
|
||||||
"integrity": "sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg==",
|
"integrity": "sha512-wi60WiJmwaQ7lzMXK8Vbc18Hq9tE2j/6iv2AFfPUGV7fvfY6Sf1iNKuUHirSqR0fquUyufIXe4y/K9A6LVIIvw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/config-validator": "^16.2.1",
|
"@commitlint/config-validator": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"import-fresh": "^3.0.0",
|
"import-fresh": "^3.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "^5.0.0",
|
"resolve-from": "^5.0.0",
|
||||||
"resolve-global": "^1.0.0"
|
"resolve-global": "^1.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/rules": {
|
"node_modules/@commitlint/rules": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.0.0.tgz",
|
||||||
"integrity": "sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==",
|
"integrity": "sha512-45nIy3dERKXWpnwX9HeBzK5SepHwlDxdGBfmedXhL30fmFCkJOdxHyOJsh0+B0RaVsLGT01NELpfzJUmtpDwdQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/ensure": "^16.2.1",
|
"@commitlint/ensure": "^17.0.0",
|
||||||
"@commitlint/message": "^16.2.1",
|
"@commitlint/message": "^17.0.0",
|
||||||
"@commitlint/to-lines": "^16.2.1",
|
"@commitlint/to-lines": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"execa": "^5.0.0"
|
"execa": "^5.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/to-lines": {
|
"node_modules/@commitlint/to-lines": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.0.0.tgz",
|
||||||
"integrity": "sha512-9/VjpYj5j1QeY3eiog1zQWY6axsdWAc0AonUUfyZ7B0MVcRI0R56YsHAfzF6uK/g/WwPZaoe4Lb1QCyDVnpVaQ==",
|
"integrity": "sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/top-level": {
|
"node_modules/@commitlint/top-level": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.0.0.tgz",
|
||||||
"integrity": "sha512-lS6GSieHW9y6ePL73ied71Z9bOKyK+Ib9hTkRsB8oZFAyQZcyRwq2w6nIa6Fngir1QW51oKzzaXfJL94qwImyw==",
|
"integrity": "sha512-dZrEP1PBJvodNWYPOYiLWf6XZergdksKQaT6i1KSROLdjf5Ai0brLOv5/P+CPxBeoj3vBxK4Ax8H1Pg9t7sHIQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"find-up": "^5.0.0"
|
"find-up": "^5.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/travis-cli": {
|
"node_modules/@commitlint/travis-cli": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-17.0.0.tgz",
|
||||||
"integrity": "sha512-sbvAvi1RNRJVREhaKSgkPPSlC5VTds5gjLZ8r749ywlAhHjPpusSrbCLJbcMVVXhXSVbwN+P7t8pu8nCvXRJdw==",
|
"integrity": "sha512-0SBUjEQAHeeIakuyo1Rm0YgEtDXY0qFZYpKWgNmRqZl/QfsUddm7nz5/9pYXxbOpSbSNUpuiPJOV+dPTBVF5bg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/cli": "^16.2.4",
|
"@commitlint/cli": "^17.0.0",
|
||||||
"execa": "^5.0.0"
|
"execa": "^5.0.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"commitlint-travis": "cli.js"
|
"commitlint-travis": "cli.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/types": {
|
"node_modules/@commitlint/types": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz",
|
||||||
"integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==",
|
"integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.1.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/types/node_modules/ansi-styles": {
|
"node_modules/@commitlint/types/node_modules/ansi-styles": {
|
||||||
|
@ -5175,9 +5175,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/cosmiconfig-typescript-loader": {
|
"node_modules/cosmiconfig-typescript-loader": {
|
||||||
"version": "1.0.9",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.0.tgz",
|
||||||
"integrity": "sha512-tRuMRhxN4m1Y8hP9SNYfz7jRwt8lZdWxdjg/ohg5esKmsndJIn4yT96oJVcf5x0eA11taXl+sIp+ielu529k6g==",
|
"integrity": "sha512-2NlGul/E3vTQEANqPziqkA01vfiuUU8vT0jZAuUIjEW8u3eCcnCQWLggapCjhbF76s7KQF0fM0kXSKmzaDaG1g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cosmiconfig": "^7",
|
"cosmiconfig": "^7",
|
||||||
|
@ -17581,9 +17581,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/typescript": {
|
"node_modules/typescript": {
|
||||||
"version": "4.6.3",
|
"version": "4.6.4",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
|
||||||
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
|
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"tsc": "bin/tsc",
|
"tsc": "bin/tsc",
|
||||||
|
@ -18147,9 +18147,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/yargs": {
|
"node_modules/yargs": {
|
||||||
"version": "17.4.1",
|
"version": "17.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
|
||||||
"integrity": "sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g==",
|
"integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cliui": "^7.0.2",
|
"cliui": "^7.0.2",
|
||||||
|
@ -19426,16 +19426,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/cli": {
|
"@commitlint/cli": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
|
||||||
"integrity": "sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==",
|
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/format": "^16.2.1",
|
"@commitlint/format": "^17.0.0",
|
||||||
"@commitlint/lint": "^16.2.4",
|
"@commitlint/lint": "^17.0.0",
|
||||||
"@commitlint/load": "^16.2.4",
|
"@commitlint/load": "^17.0.0",
|
||||||
"@commitlint/read": "^16.2.1",
|
"@commitlint/read": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "5.0.0",
|
"resolve-from": "5.0.0",
|
||||||
"resolve-global": "1.0.0",
|
"resolve-global": "1.0.0",
|
||||||
|
@ -19452,39 +19452,39 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-validator": {
|
"@commitlint/config-validator": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.0.0.tgz",
|
||||||
"integrity": "sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw==",
|
"integrity": "sha512-78IQjoZWR4kDHp/U5y17euEWzswJpPkA9TDL5F6oZZZaLIEreWzrDZD5PWtM8MsSRl/K2LDU/UrzYju2bKLMpA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"ajv": "^6.12.6"
|
"ajv": "^6.12.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/ensure": {
|
"@commitlint/ensure": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.0.0.tgz",
|
||||||
"integrity": "sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==",
|
"integrity": "sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/execute-rule": {
|
"@commitlint/execute-rule": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz",
|
||||||
"integrity": "sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==",
|
"integrity": "sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@commitlint/format": {
|
"@commitlint/format": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.0.0.tgz",
|
||||||
"integrity": "sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==",
|
"integrity": "sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansi-styles": {
|
"ansi-styles": {
|
||||||
|
@ -19539,12 +19539,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/is-ignored": {
|
"@commitlint/is-ignored": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.0.0.tgz",
|
||||||
"integrity": "sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==",
|
"integrity": "sha512-UmacD0XM/wWykgdXn5CEWVS4XGuqzU+ZGvM2hwv85+SXGnIOaG88XHrt81u37ZeVt1riWW+YdOxcJW6+nd5v5w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"semver": "7.3.7"
|
"semver": "7.3.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -19575,34 +19575,34 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/lint": {
|
"@commitlint/lint": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.0.0.tgz",
|
||||||
"integrity": "sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==",
|
"integrity": "sha512-5FL7VLvGJQby24q0pd4UdM8FNFcL+ER1T/UBf8A9KRL5+QXV1Rkl6Zhcl7+SGpGlVo6Yo0pm6aLW716LVKWLGg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/is-ignored": "^16.2.4",
|
"@commitlint/is-ignored": "^17.0.0",
|
||||||
"@commitlint/parse": "^16.2.1",
|
"@commitlint/parse": "^17.0.0",
|
||||||
"@commitlint/rules": "^16.2.4",
|
"@commitlint/rules": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1"
|
"@commitlint/types": "^17.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/load": {
|
"@commitlint/load": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.0.0.tgz",
|
||||||
"integrity": "sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==",
|
"integrity": "sha512-XaiHF4yWQOPAI0O6wXvk+NYLtJn/Xb7jgZEeKd4C1ZWd7vR7u8z5h0PkWxSr0uLZGQsElGxv3fiZ32C5+q6M8w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/config-validator": "^16.2.1",
|
"@commitlint/config-validator": "^17.0.0",
|
||||||
"@commitlint/execute-rule": "^16.2.1",
|
"@commitlint/execute-rule": "^17.0.0",
|
||||||
"@commitlint/resolve-extends": "^16.2.1",
|
"@commitlint/resolve-extends": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"@types/node": ">=12",
|
"@types/node": ">=12",
|
||||||
"chalk": "^4.0.0",
|
"chalk": "^4.1.0",
|
||||||
"cosmiconfig": "^7.0.0",
|
"cosmiconfig": "^7.0.0",
|
||||||
"cosmiconfig-typescript-loader": "^1.0.0",
|
"cosmiconfig-typescript-loader": "^2.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "^5.0.0",
|
"resolve-from": "^5.0.0",
|
||||||
"typescript": "^4.4.3"
|
"typescript": "^4.6.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansi-styles": {
|
"ansi-styles": {
|
||||||
|
@ -19657,42 +19657,42 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/message": {
|
"@commitlint/message": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.0.0.tgz",
|
||||||
"integrity": "sha512-2eWX/47rftViYg7a3axYDdrgwKv32mxbycBJT6OQY/MJM7SUfYNYYvbMFOQFaA4xIVZt7t2Alyqslbl6blVwWw==",
|
"integrity": "sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@commitlint/parse": {
|
"@commitlint/parse": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.0.0.tgz",
|
||||||
"integrity": "sha512-2NP2dDQNL378VZYioLrgGVZhWdnJO4nAxQl5LXwYb08nEcN+cgxHN1dJV8OLJ5uxlGJtDeR8UZZ1mnQ1gSAD/g==",
|
"integrity": "sha512-cKcpfTIQYDG1ywTIr5AG0RAiLBr1gudqEsmAGCTtj8ffDChbBRxm6xXs2nv7GvmJN7msOt7vOKleLvcMmRa1+A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"conventional-changelog-angular": "^5.0.11",
|
"conventional-changelog-angular": "^5.0.11",
|
||||||
"conventional-commits-parser": "^3.2.2"
|
"conventional-commits-parser": "^3.2.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/read": {
|
"@commitlint/read": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.0.0.tgz",
|
||||||
"integrity": "sha512-tViXGuaxLTrw2r7PiYMQOFA2fueZxnnt0lkOWqKyxT+n2XdEMGYcI9ID5ndJKXnfPGPppD0w/IItKsIXlZ+alw==",
|
"integrity": "sha512-zkuOdZayKX3J6F6mPnVMzohK3OBrsEdOByIqp4zQjA9VLw1hMsDEFQ18rKgUc2adkZar+4S01QrFreDCfZgbxA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/top-level": "^16.2.1",
|
"@commitlint/top-level": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"fs-extra": "^10.0.0",
|
"fs-extra": "^10.0.0",
|
||||||
"git-raw-commits": "^2.0.0"
|
"git-raw-commits": "^2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/resolve-extends": {
|
"@commitlint/resolve-extends": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.0.0.tgz",
|
||||||
"integrity": "sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg==",
|
"integrity": "sha512-wi60WiJmwaQ7lzMXK8Vbc18Hq9tE2j/6iv2AFfPUGV7fvfY6Sf1iNKuUHirSqR0fquUyufIXe4y/K9A6LVIIvw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/config-validator": "^16.2.1",
|
"@commitlint/config-validator": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"import-fresh": "^3.0.0",
|
"import-fresh": "^3.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "^5.0.0",
|
"resolve-from": "^5.0.0",
|
||||||
|
@ -19700,50 +19700,50 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/rules": {
|
"@commitlint/rules": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.0.0.tgz",
|
||||||
"integrity": "sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==",
|
"integrity": "sha512-45nIy3dERKXWpnwX9HeBzK5SepHwlDxdGBfmedXhL30fmFCkJOdxHyOJsh0+B0RaVsLGT01NELpfzJUmtpDwdQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/ensure": "^16.2.1",
|
"@commitlint/ensure": "^17.0.0",
|
||||||
"@commitlint/message": "^16.2.1",
|
"@commitlint/message": "^17.0.0",
|
||||||
"@commitlint/to-lines": "^16.2.1",
|
"@commitlint/to-lines": "^17.0.0",
|
||||||
"@commitlint/types": "^16.2.1",
|
"@commitlint/types": "^17.0.0",
|
||||||
"execa": "^5.0.0"
|
"execa": "^5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/to-lines": {
|
"@commitlint/to-lines": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.0.0.tgz",
|
||||||
"integrity": "sha512-9/VjpYj5j1QeY3eiog1zQWY6axsdWAc0AonUUfyZ7B0MVcRI0R56YsHAfzF6uK/g/WwPZaoe4Lb1QCyDVnpVaQ==",
|
"integrity": "sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@commitlint/top-level": {
|
"@commitlint/top-level": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.0.0.tgz",
|
||||||
"integrity": "sha512-lS6GSieHW9y6ePL73ied71Z9bOKyK+Ib9hTkRsB8oZFAyQZcyRwq2w6nIa6Fngir1QW51oKzzaXfJL94qwImyw==",
|
"integrity": "sha512-dZrEP1PBJvodNWYPOYiLWf6XZergdksKQaT6i1KSROLdjf5Ai0brLOv5/P+CPxBeoj3vBxK4Ax8H1Pg9t7sHIQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"find-up": "^5.0.0"
|
"find-up": "^5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/travis-cli": {
|
"@commitlint/travis-cli": {
|
||||||
"version": "16.2.4",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-16.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-17.0.0.tgz",
|
||||||
"integrity": "sha512-sbvAvi1RNRJVREhaKSgkPPSlC5VTds5gjLZ8r749ywlAhHjPpusSrbCLJbcMVVXhXSVbwN+P7t8pu8nCvXRJdw==",
|
"integrity": "sha512-0SBUjEQAHeeIakuyo1Rm0YgEtDXY0qFZYpKWgNmRqZl/QfsUddm7nz5/9pYXxbOpSbSNUpuiPJOV+dPTBVF5bg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/cli": "^16.2.4",
|
"@commitlint/cli": "^17.0.0",
|
||||||
"execa": "^5.0.0"
|
"execa": "^5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/types": {
|
"@commitlint/types": {
|
||||||
"version": "16.2.1",
|
"version": "17.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz",
|
||||||
"integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==",
|
"integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansi-styles": {
|
"ansi-styles": {
|
||||||
|
@ -22077,9 +22077,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cosmiconfig-typescript-loader": {
|
"cosmiconfig-typescript-loader": {
|
||||||
"version": "1.0.9",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.0.tgz",
|
||||||
"integrity": "sha512-tRuMRhxN4m1Y8hP9SNYfz7jRwt8lZdWxdjg/ohg5esKmsndJIn4yT96oJVcf5x0eA11taXl+sIp+ielu529k6g==",
|
"integrity": "sha512-2NlGul/E3vTQEANqPziqkA01vfiuUU8vT0jZAuUIjEW8u3eCcnCQWLggapCjhbF76s7KQF0fM0kXSKmzaDaG1g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"cosmiconfig": "^7",
|
"cosmiconfig": "^7",
|
||||||
|
@ -31521,9 +31521,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"typescript": {
|
"typescript": {
|
||||||
"version": "4.6.3",
|
"version": "4.6.4",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
|
||||||
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
|
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"uglify-js": {
|
"uglify-js": {
|
||||||
|
@ -31950,9 +31950,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"yargs": {
|
"yargs": {
|
||||||
"version": "17.4.1",
|
"version": "17.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
|
||||||
"integrity": "sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g==",
|
"integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"cliui": "^7.0.2",
|
"cliui": "^7.0.2",
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
"@babel/preset-typescript": "^7.12.16",
|
"@babel/preset-typescript": "^7.12.16",
|
||||||
"@babel/register": "^7.12.13",
|
"@babel/register": "^7.12.13",
|
||||||
"@commitlint/config-conventional": "^15.0.0",
|
"@commitlint/config-conventional": "^15.0.0",
|
||||||
"@commitlint/travis-cli": "^16.2.3",
|
"@commitlint/travis-cli": "^17.0.0",
|
||||||
"@rollup/plugin-alias": "^3.1.2",
|
"@rollup/plugin-alias": "^3.1.2",
|
||||||
"@rollup/plugin-babel": "^5.2.3",
|
"@rollup/plugin-babel": "^5.2.3",
|
||||||
"@rollup/plugin-commonjs": "^22.0.0",
|
"@rollup/plugin-commonjs": "^22.0.0",
|
||||||
|
|
|
@ -920,15 +920,16 @@
|
||||||
"@babel/helper-validator-identifier" "^7.16.7"
|
"@babel/helper-validator-identifier" "^7.16.7"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@commitlint/cli@^16.2.4":
|
"@commitlint/cli@^17.0.0":
|
||||||
version "16.2.4"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-16.2.4.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.0.tgz#6c86c6b0eba4ba1204a19833c3c962b623f35518"
|
||||||
|
integrity sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/format" "^16.2.1"
|
"@commitlint/format" "^17.0.0"
|
||||||
"@commitlint/lint" "^16.2.4"
|
"@commitlint/lint" "^17.0.0"
|
||||||
"@commitlint/load" "^16.2.4"
|
"@commitlint/load" "^17.0.0"
|
||||||
"@commitlint/read" "^16.2.1"
|
"@commitlint/read" "^17.0.0"
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
lodash "^4.17.19"
|
lodash "^4.17.19"
|
||||||
resolve-from "5.0.0"
|
resolve-from "5.0.0"
|
||||||
resolve-global "1.0.0"
|
resolve-global "1.0.0"
|
||||||
|
@ -940,127 +941,143 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
conventional-changelog-conventionalcommits "^4.3.1"
|
conventional-changelog-conventionalcommits "^4.3.1"
|
||||||
|
|
||||||
"@commitlint/config-validator@^16.2.1":
|
"@commitlint/config-validator@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.0.0.tgz#49ab09f3ca0ac3449e79ea389cb4942423162ac0"
|
||||||
|
integrity sha512-78IQjoZWR4kDHp/U5y17euEWzswJpPkA9TDL5F6oZZZaLIEreWzrDZD5PWtM8MsSRl/K2LDU/UrzYju2bKLMpA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
ajv "^6.12.6"
|
ajv "^6.12.6"
|
||||||
|
|
||||||
"@commitlint/ensure@^16.2.1":
|
"@commitlint/ensure@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/ensure/-/ensure-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.0.0.tgz#781ff5f8870cb98ce4496d5c71649a4cd122a0e0"
|
||||||
|
integrity sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
lodash "^4.17.19"
|
lodash "^4.17.19"
|
||||||
|
|
||||||
"@commitlint/execute-rule@^16.2.1":
|
"@commitlint/execute-rule@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz#186e9261fd36733922ae617497888c4bdb6e5c92"
|
||||||
|
integrity sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==
|
||||||
|
|
||||||
"@commitlint/format@^16.2.1":
|
"@commitlint/format@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/format/-/format-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.0.0.tgz#2c991ac0df3955fe5d7d4d733967bd17e6cfd9e0"
|
||||||
|
integrity sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
chalk "^4.0.0"
|
chalk "^4.1.0"
|
||||||
|
|
||||||
"@commitlint/is-ignored@^16.2.4":
|
"@commitlint/is-ignored@^17.0.0":
|
||||||
version "16.2.4"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.0.0.tgz#64f53517b390689e58aa3c29fbf1e05b7d4fbd65"
|
||||||
|
integrity sha512-UmacD0XM/wWykgdXn5CEWVS4XGuqzU+ZGvM2hwv85+SXGnIOaG88XHrt81u37ZeVt1riWW+YdOxcJW6+nd5v5w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
semver "7.3.7"
|
semver "7.3.7"
|
||||||
|
|
||||||
"@commitlint/lint@^16.2.4":
|
"@commitlint/lint@^17.0.0":
|
||||||
version "16.2.4"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/lint/-/lint-16.2.4.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.0.0.tgz#38ef61e0e977d738f738233fbcdf33a5fc04cf96"
|
||||||
|
integrity sha512-5FL7VLvGJQby24q0pd4UdM8FNFcL+ER1T/UBf8A9KRL5+QXV1Rkl6Zhcl7+SGpGlVo6Yo0pm6aLW716LVKWLGg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/is-ignored" "^16.2.4"
|
"@commitlint/is-ignored" "^17.0.0"
|
||||||
"@commitlint/parse" "^16.2.1"
|
"@commitlint/parse" "^17.0.0"
|
||||||
"@commitlint/rules" "^16.2.4"
|
"@commitlint/rules" "^17.0.0"
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
|
|
||||||
"@commitlint/load@^16.2.4":
|
"@commitlint/load@^17.0.0":
|
||||||
version "16.2.4"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/load/-/load-16.2.4.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.0.0.tgz#0bbefe6d8b99276714c5ea8ef32de2bd2f082698"
|
||||||
|
integrity sha512-XaiHF4yWQOPAI0O6wXvk+NYLtJn/Xb7jgZEeKd4C1ZWd7vR7u8z5h0PkWxSr0uLZGQsElGxv3fiZ32C5+q6M8w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/config-validator" "^16.2.1"
|
"@commitlint/config-validator" "^17.0.0"
|
||||||
"@commitlint/execute-rule" "^16.2.1"
|
"@commitlint/execute-rule" "^17.0.0"
|
||||||
"@commitlint/resolve-extends" "^16.2.1"
|
"@commitlint/resolve-extends" "^17.0.0"
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
"@types/node" ">=12"
|
"@types/node" ">=12"
|
||||||
chalk "^4.0.0"
|
chalk "^4.1.0"
|
||||||
cosmiconfig "^7.0.0"
|
cosmiconfig "^7.0.0"
|
||||||
cosmiconfig-typescript-loader "^1.0.0"
|
cosmiconfig-typescript-loader "^2.0.0"
|
||||||
lodash "^4.17.19"
|
lodash "^4.17.19"
|
||||||
resolve-from "^5.0.0"
|
resolve-from "^5.0.0"
|
||||||
typescript "^4.4.3"
|
typescript "^4.6.4"
|
||||||
|
|
||||||
"@commitlint/message@^16.2.1":
|
"@commitlint/message@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/message/-/message-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.0.0.tgz#ae0f8ec6a3e5c8d369792a2c391952c7596cca73"
|
||||||
|
integrity sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw==
|
||||||
|
|
||||||
"@commitlint/parse@^16.2.1":
|
"@commitlint/parse@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/parse/-/parse-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.0.0.tgz#6d508a1e2aec76f348a447994f26e9b749c02091"
|
||||||
|
integrity sha512-cKcpfTIQYDG1ywTIr5AG0RAiLBr1gudqEsmAGCTtj8ffDChbBRxm6xXs2nv7GvmJN7msOt7vOKleLvcMmRa1+A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
conventional-changelog-angular "^5.0.11"
|
conventional-changelog-angular "^5.0.11"
|
||||||
conventional-commits-parser "^3.2.2"
|
conventional-commits-parser "^3.2.2"
|
||||||
|
|
||||||
"@commitlint/read@^16.2.1":
|
"@commitlint/read@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/read/-/read-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.0.0.tgz#8ab01cf2f27350d8f81f21690962679a7cae5abf"
|
||||||
|
integrity sha512-zkuOdZayKX3J6F6mPnVMzohK3OBrsEdOByIqp4zQjA9VLw1hMsDEFQ18rKgUc2adkZar+4S01QrFreDCfZgbxA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/top-level" "^16.2.1"
|
"@commitlint/top-level" "^17.0.0"
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
fs-extra "^10.0.0"
|
fs-extra "^10.0.0"
|
||||||
git-raw-commits "^2.0.0"
|
git-raw-commits "^2.0.0"
|
||||||
|
|
||||||
"@commitlint/resolve-extends@^16.2.1":
|
"@commitlint/resolve-extends@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.0.0.tgz#3a40ee08184b984acf475ebc962641f435e3a639"
|
||||||
|
integrity sha512-wi60WiJmwaQ7lzMXK8Vbc18Hq9tE2j/6iv2AFfPUGV7fvfY6Sf1iNKuUHirSqR0fquUyufIXe4y/K9A6LVIIvw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/config-validator" "^16.2.1"
|
"@commitlint/config-validator" "^17.0.0"
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
import-fresh "^3.0.0"
|
import-fresh "^3.0.0"
|
||||||
lodash "^4.17.19"
|
lodash "^4.17.19"
|
||||||
resolve-from "^5.0.0"
|
resolve-from "^5.0.0"
|
||||||
resolve-global "^1.0.0"
|
resolve-global "^1.0.0"
|
||||||
|
|
||||||
"@commitlint/rules@^16.2.4":
|
"@commitlint/rules@^17.0.0":
|
||||||
version "16.2.4"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/rules/-/rules-16.2.4.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.0.0.tgz#4eecc5d28cabbc5f3f73838fb02592b551f9bf62"
|
||||||
|
integrity sha512-45nIy3dERKXWpnwX9HeBzK5SepHwlDxdGBfmedXhL30fmFCkJOdxHyOJsh0+B0RaVsLGT01NELpfzJUmtpDwdQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/ensure" "^16.2.1"
|
"@commitlint/ensure" "^17.0.0"
|
||||||
"@commitlint/message" "^16.2.1"
|
"@commitlint/message" "^17.0.0"
|
||||||
"@commitlint/to-lines" "^16.2.1"
|
"@commitlint/to-lines" "^17.0.0"
|
||||||
"@commitlint/types" "^16.2.1"
|
"@commitlint/types" "^17.0.0"
|
||||||
execa "^5.0.0"
|
execa "^5.0.0"
|
||||||
|
|
||||||
"@commitlint/to-lines@^16.2.1":
|
"@commitlint/to-lines@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.0.0.tgz#5766895836b8085b099a098482f88a03f070b411"
|
||||||
|
integrity sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ==
|
||||||
|
|
||||||
"@commitlint/top-level@^16.2.1":
|
"@commitlint/top-level@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/top-level/-/top-level-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.0.0.tgz#ebd0df4c703c026c2fbdc20fa746836334f4ed15"
|
||||||
|
integrity sha512-dZrEP1PBJvodNWYPOYiLWf6XZergdksKQaT6i1KSROLdjf5Ai0brLOv5/P+CPxBeoj3vBxK4Ax8H1Pg9t7sHIQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
find-up "^5.0.0"
|
find-up "^5.0.0"
|
||||||
|
|
||||||
"@commitlint/travis-cli@^16.2.3":
|
"@commitlint/travis-cli@^17.0.0":
|
||||||
version "16.2.4"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-16.2.4.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/travis-cli/-/travis-cli-17.0.0.tgz#f88c198992aa5bbc521fae21b1b1f4669028847b"
|
||||||
|
integrity sha512-0SBUjEQAHeeIakuyo1Rm0YgEtDXY0qFZYpKWgNmRqZl/QfsUddm7nz5/9pYXxbOpSbSNUpuiPJOV+dPTBVF5bg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/cli" "^16.2.4"
|
"@commitlint/cli" "^17.0.0"
|
||||||
execa "^5.0.0"
|
execa "^5.0.0"
|
||||||
|
|
||||||
"@commitlint/types@^16.2.1":
|
"@commitlint/types@^17.0.0":
|
||||||
version "16.2.1"
|
version "17.0.0"
|
||||||
resolved "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz"
|
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.0.0.tgz#3b4604c1a0f06c340ce976e6c6903d4f56e3e690"
|
||||||
|
integrity sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk "^4.0.0"
|
chalk "^4.1.0"
|
||||||
|
|
||||||
"@cspotcode/source-map-consumer@0.8.0":
|
"@cspotcode/source-map-consumer@0.8.0":
|
||||||
version "0.8.0"
|
version "0.8.0"
|
||||||
|
@ -2875,9 +2892,10 @@ corser@^2.0.1:
|
||||||
version "2.0.1"
|
version "2.0.1"
|
||||||
resolved "https://registry.npmjs.org/corser/-/corser-2.0.1.tgz"
|
resolved "https://registry.npmjs.org/corser/-/corser-2.0.1.tgz"
|
||||||
|
|
||||||
cosmiconfig-typescript-loader@^1.0.0:
|
cosmiconfig-typescript-loader@^2.0.0:
|
||||||
version "1.0.9"
|
version "2.0.0"
|
||||||
resolved "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.9.tgz"
|
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.0.tgz#bc4f5bfcaa11a353714ecdef00c4f2226ef191b8"
|
||||||
|
integrity sha512-2NlGul/E3vTQEANqPziqkA01vfiuUU8vT0jZAuUIjEW8u3eCcnCQWLggapCjhbF76s7KQF0fM0kXSKmzaDaG1g==
|
||||||
dependencies:
|
dependencies:
|
||||||
cosmiconfig "^7"
|
cosmiconfig "^7"
|
||||||
ts-node "^10.7.0"
|
ts-node "^10.7.0"
|
||||||
|
@ -7410,10 +7428,15 @@ typedoc@^0.22.2:
|
||||||
minimatch "^5.0.1"
|
minimatch "^5.0.1"
|
||||||
shiki "^0.10.1"
|
shiki "^0.10.1"
|
||||||
|
|
||||||
typescript@^4.3.2, typescript@^4.4.3:
|
typescript@^4.3.2:
|
||||||
version "4.6.3"
|
version "4.6.3"
|
||||||
resolved "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz"
|
resolved "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz"
|
||||||
|
|
||||||
|
typescript@^4.6.4:
|
||||||
|
version "4.6.4"
|
||||||
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
|
||||||
|
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
|
||||||
|
|
||||||
uglify-js@^3.1.4:
|
uglify-js@^3.1.4:
|
||||||
version "3.15.3"
|
version "3.15.3"
|
||||||
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.3.tgz"
|
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.3.tgz"
|
||||||
|
|
Loading…
Reference in New Issue