chore(deps): bump shell-quote from 1.8.2 to 1.8.4 in /packages/angular#4658
chore(deps): bump shell-quote from 1.8.2 to 1.8.4 in /packages/angular#4658dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.2 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](ljharb/shell-quote@v1.8.2...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
View your CI Pipeline Execution ↗ for commit d596c75
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
|
@dependabot $'' |
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
|
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. |
Bumps shell-quote from 1.8.2 to 1.8.4.
Changelog
Sourced from shell-quote's changelog.
Commits
ff166e2v1.8.44378a6e[Fix]quote: validate object-token shapes22ebec0[Dev Deps] update@ljharb/eslint-config,auto-changelog,eslint, `npmig...9f3caa3[Tests] increase coverage3344a04[readme] replace runkit CI badge with shields.io check-runs badge699c511[Dev Deps] update@ljharb/eslint-config487a9b4v1.8.301faaff[Fix] remove unnecessary backslash escaping in single quotesDependabot 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.
Note
Low Risk
Lockfile-only dev dependency patch with no application code changes; minor quoting/validation fixes in an indirect build-tool dependency.
Overview
Bumps the transitive dev dependency
shell-quotefrom 1.8.2 to 1.8.4 inpackages/angular/package-lock.jsononly (nopackage.jsonor source changes). The lockfile updates resolved tarball URLs, integrity hashes, and drops the redundantlicensefield on that entry.Upstream 1.8.3 fixes single-quote escaping; 1.8.4 adds validation for object-token shapes in
quote, which is a small hardening change for shell-quoting behavior.shell-quoteis pulled in as a dev dependency oflaunch-editor(^1.8.1), not used directly by the Angular package runtime.Reviewed by Cursor Bugbot for commit d596c75. Bugbot is set up for automated code reviews on this repo. Configure here.