chore(deps-dev): bump @commitlint/cli from 16.2.4 to 17.0.0

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/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/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.0/@commitlint/cli)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-23 06:14:45 +00:00 committed by Joachim Van Herwegen
parent db26201a3f
commit 771d138037
2 changed files with 201 additions and 182 deletions

381
package-lock.json generated
View File

@ -73,7 +73,7 @@
"community-solid-server": "bin/server.js" "community-solid-server": "bin/server.js"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^16.2.4", "@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0", "@commitlint/config-conventional": "^17.0.0",
"@inrupt/solid-client-authn-core": "^1.11.5", "@inrupt/solid-client-authn-core": "^1.11.5",
"@inrupt/solid-client-authn-node": "^1.11.5", "@inrupt/solid-client-authn-node": "^1.11.5",
@ -721,16 +721,16 @@
"dev": true "dev": true
}, },
"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",
@ -740,7 +740,7 @@
"commitlint": "cli.js" "commitlint": "cli.js"
}, },
"engines": { "engines": {
"node": ">=v12" "node": ">=v14"
} }
}, },
"node_modules/@commitlint/cli/node_modules/resolve-from": { "node_modules/@commitlint/cli/node_modules/resolve-from": {
@ -765,101 +765,101 @@
} }
}, },
"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/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/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/resolve-from": { "node_modules/@commitlint/load/node_modules/resolve-from": {
@ -871,59 +871,72 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@commitlint/load/node_modules/typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"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/resolve-extends/node_modules/resolve-from": { "node_modules/@commitlint/resolve-extends/node_modules/resolve-from": {
@ -936,40 +949,40 @@
} }
}, },
"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/top-level/node_modules/find-up": { "node_modules/@commitlint/top-level/node_modules/find-up": {
@ -1034,15 +1047,15 @@
} }
}, },
"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/@comunica/actor-abstract-mediatyped": { "node_modules/@comunica/actor-abstract-mediatyped": {
@ -6184,9 +6197,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",
@ -15239,16 +15252,16 @@
"dev": true "dev": true
}, },
"@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",
@ -15273,80 +15286,80 @@
} }
}, },
"@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"
} }
}, },
"@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"
} }
}, },
"@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": {
"resolve-from": { "resolve-from": {
@ -15354,46 +15367,52 @@
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
"dev": true "dev": true
},
"typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"dev": true
} }
} }
}, },
"@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",
@ -15409,28 +15428,28 @@
} }
}, },
"@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"
@ -15476,12 +15495,12 @@
} }
}, },
"@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"
} }
}, },
"@comunica/actor-abstract-mediatyped": { "@comunica/actor-abstract-mediatyped": {
@ -19992,9 +20011,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",

View File

@ -137,7 +137,7 @@
"yargs": "^17.3.1" "yargs": "^17.3.1"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^16.2.4", "@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0", "@commitlint/config-conventional": "^17.0.0",
"@inrupt/solid-client-authn-core": "^1.11.5", "@inrupt/solid-client-authn-core": "^1.11.5",
"@inrupt/solid-client-authn-node": "^1.11.5", "@inrupt/solid-client-authn-node": "^1.11.5",