Skip to content

Commit 83e673b

Browse files
committed
chore: update dependencies @oclif/core @oclif/plugin-plugins and @oclif/test
1 parent 4f114eb commit 83e673b

File tree

5 files changed

+1502
-2792
lines changed

5 files changed

+1502
-2792
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
run: |
5656
gh release create ${{ github.ref_name }} \
57-
--title "Release ${{ github.ref_name }}" \
57+
--title "${{ github.ref_name }}" \
5858
--notes "${{ steps.changelog.outputs.CHANGELOG }}"
5959
6060
# Uncomment to enable automatic npm publishing

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Security
11+
12+
- Updated `@oclif/core` from ^3 to ^4 to address js-yaml prototype pollution vulnerability
13+
- Updated `@oclif/plugin-plugins` from ^4 to ^5 for compatibility with @oclif/core v4
14+
- Updated `@oclif/test` from ^3 to ^4 to resolve transitive js-yaml vulnerability
15+
816
## [1.0.0] - 2025-11-15
917

1018
Initial release of Brew Competition CLI - a tool for extracting medal winners from homebrew competition platforms.
@@ -26,11 +34,5 @@ Initial release of Brew Competition CLI - a tool for extracting medal winners fr
2634
- Export with `--output json` or `--output csv`
2735
- Batch process with `--file config.json`
2836

29-
---
30-
31-
## [Unreleased]
32-
33-
No unreleased changes yet.
34-
3537
[Unreleased]: https://github.com/tmack8001/brewcompetition-cli/compare/v1.0.0...HEAD
3638
[1.0.0]: https://github.com/tmack8001/brewcompetition-cli/releases/tag/v1.0.0

0 commit comments

Comments
 (0)