From f04011c4708f8f2f88641fd0df490dc11fd8c0b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:30:58 +0000 Subject: [PATCH] Deps: Update dependency eslint-plugin-github to v5.1.1. --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63c137a..2e16c75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/node": "22.9.1", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", - "eslint-plugin-github": "5.1.0", + "eslint-plugin-github": "5.1.1", "eslint-plugin-jest": "28.9.0", "jest": "29.7.0", "npm-run-all2": "7.0.1", @@ -3066,9 +3066,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, "license": "MIT", "dependencies": { @@ -3077,6 +3077,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", diff --git a/package.json b/package.json index 02a7298..cbca87f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/node": "22.9.1", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", - "eslint-plugin-github": "5.1.0", + "eslint-plugin-github": "5.1.1", "eslint-plugin-jest": "28.9.0", "jest": "29.7.0", "npm-run-all2": "7.0.1",