diff --git a/package-lock.json b/package-lock.json index dcd1e19..1fb6cf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@vercel/ncc": "^0.38.3", "dotenv": "^16.4.7", "eslint": "^8.57.1", - "eslint-plugin-github": "^5.1.7", + "eslint-plugin-github": "^5.1.8", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-jsonc": "^2.19.1", "eslint-plugin-prettier": "^5.2.3", @@ -44,7 +44,7 @@ "prettier": "^3.5.1", "prettier-eslint": "^16.3.0", "ts-jest": "^29.2.5", - "type-fest": "^4.34.1", + "type-fest": "^4.35.0", "typescript": "^5.7.3" }, "engines": { @@ -5032,9 +5032,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.7.tgz", - "integrity": "sha512-P3S5TwvHy8u1QadfcI/tZ2uNFMTHv+mT/YmEdLEgEzp08mA3iK02kg/IhoWOz0SnbTyUi1qrq0a6SwC3uQSkpQ==", + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.8.tgz", + "integrity": "sha512-A6q+R3EBMF7hxIViWpQsalqpu3O0POcQ9VpN1m9W2I8yGumw+SFxXZUTafBd9X9mgUJhaU4M9qSifC1q/39H3A==", "dev": true, "license": "MIT", "dependencies": { @@ -10496,9 +10496,9 @@ } }, "node_modules/type-fest": { - "version": "4.34.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.34.1.tgz", - "integrity": "sha512-6kSc32kT0rbwxD6QL1CYe8IqdzN/J/ILMrNK+HMQCKH3insCDRY/3ITb0vcBss0a3t72fzh2YSzj8ko1HgwT3g==", + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.35.0.tgz", + "integrity": "sha512-2/AwEFQDFEy30iOLjrvHDIH7e4HEWH+f1Yl1bI5XMqzuoCUqwYCdxachgsgv0og/JdVZUhbfjcJAoHj5L1753A==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { diff --git a/package.json b/package.json index 74a774c..e0d9dbb 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@vercel/ncc": "^0.38.3", "dotenv": "^16.4.7", "eslint": "^8.57.1", - "eslint-plugin-github": "^5.1.7", + "eslint-plugin-github": "^5.1.8", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-jsonc": "^2.19.1", "eslint-plugin-prettier": "^5.2.3", @@ -111,7 +111,7 @@ "prettier": "^3.5.1", "prettier-eslint": "^16.3.0", "ts-jest": "^29.2.5", - "type-fest": "^4.34.1", + "type-fest": "^4.35.0", "typescript": "^5.7.3" } }