build(deps): update dependency @commitlint/cli to v16.2.3 (#3020)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/2854/head^2
parent
474296fe84
commit
105eaec00a
|
@ -124,7 +124,7 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "16.2.1",
|
||||
"@commitlint/cli": "16.2.3",
|
||||
"@commitlint/config-conventional": "16.2.1",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react": "12.1.4",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
lockfileVersion: 5.3
|
||||
|
||||
specifiers:
|
||||
'@commitlint/cli': 16.2.1
|
||||
'@commitlint/cli': 16.2.3
|
||||
'@commitlint/config-conventional': 16.2.1
|
||||
'@fortawesome/fontawesome-svg-core': 6.1.0
|
||||
'@fortawesome/free-regular-svg-icons': 6.1.0
|
||||
|
@ -81,7 +81,7 @@ dependencies:
|
|||
react-router-dom: 6.2.2_react-dom@17.0.2+react@17.0.2
|
||||
|
||||
devDependencies:
|
||||
'@commitlint/cli': 16.2.1
|
||||
'@commitlint/cli': 16.2.3
|
||||
'@commitlint/config-conventional': 16.2.1
|
||||
'@testing-library/jest-dom': 5.16.2
|
||||
'@testing-library/react': 12.1.4_react-dom@17.0.2+react@17.0.2
|
||||
|
@ -1499,14 +1499,14 @@ packages:
|
|||
minimist: 1.2.5
|
||||
dev: true
|
||||
|
||||
/@commitlint/cli/16.2.1:
|
||||
resolution: {integrity: sha512-zfKf+B9osuiDbxGMJ7bWFv7XFCW8wlQYPtCffNp7Ukdb7mdrep5R9e03vPUZysnwp8NX6hg05kPEvnD/wRIGWw==}
|
||||
/@commitlint/cli/16.2.3:
|
||||
resolution: {integrity: sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==}
|
||||
engines: {node: '>=v12'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@commitlint/format': 16.2.1
|
||||
'@commitlint/lint': 16.2.1
|
||||
'@commitlint/load': 16.2.1
|
||||
'@commitlint/load': 16.2.3
|
||||
'@commitlint/read': 16.2.1
|
||||
'@commitlint/types': 16.2.1
|
||||
lodash: 4.17.21
|
||||
|
@ -1572,8 +1572,8 @@ packages:
|
|||
'@commitlint/types': 16.2.1
|
||||
dev: true
|
||||
|
||||
/@commitlint/load/16.2.1:
|
||||
resolution: {integrity: sha512-oSpz0jTyVI/A1AIImxJINTLDOMB8YF7lWGm+Jg5wVWM0r7ucpuhyViVvpSRTgvL0z09oIxlctyFGWUQQpI42uw==}
|
||||
/@commitlint/load/16.2.3:
|
||||
resolution: {integrity: sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/config-validator': 16.2.1
|
||||
|
|
Loading…
Reference in New Issue