Skip to content

Comments

Upgrade dependencies to resolve semver advisory#8752

Merged
aduth merged 2 commits intomainfrom
aduth-semver-upgrade
Jul 11, 2023
Merged

Upgrade dependencies to resolve semver advisory#8752
aduth merged 2 commits intomainfrom
aduth-semver-upgrade

Conversation

@aduth
Copy link
Contributor

@aduth aduth commented Jul 11, 2023

🛠 Summary of changes

Updates dependencies to resolve all security advisories related to semver.

This is a follow-up to #8659, where previously some dependencies could not be updated, since they were pinned to an older version of semver which had not been patched. The older versions have since been patched (semver@6.3.1, semver@5.7.2), so we can now resolve the advisory completely.

The approach largely follows this suggestion to remove and reinstall entries of affected packages from yarn.lock (specifically semver and core-js-compat), as well as upgrading stylelint to the latest version.

This removes the audit-ci tooling added in #8659, since we don't have a need for an allowlist at the moment, as all advisories have been addressed.

📜 Testing Plan

yarn audit produces a clean result.

aduth added 2 commits July 11, 2023 08:26
changelog: Internal, Dependencies, Update dependencies to resolve security advisories
@aduth aduth merged commit d974d87 into main Jul 11, 2023
@aduth aduth deleted the aduth-semver-upgrade branch July 11, 2023 15:34
@zachmargolis zachmargolis mentioned this pull request Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants