From 4ee932dc73c78bf865ce8994bfb9f1527c6d276d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:51:58 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-github from 5.1.3 to 5.1.4 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.3...v5.1.4) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfdd87d..0c1f56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^8.16.0", "@vercel/ncc": "^0.38.3", "eslint": "^9.16.0", - "eslint-plugin-github": "^5.1.3", + "eslint-plugin-github": "^5.1.4", "js-yaml": "^4.1.0", "prettier": "^3.4.1", "typescript": "^5.7.2" @@ -2653,9 +2653,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.3.tgz", - "integrity": "sha512-/0lyEqLLodXW3p+D9eYtmEp6e9DcJmV5FhnE9wNWV1bcqyShuZFXn5kOeJIvxSbFbdbrKiNO8zFiV/VXeSpRSw==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.4.tgz", + "integrity": "sha512-j5IgIxsDoch06zJzeqPvenfzRXDKI9Z8YwfUg1pm2ay1q44tMSFwvEu6l0uEIrTpA3v8QdPyLr98LqDl1TIhSA==", "dev": true, "dependencies": { "@eslint/compat": "^1.2.3", @@ -6980,9 +6980,9 @@ } }, "eslint-plugin-github": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.3.tgz", - "integrity": "sha512-/0lyEqLLodXW3p+D9eYtmEp6e9DcJmV5FhnE9wNWV1bcqyShuZFXn5kOeJIvxSbFbdbrKiNO8zFiV/VXeSpRSw==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.4.tgz", + "integrity": "sha512-j5IgIxsDoch06zJzeqPvenfzRXDKI9Z8YwfUg1pm2ay1q44tMSFwvEu6l0uEIrTpA3v8QdPyLr98LqDl1TIhSA==", "dev": true, "requires": { "@eslint/compat": "^1.2.3", diff --git a/package.json b/package.json index f972ee7..b3e33c4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@typescript-eslint/parser": "^8.16.0", "@vercel/ncc": "^0.38.3", "eslint": "^9.16.0", - "eslint-plugin-github": "^5.1.3", + "eslint-plugin-github": "^5.1.4", "js-yaml": "^4.1.0", "prettier": "^3.4.1", "typescript": "^5.7.2"