chore(deps): bump shell-quote and concurrently - #1504
Merged
Conversation
Member
|
@dependabot rebase |
Bumps [shell-quote](https://github.com/ljharb/shell-quote) to 1.9.0 and updates ancestor dependency [concurrently](https://github.com/open-cli-tools/concurrently). These dependencies need to be updated together. Updates `shell-quote` from 1.8.4 to 1.9.0 - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](ljharb/shell-quote@v1.8.4...v1.9.0) Updates `concurrently` from 10.0.3 to 10.0.4 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v10.0.3...v10.0.4) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.4 dependency-type: direct:development - dependency-name: shell-quote dependency-version: 1.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-1133c64998
branch
from
July 28, 2026 17:47
2167989 to
f86b37f
Compare
nhopeatall
approved these changes
Jul 28, 2026
nhopeatall
left a comment
Collaborator
There was a problem hiding this comment.
LGTM — clean Dependabot dev-dependency bump.
Summary
Approve. Low-risk, dev-only dependency update with a security upside; no source code touched.
Verification
- Scope: only
package.json(+1 −1) andpackage-lock.json(+8 −8) changed. concurrentlyis adevDependency(used solely by thedev:alllocal convenience script), bumped^10.0.3→^10.0.4.shell-quoteis a purely transitive dep pulled in byconcurrently— no directimport/require('shell-quote')anywhere insrc/. Bumped 1.8.4 → 1.9.0, which includes theparselinear-time fix for GHSA-395f-4hp3-45gv (ReDoS). A welcome hardening even though the package is dev-only.- Lockfile consistency: single resolved version of each package (no stale duplicate pins),
concurrently@10.0.4pinsshell-quote@1.9.0matching the top-level entry, integrity hashes intact, and no new/tightened engine constraints (concurrentlystaysnode >=22). - CI: 5/5 checks passing.
🕵️ claude-code · claude-opus-4-8 · run details
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.
Bumps shell-quote to 1.9.0 and updates ancestor dependency concurrently. These dependencies need to be updated together.
Updates
shell-quotefrom 1.8.4 to 1.9.0Changelog
Sourced from shell-quote's changelog.
Commits
db09fc7v1.9.07ff5488[Fix]parse: finalize tokens in linear time (GHSA-395f-4hp3-45gv)b4bafa2[actions] Windows + node 5/7: install deps with a modern node3fb739d[actions] Windows + node 4/6/7: pin eslint to 9 before install, since npm 2/3...abe0163[actions] retrynpm installon Windows to survive npm 2/3 staging-rename flake7a76c1a[Fix]quote: escape leading~to prevent shell tilde-expansion75e8497[actions] update workflowsdca6e21[New] add types9aa9e8f[Dev Deps] updateeslint9ba368a[Dev Deps] apparentlyjackspeakis no longer in the graphUpdates
concurrentlyfrom 10.0.3 to 10.0.4Release notes
Sourced from concurrently's releases.
Commits
2524b6510.0.41080199fix: avoid kill timeout exit delays (#601)e668211ci: publish to latest only on npm163b60fchore: sync@types/nodewith current min versionbcde2f5chore: remove@types/shell-quote49f7eb4deps: upgrade shell-quote to 1.9.0 (#599)