chore: bump eslint-plugin-github from 4.10.1 to 4.10.2 (#1003)

dependabot[bot] committed Mar 28, 2024 at 22:58 UTC b4402db13a03bd97def14c6c24968bfd80ea169d
1 file changed +57 -56
package-lock.json
+57 -56
@@ -16062,14 +16062,14 @@
16062 }
16063 },
16064 "node_modules/eslint-plugin-github": {
16065 - "version": "4.10.1",
16066 - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.1.tgz",
16067 - "integrity": "sha512-1AqQBockOM+m0ZUpwfjWtX0lWdX5cRi/hwJnSNvXoOmz/Hh+ULH6QFz6ENWueTWjoWpgPv0af3bj+snps6o4og==",
16065 + "version": "4.10.2",
16066 + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.2.tgz",
16067 + "integrity": "sha512-F1F5aAFgi1Y5hYoTFzGQACBkw5W1hu2Fu5FSTrMlXqrojJnKl1S2pWO/rprlowRQpt+hzHhqSpsfnodJEVd5QA==",
16068 "dev": true,
16069 "dependencies": {
16070 "@github/browserslist-config": "^1.0.0",
16071 - "@typescript-eslint/eslint-plugin": "^6.0.0",
16072 - "@typescript-eslint/parser": "^6.0.0",
16071 + "@typescript-eslint/eslint-plugin": "^7.0.1",
16072 + "@typescript-eslint/parser": "^7.0.1",
16073 "aria-query": "^5.3.0",
16074 "eslint-config-prettier": ">=8.0.0",
16075 "eslint-plugin-escompat": "^3.3.3",
@@ -16093,16 +16093,16 @@
16093 }
16094 },
16095 "node_modules/eslint-plugin-github/node_modules/@typescript-eslint/eslint-plugin": {
16096 - "version": "6.8.0",
16097 - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz",
16098 - "integrity": "sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==",
16096 + "version": "7.2.0",
16097 + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz",
16098 + "integrity": "sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==",
16099 "dev": true,
16100 "dependencies": {
16101 "@eslint-community/regexpp": "^4.5.1",
16102 - "@typescript-eslint/scope-manager": "6.8.0",
16103 - "@typescript-eslint/type-utils": "6.8.0",
16104 - "@typescript-eslint/utils": "6.8.0",
16105 - "@typescript-eslint/visitor-keys": "6.8.0",
16102 + "@typescript-eslint/scope-manager": "7.2.0",
16103 + "@typescript-eslint/type-utils": "7.2.0",
16104 + "@typescript-eslint/utils": "7.2.0",
16105 + "@typescript-eslint/visitor-keys": "7.2.0",
16106 "debug": "^4.3.4",
16107 "graphemer": "^1.4.0",
16108 "ignore": "^5.2.4",
@@ -16118,8 +16118,8 @@
16118 "url": "https://opencollective.com/typescript-eslint"
16119 },
16120 "peerDependencies": {
16121 - "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
16122 - "eslint": "^7.0.0 || ^8.0.0"
16121 + "@typescript-eslint/parser": "^7.0.0",
16122 + "eslint": "^8.56.0"
16123 },
16124 "peerDependenciesMeta": {
16125 "typescript": {
@@ -16128,15 +16128,15 @@
16128 }
16129 },
16130 "node_modules/eslint-plugin-github/node_modules/@typescript-eslint/parser": {
16131 - "version": "6.8.0",
16132 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.8.0.tgz",
16133 - "integrity": "sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==",
16131 + "version": "7.2.0",
16132 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.2.0.tgz",
16133 + "integrity": "sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==",
16134 "dev": true,
16135 "dependencies": {
16136 - "@typescript-eslint/scope-manager": "6.8.0",
16137 - "@typescript-eslint/types": "6.8.0",
16138 - "@typescript-eslint/typescript-estree": "6.8.0",
16139 - "@typescript-eslint/visitor-keys": "6.8.0",
16136 + "@typescript-eslint/scope-manager": "7.2.0",
16137 + "@typescript-eslint/types": "7.2.0",
16138 + "@typescript-eslint/typescript-estree": "7.2.0",
16139 + "@typescript-eslint/visitor-keys": "7.2.0",
16140 "debug": "^4.3.4"
16141 },
16142 "engines": {
@@ -16147,7 +16147,7 @@
16147 "url": "https://opencollective.com/typescript-eslint"
16148 },
16149 "peerDependencies": {
16150 - "eslint": "^7.0.0 || ^8.0.0"
16150 + "eslint": "^8.56.0"
16151 },
16152 "peerDependenciesMeta": {
16153 "typescript": {
@@ -16156,13 +16156,13 @@
16156 }
16157 },
16158 "node_modules/eslint-plugin-github/node_modules/@typescript-eslint/scope-manager": {
16159 - "version": "6.8.0",
16160 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz",
16161 - "integrity": "sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==",
16159 + "version": "7.2.0",
16160 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz",
16161 + "integrity": "sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==",
16162 "dev": true,
16163 "dependencies": {
16164 - "@typescript-eslint/types": "6.8.0",
16165 - "@typescript-eslint/visitor-keys": "6.8.0"
16164 + "@typescript-eslint/types": "7.2.0",
16165 + "@typescript-eslint/visitor-keys": "7.2.0"
16166 },
16167 "engines": {
16168 "node": "^16.0.0 || >=18.0.0"
@@ -16173,13 +16173,13 @@
16173 }
16174 },
16175 "node_modules/eslint-plugin-github/node_modules/@typescript-eslint/type-utils": {
16176 - "version": "6.8.0",
16177 - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.8.0.tgz",
16178 - "integrity": "sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==",
16176 + "version": "7.2.0",
16177 + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz",
16178 + "integrity": "sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==",
16179 "dev": true,
16180 "dependencies": {
16181 - "@typescript-eslint/typescript-estree": "6.8.0",
16182 - "@typescript-eslint/utils": "6.8.0",
16181 + "@typescript-eslint/typescript-estree": "7.2.0",
16182 + "@typescript-eslint/utils": "7.2.0",
16183 "debug": "^4.3.4",
16184 "ts-api-utils": "^1.0.1"
16185 },
@@ -16191,7 +16191,7 @@
16191 "url": "https://opencollective.com/typescript-eslint"
16192 },
16193 "peerDependencies": {
16194 - "eslint": "^7.0.0 || ^8.0.0"
16194 + "eslint": "^8.56.0"
16195 },
16196 "peerDependenciesMeta": {
16197 "typescript": {
@@ -16200,9 +16200,9 @@
16200 }
16201 },
16202 "node_modules/eslint-plugin-github/node_modules/@typescript-eslint/types": {
16203 - "version": "6.8.0",
16204 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.8.0.tgz",
16205 - "integrity": "sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==",
16203 + "version": "7.2.0",
16204 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.2.0.tgz",
16205 + "integrity": "sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==",
16206 "dev": true,
16207 "engines": {
16208 "node": "^16.0.0 || >=18.0.0"
@@ -16213,16 +16213,17 @@
16213 }
16214 },
16215 "node_modules/eslint-plugin-github/node_modules/@typescript-eslint/typescript-estree": {
16216 - "version": "6.8.0",
16217 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz",
16218 - "integrity": "sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==",
16216 + "version": "7.2.0",
16217 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz",
16218 + "integrity": "sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==",
16219 "dev": true,
16220 "dependencies": {
16221 - "@typescript-eslint/types": "6.8.0",
16222 - "@typescript-eslint/visitor-keys": "6.8.0",
16221 + "@typescript-eslint/types": "7.2.0",
16222 + "@typescript-eslint/visitor-keys": "7.2.0",
16223 "debug": "^4.3.4",
16224 "globby": "^11.1.0",
16225 "is-glob": "^4.0.3",
16226 + "minimatch": "9.0.3",
16227 "semver": "^7.5.4",
16228 "ts-api-utils": "^1.0.1"
16229 },
@@ -16240,17 +16241,17 @@
16241 }
16242 },
16243 "node_modules/eslint-plugin-github/node_modules/@typescript-eslint/utils": {
16243 - "version": "6.8.0",
16244 - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.8.0.tgz",
16245 - "integrity": "sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==",
16244 + "version": "7.2.0",
16245 + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.2.0.tgz",
16246 + "integrity": "sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==",
16247 "dev": true,
16248 "dependencies": {
16249 "@eslint-community/eslint-utils": "^4.4.0",
16250 "@types/json-schema": "^7.0.12",
16251 "@types/semver": "^7.5.0",
16251 - "@typescript-eslint/scope-manager": "6.8.0",
16252 - "@typescript-eslint/types": "6.8.0",
16253 - "@typescript-eslint/typescript-estree": "6.8.0",
16252 + "@typescript-eslint/scope-manager": "7.2.0",
16253 + "@typescript-eslint/types": "7.2.0",
16254 + "@typescript-eslint/typescript-estree": "7.2.0",
16255 "semver": "^7.5.4"
16256 },
16257 "engines": {
@@ -16261,16 +16262,16 @@
16262 "url": "https://opencollective.com/typescript-eslint"
16263 },
16264 "peerDependencies": {
16264 - "eslint": "^7.0.0 || ^8.0.0"
16265 + "eslint": "^8.56.0"
16266 }
16267 },
16268 "node_modules/eslint-plugin-github/node_modules/@typescript-eslint/visitor-keys": {
16268 - "version": "6.8.0",
16269 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz",
16270 - "integrity": "sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==",
16269 + "version": "7.2.0",
16270 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz",
16271 + "integrity": "sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==",
16272 "dev": true,
16273 "dependencies": {
16273 - "@typescript-eslint/types": "6.8.0",
16274 + "@typescript-eslint/types": "7.2.0",
16275 "eslint-visitor-keys": "^3.4.1"
16276 },
16277 "engines": {
@@ -37642,12 +37643,12 @@
37643 "integrity": "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q=="
37644 },
37645 "node_modules/ts-api-utils": {
37645 - "version": "1.0.3",
37646 - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
37647 - "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==",
37646 + "version": "1.3.0",
37647 + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
37648 + "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
37649 "dev": true,
37650 "engines": {
37650 - "node": ">=16.13.0"
37651 + "node": ">=16"
37652 },
37653 "peerDependencies": {
37654 "typescript": ">=4.2.0"