fix(deps): replace jsonpath with jsonpath-plus by chingor13 · Pull Request #2391 · googleapis/release-please (original) (raw)
jsonpath packages is unmaintained. jsonpath-plus is not in active development, but is more maintained.
There is a minor behavioral change in that invalid jsonpath entries provided no longer throw an exception and crash the execution. Instead, it's treated as if there are no matching jsonpath entries (no-op).