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
b2d3ba1 to
80c391a
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>
80c391a to
3bcd672
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 affecting dev-tool transitive packages; the upgrade includes a published security fix and does not touch app business logic.
Overview
Updates the lockfile so
shell-quoteresolves to 1.9.0 (from 1.8.3), including resolved URL and integrity hash. The bump is transitive for tooling such aslaunch-editorandreact-devtools-core; there is no direct application source change in this diff.1.9.0 brings security and quoting fixes in the library (
parselinear-time token finalization for GHSA-395f-4hp3-45gv,quoteescaping a leading~, plus bundled TypeScript types). The diff also removes a nestedchain-registryentry under@chain-registry/utils, which is typical lockfile housekeeping alongside the version bump.Reviewed by Cursor Bugbot for commit 3bcd672. Bugbot is set up for automated code reviews on this repo. Configure here.