diff --git a/package-lock.json b/package-lock.json index 57c8e60..6ad0be6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@borales/actions-yarn", - "version": "4.0.0", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@borales/actions-yarn", - "version": "4.0.0", + "version": "4.2.0", "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^5.44.0", "@vercel/ncc": "^0.34.0", "eslint": "^8.29.0", - "eslint-plugin-github": "^4.4.1", + "eslint-plugin-github": "^4.6.0", "eslint-plugin-jest": "^27.1.6", "jest": "^29.3.1", "prettier": "^2.8.0", @@ -2497,9 +2497,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.4.1.tgz", - "integrity": "sha512-wpxUIPw+EK5bdUssB8W5Z9/tapZptfJuLkThwPY8p52v75MV/Fb1AkCrLGlYO0yi3mQGFoa3uE0NMzssVAFrUw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.6.0.tgz", + "integrity": "sha512-6VMH3wLUPEnV/0VuV3f0F74LF93N522Ht9KBYWDuPWKhr1NBzCqySIbQsxjPINIynoLtsErSc/YgICrocCc2zw==", "dev": true, "dependencies": { "@github/browserslist-config": "^1.0.0", diff --git a/package.json b/package.json index 8b073a8..49b2a74 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/node": "^18.11.10", "@typescript-eslint/parser": "^5.44.0", "@vercel/ncc": "^0.34.0", - "eslint-plugin-github": "^4.4.1", + "eslint-plugin-github": "^4.6.0", "eslint-plugin-jest": "^27.1.6", "eslint": "^8.29.0", "jest": "^29.3.1",