From 6f5fc3503a2a934a1885ac7acef53d0cf8eea54b Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 6 Apr 2024 11:18:17 +0000 Subject: [PATCH] Update dependency gchq/CyberChef to v10.15.1 (#286) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
gchq/CyberChef (gchq/CyberChef) ### [`v10.15.1`](https://github.com/gchq/CyberChef/releases/tag/v10.15.1) [Compare Source](https://github.com/gchq/CyberChef/compare/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](https://github.com/gchq/CyberChef/compare/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](https://github.com/gchq/CyberChef/compare/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](https://github.com/gchq/CyberChef/compare/v10.13.0...10.14.0) - Added 'To Float' and 'From Float' operations \[[@​tcode2k16](https://github.com/tcode2k16)] | \[[#​1762](https://github.com/gchq/CyberChef/issues/1762)] - Fix ChaCha raw export option \[[@​joostrijneveld](https://github.com/joostrijneveld)] | \[[#​1606](https://github.com/gchq/CyberChef/issues/1606)] - Update x86 disassembler vendor library \[[@​evanreichard](https://github.com/evanreichard)] | \[[#​1197](https://github.com/gchq/CyberChef/issues/1197)] - Allow variable Blowfish key sizes \[[@​cbeuw](https://github.com/cbeuw)] | \[[#​933](https://github.com/gchq/CyberChef/issues/933)] - Added 'XXTEA' operation \[[@​devcydo](https://github.com/devcydo)] | \[[#​1361](https://github.com/gchq/CyberChef/issues/1361)] ### [`v10.13.0`](https://github.com/gchq/CyberChef/releases/tag/v10.13.0) [Compare Source](https://github.com/gchq/CyberChef/compare/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.
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.walbeck.it/mwalbeck/docker-cyberchef/pulls/286 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff1326e..c2dedc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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