Merge pull request #1971 from synclounge/dependabot/npm_and_yarn/lint-staged-15.4.2
This commit is contained in:
commit
1040d49026
|
@ -38,7 +38,7 @@
|
|||
"eslint-plugin-vue": "^9.32.0",
|
||||
"fast-xml-parser": "^4.5.1",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.4.1",
|
||||
"lint-staged": "^15.4.2",
|
||||
"mux.js": "^6.3.0",
|
||||
"postcss-html": "^1.8.0",
|
||||
"postcss-sass": "^0.5.0",
|
||||
|
@ -10033,21 +10033,22 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/lint-staged": {
|
||||
"version": "15.4.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz",
|
||||
"integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==",
|
||||
"version": "15.4.2",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.2.tgz",
|
||||
"integrity": "sha512-gCqzB/Li281uZJgReNci+oXXqUEdrFAQAzTE/LwoxxiEuP41vozNe4BATS+4ehdqkWn+Z6bGc3EDcBja3npBVw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chalk": "~5.4.1",
|
||||
"commander": "~12.1.0",
|
||||
"debug": "~4.4.0",
|
||||
"execa": "~8.0.1",
|
||||
"lilconfig": "~3.1.3",
|
||||
"listr2": "~8.2.5",
|
||||
"micromatch": "~4.0.8",
|
||||
"pidtree": "~0.6.0",
|
||||
"string-argv": "~0.3.2",
|
||||
"yaml": "~2.6.1"
|
||||
"chalk": "^5.4.1",
|
||||
"commander": "^13.1.0",
|
||||
"debug": "^4.4.0",
|
||||
"execa": "^8.0.1",
|
||||
"lilconfig": "^3.1.3",
|
||||
"listr2": "^8.2.5",
|
||||
"micromatch": "^4.0.8",
|
||||
"pidtree": "^0.6.0",
|
||||
"string-argv": "^0.3.2",
|
||||
"yaml": "^2.7.0"
|
||||
},
|
||||
"bin": {
|
||||
"lint-staged": "bin/lint-staged.js"
|
||||
|
@ -10072,10 +10073,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lint-staged/node_modules/commander": {
|
||||
"version": "12.1.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
|
||||
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
||||
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
|
@ -10253,9 +10255,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lint-staged/node_modules/yaml": {
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
|
||||
"integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
|
||||
"integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"bin": {
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"eslint-plugin-vue": "^9.32.0",
|
||||
"fast-xml-parser": "^4.5.1",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.4.1",
|
||||
"lint-staged": "^15.4.2",
|
||||
"mux.js": "^6.3.0",
|
||||
"postcss-html": "^1.8.0",
|
||||
"postcss-sass": "^0.5.0",
|
||||
|
|
Loading…
Reference in New Issue