chore(deps): refresh lockfile to clear remaining dev advisories - #17
Merged
Conversation
Lockfile only; package.json is untouched and every change resolves inside ranges already declared. The Vitest 5 bump (#16) left four advisories in `pnpm audit`, all dev-only via vitest -> vite -> postcss: postcss 8.5.16 -> 8.5.28 (1 high, 1 moderate: sourceMappingURL path traversal / arbitrary .map read) nanoid 3.3.15 -> 3.3.19 (2 high: generators can loop indefinitely) The refresh also carries routine patch/minor updates to the dev toolchain (happy-dom 20.14.5, rolldown 1.1.5, lightningcss 1.33.0, ws 8.21.3) and to devDependencies used only by the tests (react and react-dom 19.3.0, @testing-library/react 16.3.3, sumit-api 0.4.1). None of these reach the published package, whose peer ranges are unchanged. Verified: `pnpm audit` reports no known vulnerabilities; typecheck, build and all 33 tests pass. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Member
Author
|
@codex review |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Codex Review: Didn't find any major issues. You're on a roll. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #16. The Vitest 5 bump left four advisories in
pnpm audit, all dev-only throughvitest → vite → postcss.Lockfile only.
package.jsonis identical tomain, and every change resolves inside ranges already declared.Security
postcss.mapread)nanoidThe
nanoidadvisories are reported bypnpm auditbut aren't open as Dependabot alerts yet.Also carried along
Routine patch/minor refreshes to the dev toolchain (
happy-dom20.14.5,rolldown1.1.5,lightningcss1.33.0,ws8.21.3) and to devDependencies used only by the tests (react/react-dom19.3.0,@testing-library/react16.3.3,sumit-api0.4.1).None of this reaches the published package. Its peer ranges (
react >=18,sumit-api >=0.2.0) are unchanged.Verification
pnpm audit: No known vulnerabilities foundpnpm typecheck,pnpm build: cleanpnpm test: 33 passed🤖 Generated with Claude Code