From 263cbdcb887fe0bf90a7d1f809a83d08e0e4c9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:54:03 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-github from 4.9.2 to 4.10.0 Bumps [eslint-plugin-github](/~https://github.com/github/eslint-plugin-github) from 4.9.2 to 4.10.0. - [Release notes](/~https://github.com/github/eslint-plugin-github/releases) - [Commits](/~https://github.com/github/eslint-plugin-github/compare/v4.9.2...v4.10.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 | 41 +++++++++-------------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1d463a8..b73cc530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@vercel/ncc": "^0.36.1", "concurrently": "^8.2.0", "eslint": "^8.48.0", - "eslint-plugin-github": "^4.9.2", + "eslint-plugin-github": "^4.10.0", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.6.2", @@ -3403,9 +3403,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.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.0.tgz", + "integrity": "sha512-YKtqBtFbjih1wZNTwZjtLPEG6B/4ySMa38fgOo/rbMJpNKO3+OaKzwwOYkeKx/FapM/4MsTP9ExqUcDV+dkixA==", "dev": true, "dependencies": { "@github/browserslist-config": "^1.0.0", @@ -3423,7 +3423,7 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-rule-documentation": ">=1.0.0", "jsx-ast-utils": "^3.3.2", - "prettier": "3.0.0", + "prettier": "^3.0.0", "svg-element-attributes": "^1.3.1" }, "bin": { @@ -3433,21 +3433,6 @@ "eslint": "^8.0.1" } }, - "node_modules/eslint-plugin-github/node_modules/prettier": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz", - "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==", - "dev": true, - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "/~https://github.com/prettier/prettier?sponsor=1" - } - }, "node_modules/eslint-plugin-i18n-text": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/eslint-plugin-i18n-text/-/eslint-plugin-i18n-text-1.0.1.tgz", @@ -9958,9 +9943,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.0.tgz", + "integrity": "sha512-YKtqBtFbjih1wZNTwZjtLPEG6B/4ySMa38fgOo/rbMJpNKO3+OaKzwwOYkeKx/FapM/4MsTP9ExqUcDV+dkixA==", "dev": true, "requires": { "@github/browserslist-config": "^1.0.0", @@ -9978,16 +9963,8 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-rule-documentation": ">=1.0.0", "jsx-ast-utils": "^3.3.2", - "prettier": "3.0.0", + "prettier": "^3.0.0", "svg-element-attributes": "^1.3.1" - }, - "dependencies": { - "prettier": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz", - "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==", - "dev": true - } } }, "eslint-plugin-i18n-text": { diff --git a/package.json b/package.json index bfdabd32..7c44d06b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@vercel/ncc": "^0.36.1", "concurrently": "^8.2.0", "eslint": "^8.48.0", - "eslint-plugin-github": "^4.9.2", + "eslint-plugin-github": "^4.10.0", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.6.2",