This update for jq fixes the following issues:
jvp_string_append() and jvp_string_copy_replace_bad functions can
lead to heap buffer overflow when evaluating untrusted jq queries (bsc#1262044).jv_setpath(), jv_getpath(), and delpaths_sorted() can lead to
excessive resource consumption when processing crafted JSON input (bsc#1262069)._strindices and jv_string_indexes() can lead to a crash when
evaluating untrusted jq filters against a release build (bsc#1262070).jv_parse_sized can lead to an
out-of-bounds read when processing malformed JSON (bsc#1262071).MurmurHash3 with a hardcoded seed allows pre-computation of key collisions and can lead to a
denial of service via resource exhaustion when processing crafted JSON objects (bsc#1262072).