Skip to content

Commit

Permalink
Update dependency gchq/CyberChef to v10.8.2 (#280)
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.5.2` -> `v10.8.2` |

---

### Release Notes

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

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

[Compare Source](gchq/CyberChef@v10.8.1...v10.8.2)

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

This release replaces v10.8.1, which had an incorrect file name.  No changes were made.

### [`v10.8.1`](gchq/CyberChef@v10.8.0...v10.8.1)

[Compare Source](gchq/CyberChef@v10.8.0...v10.8.1)

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

[Compare Source](gchq/CyberChef@v10.7.0...v10.8.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.7.0`](https://github.com/gchq/CyberChef/releases/tag/v10.7.0)

[Compare Source](gchq/CyberChef@10.6.0...v10.7.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.6.0`](https://github.com/gchq/CyberChef/releases/tag/v10.6.0)

[Compare Source](gchq/CyberChef@10.6.0...10.6.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.6.0`](https://github.com/gchq/CyberChef/blob/HEAD/CHANGELOG.md#1060---2024-02-03)

[Compare Source](gchq/CyberChef@v10.5.2...10.6.0)

-   Updated 'Forensics Wiki' URLs to new domain \[[@&#8203;a3957273](https://github.com/a3957273)] | \[[#&#8203;1703](gchq/CyberChef#1703)]
-   Added 'LZNT1 Decompress' operation \[[@&#8203;0xThiebaut](https://github.com/0xThiebaut)] | \[[#&#8203;1675](gchq/CyberChef#1675)]
-   Updated 'Regex Expression' UUID matcher \[[@&#8203;cnotin](https://github.com/cnotin)] | \[[#&#8203;1678](gchq/CyberChef#1678)]
-   Removed duplicate 'hover' message within baking info \[[@&#8203;KevinSJ](https://github.com/KevinSJ)] | \[[#&#8203;1541](gchq/CyberChef#1541)]

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Reviewed-on: https://git.walbeck.it/mwalbeck/docker-cyberchef/pulls/280
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 Feb 24, 2024
1 parent d876e5e commit a14cda4
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.5.2
ENV CYBERCHEF_VERSION v10.8.2

USER node

Expand Down

0 comments on commit a14cda4

Please sign in to comment.