LedgerHQ / ledgerjs

⛔️ MOVED to monorepo "ledger-live"
https://github.com/LedgerHQ/ledger-live
Apache License 2.0
573 stars 381 forks source link

Bump shell-quote from 1.7.2 to 1.7.3 #877

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps shell-quote from 1.7.2 to 1.7.3.

Changelog

Sourced from shell-quote's changelog.

1.7.3

  • Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the quoting rules. (CVE-2021-42740)
Commits


Dependabot compatibility score

Dependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/LedgerHQ/ledgerjs/network/alerts).
codecov[bot] commented 2 years ago

Codecov Report

Merging #877 (a5ed301) into master (5df71e8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           master     #877    +/-   ##
========================================
  Coverage   45.60%   45.60%            
========================================
  Files          82       82            
  Lines        5004     5004            
  Branches      890      890            
========================================
  Hits         2282     2282            
+ Misses       2708     2526   -182     
- Partials       14      196   +182     
Impacted Files Coverage Δ
packages/logs/src/index.ts 0.00% <0.00%> (ø)
packages/devices/src/index.ts 0.00% <0.00%> (ø)
packages/errors/src/helpers.ts 0.00% <0.00%> (ø)
packages/hw-app-str/src/Str.ts 68.75% <0.00%> (ø)
packages/hw-app-trx/src/utils.ts 61.40% <0.00%> (ø)
packages/hw-app-btc/src/BtcNew.ts 92.25% <0.00%> (ø)
packages/hw-app-btc/src/varint.ts 30.76% <0.00%> (ø)
packages/devices/src/scrambling.ts 0.00% <0.00%> (ø)
packages/hw-app-tezos/src/Tezos.ts 11.57% <0.00%> (ø)
packages/cryptoassets/src/tokens.ts 72.72% <0.00%> (ø)
... and 30 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5df71e8...a5ed301. Read the comment docs.