From fddf4c347433388f709e1c60c04f5174b7c724ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:57:14 +0000 Subject: [PATCH] Bump eslint-plugin-github from 4.9.2 to 4.10.1 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.9.2 to 4.10.1. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.9.2...v4.10.1) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-minor ... 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 42f4960..ed59b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@vercel/ncc": "^0.38.0", "esbuild-register": "^3.5.0", "eslint": "^8.51.0", - "eslint-plugin-github": "^4.8.0", + "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.4.2", "eslint-plugin-prettier": "^5.0.1", "js-yaml": "^4.1.0", @@ -4085,9 +4085,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.9.2.tgz", - "integrity": "sha512-osez6Sio/fLr/3QkW5HE1wbCOcmYG5030/6QIa9IcKyyfchewlecdnYcsbeUMUtdIiU9lWqhroQp2H/O7auxBA==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.1.tgz", + "integrity": "sha512-1AqQBockOM+m0ZUpwfjWtX0lWdX5cRi/hwJnSNvXoOmz/Hh+ULH6QFz6ENWueTWjoWpgPv0af3bj+snps6o4og==", "dev": true, "dependencies": { "@github/browserslist-config": "^1.0.0", diff --git a/package.json b/package.json index b29ad22..7d93d3e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@vercel/ncc": "^0.38.0", "esbuild-register": "^3.5.0", "eslint": "^8.51.0", - "eslint-plugin-github": "^4.8.0", + "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.4.2", "eslint-plugin-prettier": "^5.0.1", "js-yaml": "^4.1.0",