mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
build(deps-dev): bump @commitlint/cli to 12.1.4 (#21)
This commit is contained in:
parent
3fea7d48f6
commit
56258dc06b
272
package-lock.json
generated
272
package-lock.json
generated
@ -25,7 +25,7 @@
|
|||||||
"universal-cookie": "4.0.4"
|
"universal-cookie": "4.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "12.1.1",
|
"@commitlint/cli": "12.1.4",
|
||||||
"@commitlint/config-conventional": "12.1.4",
|
"@commitlint/config-conventional": "12.1.4",
|
||||||
"@lhci/cli": "0.7.2",
|
"@lhci/cli": "0.7.2",
|
||||||
"@testing-library/jest-dom": "5.12.0",
|
"@testing-library/jest-dom": "5.12.0",
|
||||||
@ -1292,17 +1292,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/cli": {
|
"node_modules/@commitlint/cli": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.4.tgz",
|
||||||
"integrity": "sha512-SB67/s6VJ50seoPx/Sr2gj1fMzKrx+udgarecGdr8h43ah+M2e22gjQJ7xHv5KwyPQ+6ug1YOMCL34ubT4zupQ==",
|
"integrity": "sha512-ZR1WjXLvqEffYyBPT0XdnSxtt3Ty1TMoujEtseW5o3vPnkA1UNashAMjQVg/oELqfaiAMnDw8SERPMN0e/0kLg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/format": "^12.1.1",
|
"@commitlint/format": "^12.1.4",
|
||||||
"@commitlint/lint": "^12.1.1",
|
"@commitlint/lint": "^12.1.4",
|
||||||
"@commitlint/load": "^12.1.1",
|
"@commitlint/load": "^12.1.4",
|
||||||
"@commitlint/read": "^12.1.1",
|
"@commitlint/read": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"get-stdin": "8.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",
|
||||||
@ -1328,12 +1327,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/ensure": {
|
"node_modules/@commitlint/ensure": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.4.tgz",
|
||||||
"integrity": "sha512-XEUQvUjzBVQM7Uv8vYz+c7PDukFvx0AvQEyX/V+PaTkCK/xPvexu7FLbFwvypjSt9BPMf+T/rhB1hVmldkd6lw==",
|
"integrity": "sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -1341,21 +1340,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/execute-rule": {
|
"node_modules/@commitlint/execute-rule": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz",
|
||||||
"integrity": "sha512-6mplMGvLCKF5LieL7BRhydpg32tm6LICnWQADrWU4S5g9PKi2utNvhiaiuNPoHUXr29RdbNaGNcyyPv8DSjJsQ==",
|
"integrity": "sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v10"
|
"node": ">=v10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/format": {
|
"node_modules/@commitlint/format": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.4.tgz",
|
||||||
"integrity": "sha512-bTAoOryTFLqls17JTaRwk2WDVOP0NwuG4F/JPK8RaF6DMZNVQTfajkgTxFENNZRnESfau1BvivvEXfUAW2ZsvA==",
|
"integrity": "sha512-h28ucMaoRjVvvgS6Bdf85fa/+ZZ/iu1aeWGCpURnQV7/rrVjkhNSjZwGlCOUd5kDV1EnZ5XdI7L18SUpRjs26g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -1433,12 +1432,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/is-ignored": {
|
"node_modules/@commitlint/is-ignored": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.4.tgz",
|
||||||
"integrity": "sha512-Sn4fsnWX+wLAJOD/UZeoVruB98te1TyPYRiDEq0MhRJAQIrP+7jE/O3/ass68AAMq00HvH3OK9kt4UBXggcGjA==",
|
"integrity": "sha512-uTu2jQU2SKvtIRVLOzMQo3KxDtO+iJ1p0olmncwrqy4AfPLgwoyCP2CiULq5M7xpR3+dE3hBlZXbZTQbD7ycIw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"semver": "7.3.5"
|
"semver": "7.3.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -1479,29 +1478,29 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/lint": {
|
"node_modules/@commitlint/lint": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.4.tgz",
|
||||||
"integrity": "sha512-FFFPpku/E0svL1jaUVqosuZJDDWiNWYBlUw5ZEljh3MwWRcoaWtMIX5bseX+IvHpFZsCTAiBs1kCgNulCi0UvA==",
|
"integrity": "sha512-1kZ8YDp4to47oIPFELUFGLiLumtPNKJigPFDuHt2+f3Q3IKdQ0uk53n3CPl4uoyso/Og/EZvb1mXjFR/Yce4cA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/is-ignored": "^12.1.1",
|
"@commitlint/is-ignored": "^12.1.4",
|
||||||
"@commitlint/parse": "^12.1.1",
|
"@commitlint/parse": "^12.1.4",
|
||||||
"@commitlint/rules": "^12.1.1",
|
"@commitlint/rules": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1"
|
"@commitlint/types": "^12.1.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v10"
|
"node": ">=v10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/load": {
|
"node_modules/@commitlint/load": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.4.tgz",
|
||||||
"integrity": "sha512-qOQtgNdJRULUQWP9jkpTwhj7aEtnqUtqeUpbQ9rjS+GIUST65HZbteNUX4S0mAEGPWqy2aK5xGd73cUfFSvuuw==",
|
"integrity": "sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/execute-rule": "^12.1.1",
|
"@commitlint/execute-rule": "^12.1.4",
|
||||||
"@commitlint/resolve-extends": "^12.1.1",
|
"@commitlint/resolve-extends": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"chalk": "^4.0.0",
|
"chalk": "^4.0.0",
|
||||||
"cosmiconfig": "^7.0.0",
|
"cosmiconfig": "^7.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
@ -1582,21 +1581,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/message": {
|
"node_modules/@commitlint/message": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.4.tgz",
|
||||||
"integrity": "sha512-RakDSLAiOligXjhbLahV8HowF4K75pZIcs0+Ii9Q8Gz5H3DWf1Ngit7alFTWfcbf/+DTjSzVPov5HiwQZPIBUg==",
|
"integrity": "sha512-6QhalEKsKQ/Y16/cTk5NH4iByz26fqws2ub+AinHPtM7Io0jy4e3rym9iE+TkEqiqWZlUigZnTwbPvRJeSUBaA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v10"
|
"node": ">=v10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/parse": {
|
"node_modules/@commitlint/parse": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.4.tgz",
|
||||||
"integrity": "sha512-nuljIvAbBDr93DgL0wCArftEIhjSghawAwhvrKNV9FFcqAJqfVqitwMxJrNDCQ5pgUMCSKULLOEv+dA0bLlTEQ==",
|
"integrity": "sha512-yqKSAsK2V4X/HaLb/yYdrzs6oD/G48Ilt0EJ2Mp6RJeWYxG14w/Out6JrneWnr/cpzemyN5hExOg6+TB19H/Lw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"conventional-changelog-angular": "^5.0.11",
|
"conventional-changelog-angular": "^5.0.11",
|
||||||
"conventional-commits-parser": "^3.0.0"
|
"conventional-commits-parser": "^3.0.0"
|
||||||
},
|
},
|
||||||
@ -1605,13 +1604,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/read": {
|
"node_modules/@commitlint/read": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.4.tgz",
|
||||||
"integrity": "sha512-1k0CQEoZIdixvmqZRKEcWdj2XiKS7SlizEOJ1SE99Qui5d5FlBey8eaooTGgmpR6zObpIHJehtEPzM3VzUT3qA==",
|
"integrity": "sha512-TnPQSJgD8Aod5Xeo9W4SaYKRZmIahukjcCWJ2s5zb3ZYSmj6C85YD9cR5vlRyrZjj78ItLUV/X4FMWWVIS38Jg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/top-level": "^12.1.1",
|
"@commitlint/top-level": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"fs-extra": "^9.0.0",
|
"fs-extra": "^9.0.0",
|
||||||
"git-raw-commits": "^2.0.0"
|
"git-raw-commits": "^2.0.0"
|
||||||
},
|
},
|
||||||
@ -1620,9 +1619,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/resolve-extends": {
|
"node_modules/@commitlint/resolve-extends": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz",
|
||||||
"integrity": "sha512-/DXRt0S0U3o9lq5cc8OL1Lkx0IjW0HcDWjUkUXshAajBIKBYSJB8x/loNCi1krNEJ8SwLXUEFt5OLxNO6wE9yQ==",
|
"integrity": "sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"import-fresh": "^3.0.0",
|
"import-fresh": "^3.0.0",
|
||||||
@ -1635,33 +1634,33 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/rules": {
|
"node_modules/@commitlint/rules": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.4.tgz",
|
||||||
"integrity": "sha512-oCcLF/ykcJfhM2DeeaDyrgdaiuKsqIPNocugdPj2WEyhSYqmx1/u18CV96LAtW+WyyiOLCCeiZwiQutx3T5nXg==",
|
"integrity": "sha512-W8m6ZSjg7RuIsIfzQiFHa48X5mcPXeKT9yjBxVmjHvYfS2FDBf1VxCQ7vO0JTVIdV4ohjZ0eKg/wxxUuZHJAZg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/ensure": "^12.1.1",
|
"@commitlint/ensure": "^12.1.4",
|
||||||
"@commitlint/message": "^12.1.1",
|
"@commitlint/message": "^12.1.4",
|
||||||
"@commitlint/to-lines": "^12.1.1",
|
"@commitlint/to-lines": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1"
|
"@commitlint/types": "^12.1.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v10"
|
"node": ">=v10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/to-lines": {
|
"node_modules/@commitlint/to-lines": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.4.tgz",
|
||||||
"integrity": "sha512-W23AH2XF5rI27MOAPSSr0TUDoRe7ZbFoRtYhFnPu2MBmcuDA9Tmfd9N5sM2tBXtdE26uq3SazwKqGt1OoGAilQ==",
|
"integrity": "sha512-TParumvbi8bdx3EdLXz2MaX+e15ZgoCqNUgqHsRLwyqLUTRbqCVkzrfadG1UcMQk8/d5aMbb327ZKG3Q4BRorw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v10"
|
"node": ">=v10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/top-level": {
|
"node_modules/@commitlint/top-level": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.4.tgz",
|
||||||
"integrity": "sha512-g7uRbr81QEIg+pbii0OkE17Zh/2C/f6dSmiMDVRn1S0+hNHR1bENCh18hVUKcV/qKTUsKkFlhhWXM9mQBfxQJw==",
|
"integrity": "sha512-d4lTJrOT/dXlpY+NIt4CUl77ciEzYeNVc0VFgUQ6VA+b1rqYD2/VWFjBlWVOrklxtSDeKyuEhs36RGrppEFAvg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"find-up": "^5.0.0"
|
"find-up": "^5.0.0"
|
||||||
@ -1671,9 +1670,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/types": {
|
"node_modules/@commitlint/types": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.4.tgz",
|
||||||
"integrity": "sha512-+qGH+s2Lo6qwacV2X3/ZypZwaAI84ift+1HBjXdXtI/q0F5NtmXucV3lcQOTviMTNiJhq4qWON2fjci2NItASw==",
|
"integrity": "sha512-KRIjdnWNUx6ywz+SJvjmNCbQKcKP6KArhjZhY2l+CWKxak0d77SOjggkMwFTiSgLODOwmuLTbarR2ZfWPiPMlw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.0.0"
|
||||||
@ -27035,17 +27034,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/cli": {
|
"@commitlint/cli": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.4.tgz",
|
||||||
"integrity": "sha512-SB67/s6VJ50seoPx/Sr2gj1fMzKrx+udgarecGdr8h43ah+M2e22gjQJ7xHv5KwyPQ+6ug1YOMCL34ubT4zupQ==",
|
"integrity": "sha512-ZR1WjXLvqEffYyBPT0XdnSxtt3Ty1TMoujEtseW5o3vPnkA1UNashAMjQVg/oELqfaiAMnDw8SERPMN0e/0kLg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/format": "^12.1.1",
|
"@commitlint/format": "^12.1.4",
|
||||||
"@commitlint/lint": "^12.1.1",
|
"@commitlint/lint": "^12.1.4",
|
||||||
"@commitlint/load": "^12.1.1",
|
"@commitlint/load": "^12.1.4",
|
||||||
"@commitlint/read": "^12.1.1",
|
"@commitlint/read": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"get-stdin": "8.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",
|
||||||
@ -27062,28 +27060,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/ensure": {
|
"@commitlint/ensure": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.4.tgz",
|
||||||
"integrity": "sha512-XEUQvUjzBVQM7Uv8vYz+c7PDukFvx0AvQEyX/V+PaTkCK/xPvexu7FLbFwvypjSt9BPMf+T/rhB1hVmldkd6lw==",
|
"integrity": "sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/execute-rule": {
|
"@commitlint/execute-rule": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz",
|
||||||
"integrity": "sha512-6mplMGvLCKF5LieL7BRhydpg32tm6LICnWQADrWU4S5g9PKi2utNvhiaiuNPoHUXr29RdbNaGNcyyPv8DSjJsQ==",
|
"integrity": "sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@commitlint/format": {
|
"@commitlint/format": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-12.1.4.tgz",
|
||||||
"integrity": "sha512-bTAoOryTFLqls17JTaRwk2WDVOP0NwuG4F/JPK8RaF6DMZNVQTfajkgTxFENNZRnESfau1BvivvEXfUAW2ZsvA==",
|
"integrity": "sha512-h28ucMaoRjVvvgS6Bdf85fa/+ZZ/iu1aeWGCpURnQV7/rrVjkhNSjZwGlCOUd5kDV1EnZ5XdI7L18SUpRjs26g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -27139,12 +27137,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/is-ignored": {
|
"@commitlint/is-ignored": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.4.tgz",
|
||||||
"integrity": "sha512-Sn4fsnWX+wLAJOD/UZeoVruB98te1TyPYRiDEq0MhRJAQIrP+7jE/O3/ass68AAMq00HvH3OK9kt4UBXggcGjA==",
|
"integrity": "sha512-uTu2jQU2SKvtIRVLOzMQo3KxDtO+iJ1p0olmncwrqy4AfPLgwoyCP2CiULq5M7xpR3+dE3hBlZXbZTQbD7ycIw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"semver": "7.3.5"
|
"semver": "7.3.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -27175,26 +27173,26 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/lint": {
|
"@commitlint/lint": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.4.tgz",
|
||||||
"integrity": "sha512-FFFPpku/E0svL1jaUVqosuZJDDWiNWYBlUw5ZEljh3MwWRcoaWtMIX5bseX+IvHpFZsCTAiBs1kCgNulCi0UvA==",
|
"integrity": "sha512-1kZ8YDp4to47oIPFELUFGLiLumtPNKJigPFDuHt2+f3Q3IKdQ0uk53n3CPl4uoyso/Og/EZvb1mXjFR/Yce4cA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/is-ignored": "^12.1.1",
|
"@commitlint/is-ignored": "^12.1.4",
|
||||||
"@commitlint/parse": "^12.1.1",
|
"@commitlint/parse": "^12.1.4",
|
||||||
"@commitlint/rules": "^12.1.1",
|
"@commitlint/rules": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1"
|
"@commitlint/types": "^12.1.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/load": {
|
"@commitlint/load": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.4.tgz",
|
||||||
"integrity": "sha512-qOQtgNdJRULUQWP9jkpTwhj7aEtnqUtqeUpbQ9rjS+GIUST65HZbteNUX4S0mAEGPWqy2aK5xGd73cUfFSvuuw==",
|
"integrity": "sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/execute-rule": "^12.1.1",
|
"@commitlint/execute-rule": "^12.1.4",
|
||||||
"@commitlint/resolve-extends": "^12.1.1",
|
"@commitlint/resolve-extends": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"chalk": "^4.0.0",
|
"chalk": "^4.0.0",
|
||||||
"cosmiconfig": "^7.0.0",
|
"cosmiconfig": "^7.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
@ -27253,38 +27251,38 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/message": {
|
"@commitlint/message": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-12.1.4.tgz",
|
||||||
"integrity": "sha512-RakDSLAiOligXjhbLahV8HowF4K75pZIcs0+Ii9Q8Gz5H3DWf1Ngit7alFTWfcbf/+DTjSzVPov5HiwQZPIBUg==",
|
"integrity": "sha512-6QhalEKsKQ/Y16/cTk5NH4iByz26fqws2ub+AinHPtM7Io0jy4e3rym9iE+TkEqiqWZlUigZnTwbPvRJeSUBaA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@commitlint/parse": {
|
"@commitlint/parse": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.4.tgz",
|
||||||
"integrity": "sha512-nuljIvAbBDr93DgL0wCArftEIhjSghawAwhvrKNV9FFcqAJqfVqitwMxJrNDCQ5pgUMCSKULLOEv+dA0bLlTEQ==",
|
"integrity": "sha512-yqKSAsK2V4X/HaLb/yYdrzs6oD/G48Ilt0EJ2Mp6RJeWYxG14w/Out6JrneWnr/cpzemyN5hExOg6+TB19H/Lw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"conventional-changelog-angular": "^5.0.11",
|
"conventional-changelog-angular": "^5.0.11",
|
||||||
"conventional-commits-parser": "^3.0.0"
|
"conventional-commits-parser": "^3.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/read": {
|
"@commitlint/read": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-12.1.4.tgz",
|
||||||
"integrity": "sha512-1k0CQEoZIdixvmqZRKEcWdj2XiKS7SlizEOJ1SE99Qui5d5FlBey8eaooTGgmpR6zObpIHJehtEPzM3VzUT3qA==",
|
"integrity": "sha512-TnPQSJgD8Aod5Xeo9W4SaYKRZmIahukjcCWJ2s5zb3ZYSmj6C85YD9cR5vlRyrZjj78ItLUV/X4FMWWVIS38Jg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/top-level": "^12.1.1",
|
"@commitlint/top-level": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1",
|
"@commitlint/types": "^12.1.4",
|
||||||
"fs-extra": "^9.0.0",
|
"fs-extra": "^9.0.0",
|
||||||
"git-raw-commits": "^2.0.0"
|
"git-raw-commits": "^2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/resolve-extends": {
|
"@commitlint/resolve-extends": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz",
|
||||||
"integrity": "sha512-/DXRt0S0U3o9lq5cc8OL1Lkx0IjW0HcDWjUkUXshAajBIKBYSJB8x/loNCi1krNEJ8SwLXUEFt5OLxNO6wE9yQ==",
|
"integrity": "sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"import-fresh": "^3.0.0",
|
"import-fresh": "^3.0.0",
|
||||||
@ -27294,36 +27292,36 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/rules": {
|
"@commitlint/rules": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.4.tgz",
|
||||||
"integrity": "sha512-oCcLF/ykcJfhM2DeeaDyrgdaiuKsqIPNocugdPj2WEyhSYqmx1/u18CV96LAtW+WyyiOLCCeiZwiQutx3T5nXg==",
|
"integrity": "sha512-W8m6ZSjg7RuIsIfzQiFHa48X5mcPXeKT9yjBxVmjHvYfS2FDBf1VxCQ7vO0JTVIdV4ohjZ0eKg/wxxUuZHJAZg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/ensure": "^12.1.1",
|
"@commitlint/ensure": "^12.1.4",
|
||||||
"@commitlint/message": "^12.1.1",
|
"@commitlint/message": "^12.1.4",
|
||||||
"@commitlint/to-lines": "^12.1.1",
|
"@commitlint/to-lines": "^12.1.4",
|
||||||
"@commitlint/types": "^12.1.1"
|
"@commitlint/types": "^12.1.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/to-lines": {
|
"@commitlint/to-lines": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.4.tgz",
|
||||||
"integrity": "sha512-W23AH2XF5rI27MOAPSSr0TUDoRe7ZbFoRtYhFnPu2MBmcuDA9Tmfd9N5sM2tBXtdE26uq3SazwKqGt1OoGAilQ==",
|
"integrity": "sha512-TParumvbi8bdx3EdLXz2MaX+e15ZgoCqNUgqHsRLwyqLUTRbqCVkzrfadG1UcMQk8/d5aMbb327ZKG3Q4BRorw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@commitlint/top-level": {
|
"@commitlint/top-level": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.4.tgz",
|
||||||
"integrity": "sha512-g7uRbr81QEIg+pbii0OkE17Zh/2C/f6dSmiMDVRn1S0+hNHR1bENCh18hVUKcV/qKTUsKkFlhhWXM9mQBfxQJw==",
|
"integrity": "sha512-d4lTJrOT/dXlpY+NIt4CUl77ciEzYeNVc0VFgUQ6VA+b1rqYD2/VWFjBlWVOrklxtSDeKyuEhs36RGrppEFAvg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"find-up": "^5.0.0"
|
"find-up": "^5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/types": {
|
"@commitlint/types": {
|
||||||
"version": "12.1.1",
|
"version": "12.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-12.1.4.tgz",
|
||||||
"integrity": "sha512-+qGH+s2Lo6qwacV2X3/ZypZwaAI84ift+1HBjXdXtI/q0F5NtmXucV3lcQOTviMTNiJhq4qWON2fjci2NItASw==",
|
"integrity": "sha512-KRIjdnWNUx6ywz+SJvjmNCbQKcKP6KArhjZhY2l+CWKxak0d77SOjggkMwFTiSgLODOwmuLTbarR2ZfWPiPMlw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.0.0"
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"universal-cookie": "4.0.4"
|
"universal-cookie": "4.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "12.1.1",
|
"@commitlint/cli": "12.1.4",
|
||||||
"@commitlint/config-conventional": "12.1.4",
|
"@commitlint/config-conventional": "12.1.4",
|
||||||
"@lhci/cli": "0.7.2",
|
"@lhci/cli": "0.7.2",
|
||||||
"@testing-library/jest-dom": "5.12.0",
|
"@testing-library/jest-dom": "5.12.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user