From da0ea44b0eb4f30167e4cbcf4f002640b41a6873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:41:46 +0000 Subject: [PATCH] build(deps): 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] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20cebb4..e57480c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@vercel/ncc": "^0.38.3", "babel-preset-jest": "^29.6.3", "eslint": "^9.17.0", - "eslint-plugin-github": "^5.1.4", + "eslint-plugin-github": "^5.1.5", "eslint-plugin-jest": "^28.10.0", "globals": "^15.14.0", "jest": "^29.7.0", @@ -4328,11 +4328,10 @@ } }, "node_modules/eslint-plugin-github": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.4.tgz", - "integrity": "sha512-j5IgIxsDoch06zJzeqPvenfzRXDKI9Z8YwfUg1pm2ay1q44tMSFwvEu6l0uEIrTpA3v8QdPyLr98LqDl1TIhSA==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.5.tgz", + "integrity": "sha512-vRgIVJ88FfESAGGYsJlf7SQhQlFEJaa7/I9z/5K5vKbWEQ3DnRkg8cvoj8LZA30MFb2uW1SltOcEj+Q8UR8LxA==", "dev": true, - "license": "MIT", "dependencies": { "@eslint/compat": "^1.2.3", "@eslint/eslintrc": "^3.1.0", diff --git a/package.json b/package.json index cc0309a..84b97a6 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@vercel/ncc": "^0.38.3", "babel-preset-jest": "^29.6.3", "eslint": "^9.17.0", - "eslint-plugin-github": "^5.1.4", + "eslint-plugin-github": "^5.1.5", "eslint-plugin-jest": "^28.10.0", "globals": "^15.14.0", "jest": "^29.7.0",