mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-12-21 20:38:18 +00:00
chore(deps): update dependency eslint-plugin-github to v5.1.1
This commit is contained in:
parent
44a280ea78
commit
b8d921b38c
2 changed files with 10 additions and 8 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -31,7 +31,7 @@
|
|||
"eslint": "8.57.1",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-ava": "14.0.0",
|
||||
"eslint-plugin-github": "5.1.0",
|
||||
"eslint-plugin-github": "5.1.1",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"husky": "9.1.7",
|
||||
"lint-staged": "15.2.10",
|
||||
|
@ -2481,9 +2481,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-github": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.0.tgz",
|
||||
"integrity": "sha512-naVzPm9ZOIFKjAcTGP264JZjAMeCZQD8GmI8SnG582PEBbXdqIMMUqCysnwzsCEc1sJXB3d8wiE/KQsEJ7oiTA==",
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.1.tgz",
|
||||
"integrity": "sha512-+yE9caIn0v14AUE+vYksZy2xMnzHhsiiC9DBMbrZutb4nsHEZy+Uzimdfth7GAyxAh6VWCiivYG/ktH4LT+hnQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@eslint/compat": "^1.2.3",
|
||||
|
@ -2491,6 +2491,7 @@
|
|||
"@eslint/js": "^9.14.0",
|
||||
"@github/browserslist-config": "^1.0.0",
|
||||
"aria-query": "^5.3.0",
|
||||
"eslint-config-prettier": ">=8.0.0",
|
||||
"eslint-plugin-escompat": "^3.11.3",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-filenames": "^1.3.2",
|
||||
|
@ -8624,9 +8625,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-github": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.0.tgz",
|
||||
"integrity": "sha512-naVzPm9ZOIFKjAcTGP264JZjAMeCZQD8GmI8SnG582PEBbXdqIMMUqCysnwzsCEc1sJXB3d8wiE/KQsEJ7oiTA==",
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.1.tgz",
|
||||
"integrity": "sha512-+yE9caIn0v14AUE+vYksZy2xMnzHhsiiC9DBMbrZutb4nsHEZy+Uzimdfth7GAyxAh6VWCiivYG/ktH4LT+hnQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@eslint/compat": "^1.2.3",
|
||||
|
@ -8634,6 +8635,7 @@
|
|||
"@eslint/js": "^9.14.0",
|
||||
"@github/browserslist-config": "^1.0.0",
|
||||
"aria-query": "^5.3.0",
|
||||
"eslint-config-prettier": ">=8.0.0",
|
||||
"eslint-plugin-escompat": "^3.11.3",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-filenames": "^1.3.2",
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"eslint": "8.57.1",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-ava": "14.0.0",
|
||||
"eslint-plugin-github": "5.1.0",
|
||||
"eslint-plugin-github": "5.1.1",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"husky": "9.1.7",
|
||||
"lint-staged": "15.2.10",
|
||||
|
|
Loading…
Reference in a new issue