chore: refresh runtime audit lockfile#138
Open
dutchaiagency wants to merge 1 commit intoAdam-CAD:masterfrom
Open
chore: refresh runtime audit lockfile#138dutchaiagency wants to merge 1 commit intoAdam-CAD:masterfrom
dutchaiagency wants to merge 1 commit intoAdam-CAD:masterfrom
Conversation
|
@dutchaiagency is attempting to deploy a commit to the Adam Team on Vercel. A member of the Team first needs to authorize it. |
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.
Summary
package-lock.jsonwith non-breaking runtime audit fixes fromnpm audit fix --omit=dev --package-lock-only.react-router-dom/react-router,@remix-run/router,lodash,postcss,preact,picomatch,minimatch,brace-expansion,yaml, and related transitive entries.streamdown/mermaid/uuidaudit item untouched because npm marks that path as requiring--forceand a breakingstreamdowndowngrade.Validation
npm cinpm run typechecknpm run lint(passes with existing warnings only)npm run buildnpm audit --omit=dev --audit-level=moderatenow reports only the breaking-changestreamdown/mermaid/uuidpathNote
Medium Risk
Updates several runtime dependency versions via lockfile-only changes, which can subtly affect routing/build output at runtime despite being patch/minor bumps. No application code changes, but dependency resolution changes warrant a smoke test of navigation and CSS processing.
Overview
Refreshes
package-lock.json(lockfile-only) to applynpm audit fix --omit=devupdates.Bumps locked runtime packages including
react-router-dom/react-router(and@remix-run/router),lodash,postcss,preact,minimatch/brace-expansion,picomatch,glob,uuid, andyaml, plus related transitive metadata (e.g., addedlicense/fundingfields).Reviewed by Cursor Bugbot for commit 6222fa9. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by cubic
Refreshes the runtime
package-lock.jsonwith non-breaking security updates to reduce audit noise without changing app code.npm auditat moderate now only reports the knownstreamdown/mermaid/uuidpath.npm audit fix --omit=dev --package-lock-only(runtime only, lockfile-only).react-router-dom6.30.3,react-router6.30.3,@remix-run/router1.23.2,lodash4.18.1,postcss8.5.13,preact10.29.1,picomatch2.3.2,minimatch9.0.9,brace-expansion2.1.0,yaml2.8.4,uuid11.1.1 (plus transitive updates).streamdown/mermaid/uuidvulnerability unresolved since it requires--forceand a breaking downgrade; build, typecheck, and lint still pass.Written for commit 6222fa9. Summary will update on new commits.