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
0fa1888 to
3d6f94a
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>
3d6f94a to
c185e17
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
Dependency-only lockfile change with upstream security and quoting fixes; no application source changes.
Overview
Updates the lockfile so
shell-quoteresolves to 1.9.0 (from 1.8.3). The package is pulled in transitively (e.g. vialaunch-editorandreact-devtools-core), not as a direct application dependency.1.9.0 brings a security fix for
parse(linear-time token finalization, GHSA-395f-4hp3-45gv), saferquotebehavior for leading~, and bundled TypeScript types. The diff also trims a redundant nestedchain-registrylockfile entry under@chain-registry/utils, consistent with lockfile normalization from the same install.Reviewed by Cursor Bugbot for commit c185e17. Bugbot is set up for automated code reviews on this repo. Configure here.