chore(deps): refresh qs and fast-uri in yarn.lock - #451
Open
yahgwai wants to merge 1 commit into
Open
Conversation
Six advisories published since the last green audit run broke `yarn audit:ci` on develop: GHSA-x5fp-wj9c-mxmx qs 6.15.3 -> 6.16.0 GHSA-4mjr-xmp4-gh2g qs 6.15.3 -> 6.16.0 GHSA-5jgf-p345-68v8 fast-uri 3.1.5 -> 3.1.7 GHSA-f65p-4m7j-42xc fast-uri 3.1.5 -> 3.1.7 GHSA-fph4-wmhf-6fwf fast-uri 3.1.5 -> 3.1.7 GHSA-jqff-g426-hqxp fast-uri 3.1.5 -> 3.1.7 Both packages are dev-only transitive deps: qs via hardhat-deploy and hardhat-gas-reporter, fast-uri via @nomicfoundation/hardhat-verify>table>ajv. Every patched release sits inside the caret range already recorded in the lockfile (qs@^6.4.0, qs@^6.9.4 and fast-uri@^3.0.1), so no package.json change or resolutions override is needed; dropping the entries and reinstalling re-resolved them. fast-uri 4.x is out of range and not required — 3.1.6 carries the fix and 3.1.7 is the current 3.x. No allowlist entry changes: all 21 still fire against the refreshed tree.
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.
qs6.15.3 -> 6.16.0 andfast-uri3.1.5 -> 3.1.7 inyarn.lock, clearing the six advisories (GHSA-x5fp-wj9c-mxmx, GHSA-4mjr-xmp4-gh2g, GHSA-5jgf-p345-68v8, GHSA-f65p-4m7j-42xc, GHSA-fph4-wmhf-6fwf, GHSA-jqff-g426-hqxp) that were failingyarn audit:cion develop; both are dev-only transitive deps and both patched releases sit inside the caret ranges already in the lockfile, so nopackage.jsonor allowlist change was needed.