Update dependency lint-staged to v15.1.0 (#1082)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-12 11:42:32 +01:00 committed by GitHub
parent 07a316eff5
commit 7870faf4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -63,7 +63,7 @@
"eslint-config-standard": "17.1.0", "eslint-config-standard": "17.1.0",
"eslint-plugin-vue": "9.18.1", "eslint-plugin-vue": "9.18.1",
"feed": "4.2.2", "feed": "4.2.2",
"lint-staged": "15.0.2", "lint-staged": "15.1.0",
"markdownlint": "0.31.1", "markdownlint": "0.31.1",
"markdownlint-cli": "0.37.0", "markdownlint-cli": "0.37.0",
"sentences-per-line": "0.2.1", "sentences-per-line": "0.2.1",

View File

@ -98,8 +98,8 @@ devDependencies:
specifier: 4.2.2 specifier: 4.2.2
version: 4.2.2 version: 4.2.2
lint-staged: lint-staged:
specifier: 15.0.2 specifier: 15.1.0
version: 15.0.2 version: 15.1.0
markdownlint: markdownlint:
specifier: 0.31.1 specifier: 0.31.1
version: 0.31.1 version: 0.31.1
@ -3989,8 +3989,8 @@ packages:
dependencies: dependencies:
uc.micro: 1.0.6 uc.micro: 1.0.6
/lint-staged@15.0.2: /lint-staged@15.1.0:
resolution: {integrity: sha512-vnEy7pFTHyVuDmCAIFKR5QDO8XLVlPFQQyujQ/STOxe40ICWqJ6knS2wSJ/ffX/Lw0rz83luRDh+ET7toN+rOw==} resolution: {integrity: sha512-ZPKXWHVlL7uwVpy8OZ7YQjYDAuO5X4kMh0XgZvPNxLcCCngd0PO5jKQyy3+s4TL2EnHoIXIzP1422f/l3nZKMw==}
engines: {node: '>=18.12.0'} engines: {node: '>=18.12.0'}
hasBin: true hasBin: true
dependencies: dependencies:
@ -4003,7 +4003,7 @@ packages:
micromatch: 4.0.5 micromatch: 4.0.5
pidtree: 0.6.0 pidtree: 0.6.0
string-argv: 0.3.2 string-argv: 0.3.2
yaml: 2.3.3 yaml: 2.3.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -6007,6 +6007,11 @@ packages:
engines: {node: '>= 14'} engines: {node: '>= 14'}
dev: true dev: true
/yaml@2.3.4:
resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==}
engines: {node: '>= 14'}
dev: true
/yargs-parser@20.2.9: /yargs-parser@20.2.9:
resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==}
engines: {node: '>=10'} engines: {node: '>=10'}