chore(deps): refresh lockfiles to clear Dependabot alerts - #24
Closed
jochen-testingbot wants to merge 1 commit into
Closed
chore(deps): refresh lockfiles to clear Dependabot alerts#24jochen-testingbot wants to merge 1 commit into
jochen-testingbot wants to merge 1 commit into
Conversation
Regenerate the root and tb-main lockfiles with npm's non-breaking audit fixes. Clears the critical minimist prototype-pollution alert and the moderate advisories in the build/dev tree. Remaining open alerts are transitive dev-tooling (eslint/mocha/tfx-cli) DoS advisories that only fix via major bumps — not worth the build risk, and none ship in the .vsix. adm-zip (via testingbot-tunnel-launcher) is gated on an upstream release. Verified: lint clean, 9 tests pass, full package build produces testingbot.testingbot-tasks-0.4.0.vsix.
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.
Refreshes the root and
tb-mainlockfiles with npm's non-breaking audit fixes.What this clears
What it deliberately leaves
The remaining open alerts are transitive dev-tooling DoS advisories (eslint, mocha, tfx-cli/archiver, brace-expansion) that npm only fixes via major bumps — not worth the build-breakage risk, and none ship in the
.vsix(root has no production deps).adm-zip(#120, viatestingbot-tunnel-launcher) is gated on an upstream release; it only unpacks TestingBot's own tunnel jar.Validation
npm run lint— cleannpm test— 9 passingnpm run package— buildstestingbot.testingbot-tasks-0.4.0.vsixAlso closed the two stale 2023 Dependabot PRs (#15, #16), superseded by this refresh.