From 68413be8b6686a0a9da13cb351c1a2c7ae82797e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:52:45 +0000 Subject: [PATCH] Bump eslint-plugin-github from 6.1.0 to 6.1.1 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 caf8f23..7f07822 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "8.62.1", "@vercel/ncc": "0.44.1", "eslint": "9.39.3", - "eslint-plugin-github": "6.1.0", + "eslint-plugin-github": "6.1.1", "eslint-plugin-jest": "29.15.4", "globals": "17.7.0", "jest": "30.4.2", @@ -3757,9 +3757,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-6.1.0.tgz", - "integrity": "sha512-+mA0K1/I1JSE9AOiJ4ifMDGu7NplRZX0e3Uy0SjbwyXb2rsDfo5yfT0UCUO+TiOJ/99R1YxFRltizP/PZuB4PQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-6.1.1.tgz", + "integrity": "sha512-xCqu1S/s/CCvoRLafaXNvwiVrxhroNOFLGyG9Dhi4i1PWZgPHlipjXysH6wccPFQyhSKE7gAjSLqdSdM204bZQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d0dcc62..0576010 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@typescript-eslint/parser": "8.62.1", "@vercel/ncc": "0.44.1", "eslint": "9.39.3", - "eslint-plugin-github": "6.1.0", + "eslint-plugin-github": "6.1.1", "eslint-plugin-jest": "29.15.4", "globals": "17.7.0", "jest": "30.4.2",