Skip to content

Commit ff67377

Browse files
author
ECG Bot
committed
build(deps): update jqlang/jq to v1.8.1
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [jqlang/jq](https://github.com/jqlang/jq) | patch | `1.8.0` -> `1.8.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>jqlang/jq (jqlang/jq)</summary> ### [`v1.8.1`](https://github.com/jqlang/jq/releases/tag/jq-1.8.1): jq 1.8.1 [Compare Source](jqlang/jq@jq-1.8.0...jq-1.8.1) This is a patch release to fix security, performance, and build issues found in 1.8.0. Full commit log can be found at <jqlang/jq@jq-1.8.0...jq-1.8.1>. #### Security fixes - CVE-2025-49014: Fix heap use after free in `f_strftime`, `f_strflocaltime`. [@&#8203;wader](https://github.com/wader) [`499c91b`](jqlang/jq@499c91b) - GHSA-f946-j5j2-4w5m: Fix stack overflow in `node_min_byte_len` of oniguruma. [@&#8203;wader](https://github.com/wader) [`5e159b3`](jqlang/jq@5e159b3) #### CLI changes - Fix assertion failure when syntax error happens at the end of the query. [@&#8203;itchyny](https://github.com/itchyny) [#&#8203;3350](jqlang/jq#3350) #### Changes to existing functions - Fix portability of `strptime/1` especially for Windows. [@&#8203;itchyny](https://github.com/itchyny) [#&#8203;3342](jqlang/jq#3342) #### Language changes - Revert the change of `reduce`/`foreach` state variable in 1.8.0 ([#&#8203;3205](jqlang/jq#3205)). This change was reverted due to serious performance regression. [@&#8203;itchyny](https://github.com/itchyny) [#&#8203;3349](jqlang/jq#3349) #### Documentation changes - Add LICENSE notice of NetBSD's `strptime()` to COPYING. [@&#8203;itchyny](https://github.com/itchyny) [#&#8203;3344](jqlang/jq#3344) #### Build improvements - Fix build on old Mac with old sed. [@&#8203;qianbinbin](https://github.com/qianbinbin) [#&#8203;3336](jqlang/jq#3336) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
1 parent 858b92f commit ff67377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ packages:
7171
- name: koalaman/[email protected]
7272
description: ShellCheck, a static analysis tool for shell scripts
7373
link: https://github.com/koalaman/shellcheck
74-
- name: jqlang/[email protected].0
74+
- name: jqlang/[email protected].1
7575
description: Command-line JSON processor
7676
link: https://github.com/jqlang/jq
7777
- name: gabrie30/[email protected]

0 commit comments

Comments
 (0)