chore(deps): patch npm security advisories#26
Conversation
Patches 12 transitive advisories within semver; typecheck passes.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d671321558
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
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".
| } | ||
|
|
||
| fast-uri@3.1.0: | ||
| fast-uri@3.1.2: |
There was a problem hiding this comment.
Restore an installable fast-uri version
With this lockfile, a clean install in this repo now fails before any tests can run: pnpm install --frozen-lockfile stops at GET https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz with ERR_PNPM_FETCH_403, while the same command on the parent commit d016dd2 completes. Because ajv@8.18.0 is now resolved to this newly locked version, any CI/developer environment that does not already have the tarball in the pnpm store cannot install dependencies.
Useful? React with 👍 / 👎.
Patches transitive npm advisories (Dependabot) within semver; typecheck passes. Major-coupled pkgs (next/vite/postcss/rollup) deferred.