diff --git a/package-lock.json b/package-lock.json index c6aa0e2a..a5c32954 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "^6.7.2", "@vercel/ncc": "^0.38.0", "eslint": "^8.50.0", - "eslint-plugin-github": "^4.10.0", + "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.4.0", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.7.0", @@ -3373,9 +3373,9 @@ } }, "node_modules/eslint-plugin-github": { - "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==", + "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 e40242cd..ae2d0814 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@typescript-eslint/parser": "^6.7.2", "@vercel/ncc": "^0.38.0", "eslint": "^8.50.0", - "eslint-plugin-github": "^4.10.0", + "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.4.0", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.7.0",