Update dependency eslint-plugin-github to ^4.6.0

This commit is contained in:
renovate[bot] 2022-12-06 18:03:28 +00:00 committed by GitHub
parent 1acdbcd2de
commit 0f90e8521a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -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",

View File

@ -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",