Bump shell-quote from 1.8.3 to 1.9.0#6027
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
f1a5aeb to
06e53fe
Compare
06e53fe to
821f653
Compare
3bcd672 to
b924411
Compare
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.3 to 1.9.0. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](ljharb/shell-quote@v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
b924411 to
054756d
Compare
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 from 1.8.3 to 1.9.0.
Changelog
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 graphNote
Low Risk
Lockfile-only dependency bump with no application code changes; security fixes in a transitive shell-quoting library slightly reduce parsing/quoting risk.
Overview
Updates the lockfile so
shell-quoteresolves to 1.9.0 (from 1.8.3). It remains a transitive dependency (e.g. vialaunch-editorandreact-devtools-core).The upgrade pulls in upstream fixes, including a linear-time
parsechange (GHSA-395f-4hp3-45gv), saferquotehandling for leading~, and bundled TypeScript types. The diff also includes minor lockfile housekeeping (e.g. removal of a nestedchain-registryentry under@chain-registry/utils).Reviewed by Cursor Bugbot for commit 054756d. Bugbot is set up for automated code reviews on this repo. Configure here.