⬆️ Update dependency lint-staged to v15.2.1

This commit is contained in:
Renovate 2024-02-01 02:07:54 +00:00
parent be8711e56f
commit d5758e791b
2 changed files with 9 additions and 14 deletions

View File

@ -6,7 +6,7 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"husky": "9.0.7", "husky": "9.0.7",
"lint-staged": "15.2.0", "lint-staged": "15.2.1",
"prettier": "3.2.4" "prettier": "3.2.4"
}, },
"lint-staged": { "lint-staged": {

View File

@ -9,8 +9,8 @@ devDependencies:
specifier: 9.0.7 specifier: 9.0.7
version: 9.0.7 version: 9.0.7
lint-staged: lint-staged:
specifier: 15.2.0 specifier: 15.2.1
version: 15.2.0 version: 15.2.1
prettier: prettier:
specifier: 3.2.4 specifier: 3.2.4
version: 3.2.4 version: 3.2.4
@ -29,11 +29,6 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: true dev: true
/ansi-styles@6.1.1:
resolution: {integrity: sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg==}
engines: {node: '>=12'}
dev: true
/ansi-styles@6.2.1: /ansi-styles@6.2.1:
resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
engines: {node: '>=12'} engines: {node: '>=12'}
@ -178,8 +173,8 @@ packages:
engines: {node: '>=14'} engines: {node: '>=14'}
dev: true dev: true
/lint-staged@15.2.0: /lint-staged@15.2.1:
resolution: {integrity: sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==} resolution: {integrity: sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==}
engines: {node: '>=18.12.0'} engines: {node: '>=18.12.0'}
hasBin: true hasBin: true
dependencies: dependencies:
@ -188,7 +183,7 @@ packages:
debug: 4.3.4 debug: 4.3.4
execa: 8.0.1 execa: 8.0.1
lilconfig: 3.0.0 lilconfig: 3.0.0
listr2: 8.0.0 listr2: 8.0.1
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
@ -197,8 +192,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/listr2@8.0.0: /listr2@8.0.1:
resolution: {integrity: sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==} resolution: {integrity: sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==}
engines: {node: '>=18.0.0'} engines: {node: '>=18.0.0'}
dependencies: dependencies:
cli-truncate: 4.0.0 cli-truncate: 4.0.0
@ -331,7 +326,7 @@ packages:
resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
dependencies: dependencies:
ansi-styles: 6.1.1 ansi-styles: 6.2.1
is-fullwidth-code-point: 4.0.0 is-fullwidth-code-point: 4.0.0
dev: true dev: true