From 7143be49e84c4025d32095b9abaada22784550bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:47:17 +0000 Subject: [PATCH] build(deps): Bump eslint-plugin-github from 5.1.6 to 5.1.7 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.1.6 to 5.1.7. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.6...v5.1.7) --- 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c2a429..215d21e 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.19.0", - "eslint-plugin-github": "^5.1.6", + "eslint-plugin-github": "^5.1.7", "eslint-plugin-jest": "^28.11.0", "globals": "^15.14.0", "jest": "^29.7.0", @@ -4301,9 +4301,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.6.tgz", - "integrity": "sha512-7DY92UOUoapfxR0iYTEb1FaEajcRBY33UB8z+DEtbpak4jEJhSremjXHDAevKCdEztnUVZbS6ZbbK11Tqs8bpA==", + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.7.tgz", + "integrity": "sha512-P3S5TwvHy8u1QadfcI/tZ2uNFMTHv+mT/YmEdLEgEzp08mA3iK02kg/IhoWOz0SnbTyUi1qrq0a6SwC3uQSkpQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4319,7 +4319,7 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-i18n-text": "^1.0.1", - "eslint-plugin-import": "^2.25.2", + "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-no-only-tests": "^3.0.0", "eslint-plugin-prettier": "^5.2.1", diff --git a/package.json b/package.json index 1b77e04..9cefe0b 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@vercel/ncc": "^0.38.3", "babel-preset-jest": "^29.6.3", "eslint": "^9.19.0", - "eslint-plugin-github": "^5.1.6", + "eslint-plugin-github": "^5.1.7", "eslint-plugin-jest": "^28.11.0", "globals": "^15.14.0", "jest": "^29.7.0",