Skip to content

Commit

Permalink
⬆️ Bump hermes-eslint from 0.15.1 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [hermes-eslint](https://github.com/facebook/hermes) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/facebook/hermes/releases)
- [Commits](https://github.com/facebook/hermes/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2023
1 parent 75a3cf4 commit ada6934
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-plugin-ft-flow": "3.0.1",
"eslint-plugin-immutable": "1.0.0",
"flow-bin": "^0.220.1",
"hermes-eslint": "0.15.1",
"hermes-eslint": "0.16.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3234,26 +3234,26 @@ has@^1.0.3:
dependencies:
function-bind "^1.1.1"

hermes-eslint@0.15.1:
version "0.15.1"
resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.15.1.tgz#c5919a6fdbd151febc3d5ed8ff17e5433913528c"
integrity sha512-ArfT3oASsYOkCa29GOw34GR+kpHXqrhhYgXDadK3daJBejrMPbGlUbBTzTlGBuz1CGLxxdC5lwwv3OegPJzfDA==
hermes-eslint@0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.16.0.tgz#f377e7e0260c82d687f4efedff4ae1a4a193359f"
integrity sha512-8EFCiVY5Sv7fYaje31HgaUIpe5DrRlx8luQ6Cgj9wyVpNpSMoVeoXHsWS2MEA4CHuWKItM1mACB5E4snBQxV/g==
dependencies:
esrecurse "^4.3.0"
hermes-estree "0.15.1"
hermes-parser "0.15.1"
hermes-estree "0.16.0"
hermes-parser "0.16.0"

hermes-estree@0.15.1:
version "0.15.1"
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.15.1.tgz#d06d4ddf87e91857b0130a083a9d7696d7aec61f"
integrity sha512-XrQH+GATG/8DYbzlrVs6Vf/EDxLhYEHXvzt/Xve4b/NXXpsNLDN8bdBEKp5z0XeOMoL1XMEexxIIf1a5bH6kYA==
hermes-estree@0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.16.0.tgz#e2c76a1e9d5a4d620790b9fe05fb01f2d53da07d"
integrity sha512-XCoTuBU8S+Jg8nFzaqgy6pNEYo0WYkbMmuJldb3svzpJ2SNUYJDg28b1ltoDMo7k3YlJwPRg7ZS3JTWV3DkDZA==

hermes-parser@0.15.1:
version "0.15.1"
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.15.1.tgz#f02587be85228b22841d50f6839ae42a308e5100"
integrity sha512-38Re105dr4UZ0/EPRApWxtIOWWynQpdOYWO+7nFO8ADd2mXdaHKMCFAxIjkqACa1GLrAtrXqqaJdUYHi/QUbkA==
hermes-parser@0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.16.0.tgz#92d0a34ff4f9b7ffcb04511dfed0cc19df5038e0"
integrity sha512-tdJJntb45DUpv8j7ybHfq8NfIQgz8AgaD+PVFyfjK+O+v2N5zbsSDtlvQN2uxCghoTkQL86BEs9oi8IPrUE9Pg==
dependencies:
hermes-estree "0.15.1"
hermes-estree "0.16.0"

html-escaper@^2.0.0:
version "2.0.2"
Expand Down

0 comments on commit ada6934

Please sign in to comment.