Bump several npm packages and PJWT to patch dependencies#851
Merged
chrismaddalena merged 3 commits intomasterfrom Apr 13, 2026
Merged
Conversation
Bumps the npm_and_yarn group with 2 updates in the /javascript directory: [happy-dom](https://github.com/capricorn86/happy-dom) and [picomatch](https://github.com/micromatch/picomatch). Updates `happy-dom` from 20.0.8 to 20.8.9 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.0.8...v20.8.9) Updates `picomatch` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.8.9 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
192d710 to
40bbf6b
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates JavaScript dependencies to pick up recent fixes (including security advisories) in the /javascript workspace.
Changes:
- Bump
happy-domfrom^20.0.8to^20.8.9. - Update
picomatchtransitive resolutions inpackage-lock.json(including4.0.3 → 4.0.4and2.3.1 → 2.3.2).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| javascript/package.json | Updates the declared happy-dom dependency range. |
| javascript/package-lock.json | Refreshes lockfile to reflect updated happy-dom and patched picomatch versions. |
Files not reviewed (1)
- javascript/package-lock.json: Language not supported
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #851 +/- ##
==========================================
- Coverage 92.22% 92.22% -0.01%
==========================================
Files 384 384
Lines 23896 23896
==========================================
- Hits 22038 22037 -1
- Misses 1858 1859 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
This PR updates npm packages
happy-domto^20.8.9,viteto^7.3.2,graphql-codegen/clito^v6.0.0, andgraphql-codegen/client-presetto^v5.0.0. These updates also update the following dependencies:minimatchlodashrollupimmutablepicomatchThis addresses several security vulnerabilities in some of the older versions of these dependencies.
We also bump
PyJWTfor the same reason.