mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
chore(deps): update dependency lint-staged to v15.2.2
This commit is contained in:
parent
490fce72ae
commit
127c2d35bf
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -35,7 +35,7 @@
|
|||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-simple-import-sort": "8.0.0",
|
||||
"husky": "9.0.11",
|
||||
"lint-staged": "15.2.1",
|
||||
"lint-staged": "15.2.2",
|
||||
"prettier": "2.7.1",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "4.9.5"
|
||||
|
@ -3742,9 +3742,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lint-staged": {
|
||||
"version": "15.2.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz",
|
||||
"integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==",
|
||||
"version": "15.2.2",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.2.tgz",
|
||||
"integrity": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chalk": "5.3.0",
|
||||
|
@ -8668,9 +8668,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "15.2.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz",
|
||||
"integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==",
|
||||
"version": "15.2.2",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.2.tgz",
|
||||
"integrity": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "5.3.0",
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-simple-import-sort": "8.0.0",
|
||||
"husky": "9.0.11",
|
||||
"lint-staged": "15.2.1",
|
||||
"lint-staged": "15.2.2",
|
||||
"prettier": "2.7.1",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "4.9.5"
|
||||
|
|
Loading…
Reference in a new issue