From b7673926d679161c42e88f0e352bccd6f893464a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:42:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-github from 5.1.4 to 5.1.5 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.4...v5.1.5) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 63a23577d5d..30cc0c84ae1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2126,9 +2126,9 @@ eslint-plugin-filenames@^1.3.2: lodash.upperfirst "4.3.1" eslint-plugin-github@^5.0.0: - version "5.1.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-5.1.4.tgz#c0c22040b842d1bab0e9afcd210d98e7f6b10f08" - integrity sha512-j5IgIxsDoch06zJzeqPvenfzRXDKI9Z8YwfUg1pm2ay1q44tMSFwvEu6l0uEIrTpA3v8QdPyLr98LqDl1TIhSA== + version "5.1.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-5.1.5.tgz#795a0782871d8dfd244dd2e31840598e6d5b60c6" + integrity sha512-vRgIVJ88FfESAGGYsJlf7SQhQlFEJaa7/I9z/5K5vKbWEQ3DnRkg8cvoj8LZA30MFb2uW1SltOcEj+Q8UR8LxA== dependencies: "@eslint/compat" "^1.2.3" "@eslint/eslintrc" "^3.1.0"