build(deps-dev): bump eslint-plugin-github from 4.9.0 to 4.10.0 (#203)

* build(deps-dev): bump eslint-plugin-github from 4.9.0 to 4.10.0

Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.9.0...v4.10.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump prettier

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-05 10:57:44 +00:00 committed by GitHub
parent 66dd6ac11f
commit ae2ba76d87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 753 additions and 45 deletions

793
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -37,12 +37,13 @@
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.48.0",
"eslint-plugin-github": "^4.9.0",
"eslint-plugin-github": "^4.10.0",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^27.5.1",
"jest-circus": "^27.5.1",
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5"
}