From 89b15d3afe358651386cd99bb277d307cab3a615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:38:48 +0000 Subject: [PATCH] Update dependency eslint-plugin-github to v5 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0fa55e..7b91afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@vercel/ncc": "0.38.1", "babel-jest": "29.7.0", "eslint": "8.57.0", - "eslint-plugin-github": "4.10.2", + "eslint-plugin-github": "5.0.1", "eslint-plugin-jest": "27.9.0", "eslint-plugin-prettier": "^5.0.0-alpha.2", "install": "^0.13.0", @@ -4964,9 +4964,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "4.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.2.tgz", - "integrity": "sha512-F1F5aAFgi1Y5hYoTFzGQACBkw5W1hu2Fu5FSTrMlXqrojJnKl1S2pWO/rprlowRQpt+hzHhqSpsfnodJEVd5QA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.0.1.tgz", + "integrity": "sha512-qbXG3wL5Uh2JB92EKeX2hPtO9c/t75qVxQjVLYuTFfhHifLZzv9CBvLCvoaBhLrAC/xTMVht7DK/NofYK8X4Dg==", "dev": true, "dependencies": { "@github/browserslist-config": "^1.0.0", @@ -13523,9 +13523,9 @@ } }, "eslint-plugin-github": { - "version": "4.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.2.tgz", - "integrity": "sha512-F1F5aAFgi1Y5hYoTFzGQACBkw5W1hu2Fu5FSTrMlXqrojJnKl1S2pWO/rprlowRQpt+hzHhqSpsfnodJEVd5QA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.0.1.tgz", + "integrity": "sha512-qbXG3wL5Uh2JB92EKeX2hPtO9c/t75qVxQjVLYuTFfhHifLZzv9CBvLCvoaBhLrAC/xTMVht7DK/NofYK8X4Dg==", "dev": true, "requires": { "@github/browserslist-config": "^1.0.0", diff --git a/package.json b/package.json index f2bb87f..29eefac 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@vercel/ncc": "0.38.1", "babel-jest": "29.7.0", "eslint": "8.57.0", - "eslint-plugin-github": "4.10.2", + "eslint-plugin-github": "5.0.1", "eslint-plugin-jest": "27.9.0", "eslint-plugin-prettier": "^5.0.0-alpha.2", "install": "^0.13.0",