From 2963f0f318ed56b07514e236c22a3868bc5f169f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 04:14:52 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-github to v4.8.0 --- 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 6c42d015..590de042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "5.53.0", "@vercel/ncc": "^0.36.0", "eslint": "8.34.0", - "eslint-plugin-github": "4.6.1", + "eslint-plugin-github": "4.8.0", "eslint-plugin-jest": "26.9.0", "jest": "28.1.3", "prettier": "^2.7.1", @@ -2804,9 +2804,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.6.1.tgz", - "integrity": "sha512-AjCxE+2JmT+ppq3AVNra3iJ0BTAj6rYmtHJtkEcIEtrBHVi9xmCl5ZdIYLh7U/YKGT2cttdcYvbe59HEYW67KA==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.8.0.tgz", + "integrity": "sha512-1qu1qcyac4FfZmT9KNPr5250DwWzwp6uy6xAqHD2boE4OquUpeTni05yPn1b6y6vUYm/q8+npTdyYiRSqvg+BQ==", "dev": true, "dependencies": { "@github/browserslist-config": "^1.0.0", @@ -8780,9 +8780,9 @@ } }, "eslint-plugin-github": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.6.1.tgz", - "integrity": "sha512-AjCxE+2JmT+ppq3AVNra3iJ0BTAj6rYmtHJtkEcIEtrBHVi9xmCl5ZdIYLh7U/YKGT2cttdcYvbe59HEYW67KA==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.8.0.tgz", + "integrity": "sha512-1qu1qcyac4FfZmT9KNPr5250DwWzwp6uy6xAqHD2boE4OquUpeTni05yPn1b6y6vUYm/q8+npTdyYiRSqvg+BQ==", "dev": true, "requires": { "@github/browserslist-config": "^1.0.0", diff --git a/package.json b/package.json index a7c95268..101fc116 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "5.53.0", "@vercel/ncc": "^0.36.0", "eslint": "8.34.0", - "eslint-plugin-github": "4.6.1", + "eslint-plugin-github": "4.8.0", "eslint-plugin-jest": "26.9.0", "jest": "28.1.3", "prettier": "^2.7.1",