From a5f0e5dc8e47c41b694db6acd592fb79ff9be31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:59:53 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-github from 4.7.0 to 4.8.0 (#2025) Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a13bd7f2fb..58c5982da5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@vercel/ncc": "^0.36.1", "eslint": "^8.41.0", "eslint-import-resolver-typescript": "^3.5.5", - "eslint-plugin-github": "^4.7.0", + "eslint-plugin-github": "^4.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "jest": "^29.5.0", @@ -3271,9 +3271,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.7.0.tgz", - "integrity": "sha512-SIFSy6IXtN3aGQ6YyFWg/oxRUyAcYwg5G0wh+ov1HQCvmp+Pzs1GzeVjU8QcIQSSJfverQzuxWrJCAln/d2PuQ==", + "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", diff --git a/package.json b/package.json index 60b057c34e..8720cc4257 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@vercel/ncc": "^0.36.1", "eslint": "^8.41.0", "eslint-import-resolver-typescript": "^3.5.5", - "eslint-plugin-github": "^4.7.0", + "eslint-plugin-github": "^4.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "jest": "^29.5.0",