[codex] resolve Dependabot alerts for staging#19
Merged
Conversation
Merge main back into staging for prerelease sync
…emain chore(premain): release 0.2.0-rc.2
chore(main): release 0.3.0
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.
What changed
ts/package-lock.jsonto bring all alerting transitive npm packages onto patched releases@theory-cloud/apptheory-cdk@0.19.0,aws-cdk-lib@2.244.0, andconstructs@10.6.0Why
GitHub currently reports 14 open Dependabot alerts on the default branch. The affected lockfiles in this change now pin patched versions for all alerting packages:
ts/package-lock.json:picomatch,fast-xml-parser,flatted,undici,devalue,rollupinfra/apptheory-ssr-site/package-lock.json:minimatchinfra/apptheory-ssg-isr-site/package-lock.json:fast-xml-parser,minimatchImpact
staging, andpremainis also an ancestor of this branchValidation
npm audit --jsonints-> 0 vulnerabilitiesnpm testintsnpm run typecheckintsnpm testininfra/apptheory-ssr-sitenpm testininfra/apptheory-ssg-isr-sitegit merge-base --is-ancestor origin/staging HEADgit merge-base --is-ancestor origin/premain HEADResidual note
The infra example packages still show moderate
npm auditfindings from bundledyamlandbrace-expansioninsideaws-cdk-lib@2.244.0. Those are outside the current GitHub Dependabot alert set fixed here and would require a newer compatible@theory-cloud/apptheory-cdkrelease (or a custom patched CDK tarball) to remove cleanly.