44.diff (2221B)
1 diff --git a/package-lock.json b/package-lock.json 2 index c7cf867..62c3136 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -27,7 +27,7 @@ 6 "@vercel/ncc": "^0.36.1", 7 "eslint": "^8.42.0", 8 "eslint-import-resolver-typescript": "^3.5.5", 9 - "eslint-plugin-github": "^4.7.0", 10 + "eslint-plugin-github": "^4.8.0", 11 "eslint-plugin-import": "^2.27.5", 12 "eslint-plugin-jest": "^27.2.1", 13 "jest": "^29.5.0", 14 @@ -3347,9 +3347,9 @@ 15 } 16 }, 17 "node_modules/eslint-plugin-github": { 18 - "version": "4.7.0", 19 - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.7.0.tgz", 20 - "integrity": "sha512-SIFSy6IXtN3aGQ6YyFWg/oxRUyAcYwg5G0wh+ov1HQCvmp+Pzs1GzeVjU8QcIQSSJfverQzuxWrJCAln/d2PuQ==", 21 + "version": "4.8.0", 22 + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.8.0.tgz", 23 + "integrity": "sha512-1qu1qcyac4FfZmT9KNPr5250DwWzwp6uy6xAqHD2boE4OquUpeTni05yPn1b6y6vUYm/q8+npTdyYiRSqvg+BQ==", 24 "dev": true, 25 "dependencies": { 26 "@github/browserslist-config": "^1.0.0", 27 @@ -10087,9 +10087,9 @@ 28 } 29 }, 30 "eslint-plugin-github": { 31 - "version": "4.7.0", 32 - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.7.0.tgz", 33 - "integrity": "sha512-SIFSy6IXtN3aGQ6YyFWg/oxRUyAcYwg5G0wh+ov1HQCvmp+Pzs1GzeVjU8QcIQSSJfverQzuxWrJCAln/d2PuQ==", 34 + "version": "4.8.0", 35 + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.8.0.tgz", 36 + "integrity": "sha512-1qu1qcyac4FfZmT9KNPr5250DwWzwp6uy6xAqHD2boE4OquUpeTni05yPn1b6y6vUYm/q8+npTdyYiRSqvg+BQ==", 37 "dev": true, 38 "requires": { 39 "@github/browserslist-config": "^1.0.0", 40 diff --git a/package.json b/package.json 41 index 6d0150e..de4f03d 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -46,7 +46,7 @@ 45 "@vercel/ncc": "^0.36.1", 46 "eslint": "^8.42.0", 47 "eslint-import-resolver-typescript": "^3.5.5", 48 - "eslint-plugin-github": "^4.7.0", 49 + "eslint-plugin-github": "^4.8.0", 50 "eslint-plugin-import": "^2.27.5", 51 "eslint-plugin-jest": "^27.2.1", 52 "jest": "^29.5.0",