From 706e7227063d7817dffaf21545ff1ad11c0495f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:37:58 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-github in the npm-development group Bumps the npm-development group with 1 update: [eslint-plugin-github](https://github.com/github/eslint-plugin-github). Updates `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 dependency-group: npm-development ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3648f5..cb59772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,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", "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", @@ -4168,9 +4168,10 @@ } }, "node_modules/eslint-plugin-github": { - "version": "5.1.4", + "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 c4abb1f..377dc74 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,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", "jest": "^29.7.0", "make-coverage-badge": "^1.2.0",