chore(deps-dev): bump shell-quote from 1.8.3 to 1.9.0 in /Tools/Viewer#44
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-dev): bump shell-quote from 1.8.3 to 1.9.0 in /Tools/Viewer#44dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Superseded by #48, which consolidates all four Tools/Viewer bumps: vite 5→7 (clears the esbuild advisory), @vitejs/plugin-react 4→5 (pulls @babel/core 7.29.7), and a lockfile regen that pulls shell-quote 1.9.0 into concurrently's range. |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/Tools/Viewer/shell-quote-1.9.0
branch
July 13, 2026 07:40
Microcrab
pushed a commit
to Microcrab/sim-use
that referenced
this pull request
Jul 15, 2026
…advisories The four Tools/Viewer dependabot PRs (lycorp-jp#43–lycorp-jp#46) all reduce to two direct devDependency bumps plus a lockfile regeneration: - vite ^5.3.3 → ^7.3.6 pulls esbuild 0.25+ (was 0.21.5), clearing the moderate esbuild dev-server SSRF advisory (GHSA-67mh-4wv8-2f99) — this is the "big one" that dependabot framed as both lycorp-jp#43 (esbuild+vite) and lycorp-jp#45 (vite+plugin-react). vite 7 (not 8) keeps esbuild rather than moving to rolldown, so no config churn. - @vitejs/plugin-react ^4.3.1 → ^5.2.0 (peer vite ^7 ok) pulls @babel/core 7.29.7 (lycorp-jp#46). - Regenerating the lockfile pulls shell-quote 1.9.0 (satisfies concurrently's existing ^1.8.1 range), clearing the critical shell-quote advisory (GHSA-w7jw-789q-3m8p, lycorp-jp#44) with no direct-dep change. `npm audit` now reports 0 vulnerabilities (was 1 critical + 1 high + 1 moderate + 1 low). `npm run build` and `make viewer` produce byte-identical SPA output (same hashed chunk names), so the committed Sources/SimUse/Resources/viewer/ bundle is unchanged. Supersedes lycorp-jp#43–lycorp-jp#46. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: onevcat <onevcat@gmail.com>
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 graphDependabot 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.