chore(deps): bump qs and express in /webapp - #848
Merged
mergify[bot] merged 1 commit intoJun 4, 2026
Conversation
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.14.2 to 6.15.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.2...v6.15.2) Updates `express` from 4.22.1 to 4.22.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md) - [Commits](expressjs/express@v4.22.1...v4.22.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect - dependency-name: express dependency-version: 4.22.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards βπ’ Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
robfrank
approved these changes
Jun 4, 2026
dependabot
Bot
deleted the
dependabot/npm_and_yarn/webapp/multi-f792d6d6d9
branch
June 4, 2026 14:28
mergify Bot
added a commit
that referenced
this pull request
Aug 4, 2026
Bumps [org.jspecify:jspecify](https://github.com/jspecify/jspecify) from 1.0.0 to 1.0.1. Release notes *Sourced from [org.jspecify:jspecify's releases](https://github.com/jspecify/jspecify/releases).* > 1.0.1 > ----- > > JSpecify 1.0.1 makes small changes to documentation and build setup but no semantic changes. > > Artifacts > ========= > > * [Javadoc](https://jspecify.dev/docs/api/) > * Maven Central: [org.jspecify:jspecify](https://repo.maven.apache.org/maven2/org/jspecify/jspecify/1.0.1/) > > Changes since version 1.0.0 > =========================== > > * The JSpecify `module-info.class` is now present at the root of the jar instead of under [a multi-release root](https://openjdk.org/jeps/238). This prevents the jar from containing a file at `META-INF/versions/9/OSGI-INF/MANIFEST.MF`, which was causing [trouble for some users](https://redirect.github.com/jspecify/jspecify/issues/484#issuecomment-2819506604), particularly on Android. > * The JSpecify `module-info.class` now contains its version number. > * We have made various improvements to our Javadoc. While the latest docs are always available at [jspecify.dev/docs/api](https://jspecify.dev/docs/api/), this release makes our improvements visible in the source files in your IDE. Commits * [`ce9bec0`](jspecify/jspecify@ce9bec0) Set version to 1.0.1. * [`7c7f0cf`](jspecify/jspecify@7c7f0cf) Migrate to com.vanniktech.maven.publish. * [`2789f67`](jspecify/jspecify@2789f67) Bump yaml from 1.10.2 to 1.10.3 in /docs ([#853](https://redirect.github.com/jspecify/jspecify/issues/853)) * [`1638ca0`](jspecify/jspecify@1638ca0) Bump svgo from 3.3.2 to 3.3.4 in /docs ([#852](https://redirect.github.com/jspecify/jspecify/issues/852)) * [`4e80178`](jspecify/jspecify@4e80178) Place `module-info` in the root of the jar. ([#809](https://redirect.github.com/jspecify/jspecify/issues/809)) * [`5b679e0`](jspecify/jspecify@5b679e0) Codex found a few more questions the FAQ already answers. ([#848](https://redirect.github.com/jspecify/jspecify/issues/848)) * [`2019899`](jspecify/jspecify@2019899) Link to the new location of the design FAQ and to specific sections. ([#845](https://redirect.github.com/jspecify/jspecify/issues/845)) * [`f01eac9`](jspecify/jspecify@f01eac9) batch of javadoc revisions for clarity and completeness ([#671](https://redirect.github.com/jspecify/jspecify/issues/671)) * [`c4eff31`](jspecify/jspecify@c4eff31) Import the nullness design FAQ as Markdown. ([#838](https://redirect.github.com/jspecify/jspecify/issues/838)) * [`75fb9cf`](jspecify/jspecify@75fb9cf) Bump websocket-driver from 0.7.4 to 0.7.5 in /docs ([#835](https://redirect.github.com/jspecify/jspecify/issues/835)) * Additional commits viewable in [compare view](jspecify/jspecify@v1.0.0...v1.0.1)
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps qs and express. These dependencies needed to be updated together.
Updates
qsfrom 6.14.2 to 6.15.2Changelog
Sourced from qs's changelog.
Commits
9aca407v6.15.25e33d33[Dev Deps] update@ljharb/eslint-config21f80b3[Fix]stringify: skip null/undefined entries inarrayFormat: 'comma'+ `e...a0a81ea[Fix]stringify: use configureddelimiteraftercharsetSentinele3062f7[Fix]stringify: applyformatterto encoded key understrictNullHandling0c180a4[Fix]stringify: skip null/undefined filter-array entries instead of crashi...3a8b94a[Tests] add regression tests for keys containing percent-encoded bracket text96755ab[readme] fix grammara419ce5[Fix]parse: handle nested bracket groups and add regression tests3f5e1c5v6.15.1Updates
expressfrom 4.22.1 to 4.22.2Release notes
Sourced from express's releases.
Changelog
Sourced from express's changelog.
Commits
df0abc94.22.2836d3664.xupdate qs to 6.15.1, body-parser 1.20.5 (#7224)8d09bfefix: restore array parsing for req.query repeated keys (#7181)d39e8addeps: body-parser@~1.20.4 (#7021)efe85d9deps: qs@^6.14.1 (#6972)f62378eπ add note to historyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.