From 978dd577017400ee72b665bc91c4c7bf675f98bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 13:03:41 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-github from 4.2.0 to 4.3.0 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.2.0...v4.3.0) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0064f21..036752c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@typescript-eslint/parser": "^4.31.0", "@vercel/ncc": "^0.30.0", "eslint": "^7.32.0", - "eslint-plugin-github": "^4.2.0", + "eslint-plugin-github": "^4.3.0", "eslint-plugin-jest": "^24.4.0", "jest": "^27.1.1", "jest-circus": "^27.0.6", @@ -2999,9 +2999,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.2.0.tgz", - "integrity": "sha512-YAzCgSKFpZK7e3YVBKNmsVqHG5+/+cFWXKx8gi2zj96vlFA665mHRhHAMTNuPQmY22Lx4c5Xq26KIRiVLQMmqQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.3.0.tgz", + "integrity": "sha512-WZ3RCtxSYzF5sIvNykX+SnNlJ+r8He7mjr8EoXKF+01MP+/PsOTrrmW0LrqluVTtYEslakjenQdItw4RNLD0XQ==", "dev": true, "dependencies": { "@typescript-eslint/eslint-plugin": "^4.20.0", @@ -9374,9 +9374,9 @@ } }, "eslint-plugin-github": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.2.0.tgz", - "integrity": "sha512-YAzCgSKFpZK7e3YVBKNmsVqHG5+/+cFWXKx8gi2zj96vlFA665mHRhHAMTNuPQmY22Lx4c5Xq26KIRiVLQMmqQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.3.0.tgz", + "integrity": "sha512-WZ3RCtxSYzF5sIvNykX+SnNlJ+r8He7mjr8EoXKF+01MP+/PsOTrrmW0LrqluVTtYEslakjenQdItw4RNLD0XQ==", "dev": true, "requires": { "@typescript-eslint/eslint-plugin": "^4.20.0", diff --git a/package.json b/package.json index 47471d3..903a3ad 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/parser": "^4.31.0", "@vercel/ncc": "^0.30.0", "eslint": "^7.32.0", - "eslint-plugin-github": "^4.2.0", + "eslint-plugin-github": "^4.3.0", "eslint-plugin-jest": "^24.4.0", "jest": "^27.1.1", "jest-circus": "^27.0.6",