Skip to content

Commit

Permalink
Update dependency gchq/CyberChef to v10.15.1 (#286)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gchq/CyberChef](https://github.com/gchq/CyberChef) | minor | `v10.12.1` -> `v10.15.1` |

---

### Release Notes

<details>
<summary>gchq/CyberChef (gchq/CyberChef)</summary>

### [`v10.15.1`](https://github.com/gchq/CyberChef/releases/tag/v10.15.1)

[Compare Source](gchq/CyberChef@v10.15.0...v10.15.1)

See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details.

### [`v10.15.0`](https://github.com/gchq/CyberChef/releases/tag/v10.15.0)

[Compare Source](gchq/CyberChef@10.14.0...v10.15.0)

See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details.

### [`v10.14.0`](https://github.com/gchq/CyberChef/releases/tag/v10.14.0)

[Compare Source](gchq/CyberChef@10.14.0...10.14.0)

See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details.

### [`v10.14.0`](https://github.com/gchq/CyberChef/blob/HEAD/CHANGELOG.md#10140---2024-03-31)

[Compare Source](gchq/CyberChef@v10.13.0...10.14.0)

-   Added 'To Float' and 'From Float' operations \[[@&#8203;tcode2k16](https://github.com/tcode2k16)] | \[[#&#8203;1762](gchq/CyberChef#1762)]
-   Fix ChaCha raw export option \[[@&#8203;joostrijneveld](https://github.com/joostrijneveld)] | \[[#&#8203;1606](gchq/CyberChef#1606)]
-   Update x86 disassembler vendor library \[[@&#8203;evanreichard](https://github.com/evanreichard)] | \[[#&#8203;1197](gchq/CyberChef#1197)]
-   Allow variable Blowfish key sizes \[[@&#8203;cbeuw](https://github.com/cbeuw)] | \[[#&#8203;933](gchq/CyberChef#933)]
-   Added 'XXTEA' operation \[[@&#8203;devcydo](https://github.com/devcydo)] | \[[#&#8203;1361](gchq/CyberChef#1361)]

### [`v10.13.0`](https://github.com/gchq/CyberChef/releases/tag/v10.13.0)

[Compare Source](gchq/CyberChef@v10.12.1...v10.13.0)

See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Reviewed-on: https://git.walbeck.it/mwalbeck/docker-cyberchef/pulls/286
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
  • Loading branch information
renovate-bot authored and mwalbeck committed Apr 6, 2024
1 parent 97c9c6e commit 6f5fc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:16.20.2-bullseye@sha256:cd59a61258b82b86c1ff0ead50c8a689f6c3483c5ed21036e11ee741add419eb as build

# renovate: datasource=github-tags depName=gchq/CyberChef versioning=semver
ENV CYBERCHEF_VERSION v10.12.1
ENV CYBERCHEF_VERSION v10.15.1

USER node

Expand Down

0 comments on commit 6f5fc35

Please sign in to comment.