Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
with:
version: 10.27.0
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ No unreleased changes.

### Release and verification

- Pinned the transitive build-time `nanoid` 3.x line to `3.3.18`, the first
patched release for CVE-2026-67213 / GHSA-2v37-7h3g-55p8. The affected path
is confined to Vite/PostCSS development tooling and is not a runtime
dependency of any published `@bidilens/*` package.
- Pinned the supported CI runtimes to exact Node 22.12.0 and 24.15.0 releases
so the documented minimum is exercised instead of silently floating to the
newest release in each major line.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"fast-uri": "3.1.5",
"js-yaml@3": "3.15.1",
"js-yaml@4": "4.3.1",
"nanoid": "3.3.17",
"nanoid": "3.3.18",
"postcss": "8.5.23",
"undici": "7.29.0"
}
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.