fix(deps): override immutable 4.3.9 in /templates - #11026
Open
dependabot[bot] wants to merge 4 commits into
Open
fix(deps): override immutable 4.3.9 in /templates#11026dependabot[bot] wants to merge 4 commits into
dependabot[bot] wants to merge 4 commits into
Conversation
Bumps and [immutable](https://github.com/immutable-js/immutable-js). These dependencies needed to be updated together. Updates `immutable` from 3.8.2 to 3.8.3 - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](immutable-js/immutable-js@v3.8.2...v3.8.3) Updates `immutable` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](immutable-js/immutable-js@v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: immutable dependency-version: 3.8.3 dependency-type: indirect - dependency-name: immutable dependency-version: 5.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…rn/templates/multi-7ea0977b71
Force BrowserSync and its UI onto the first release patched for the current Immutable advisories while leaving Sass on its supported 5.x line. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Why
The original
immutable3.8.2 -> 3.8.3 bump addressed Dependabot alert #66, but it is no longer sufficient: alerts #118 (GHSA-v56q-mh7h-f735) and #120 (GHSA-xvcm-6775-5m9r) affect every Immutable release below 4.3.9.browser-sync3.0.4 andbrowser-sync-ui3.0.4 both declareimmutable: ^3, and there is no patched 3.x release for the newer advisories.Change
templates/package-lock.jsonthrough npm rather than editing it by hand.main; the PR diff remains limited to the template package manifest and lockfile, with no Bootstrap changes.This crosses BrowserSync's declared Immutable major-version range, so the compatibility risk is non-zero. The scope is deliberately limited to the two BrowserSync consumers, whose used APIs (
Map,List,OrderedSet,fromJS,is, and merge/get operations) remain available in 4.3.9. A live BrowserSync/UI startup smoke test exercises the Immutable-backed config path and confirms an HTTP response before clean shutdown.Security result
npm auditreports no Immutable finding and zero high/critical vulnerabilities. Two unrelated findings remain (one low and one moderate).Validation
npm testnpm run lintnpm run buildnpm audit --registry=https://packagefeedproxy.microsoft.io/npm/