filecoin-project / eudico

lotus, but also other things
Other
19 stars 14 forks source link

Bump shell-quote and react-scripts in /lotuspond/front #244

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps shell-quote and react-scripts. These dependencies needed to be updated together. Updates shell-quote from 1.6.1 to 1.7.3

Release notes

Sourced from shell-quote's releases.

v1.7.2

  • Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2)

v1.7.1

  • Fix $ being removed when not part of an environment variable name. (@​Adman in #32)

v1.7.0

  • Add support for parsing >> and >& redirection operators. (@​forivall in #16)
  • Add support for parsing <( process substitution operator. (@​cuonglm in #15)

v1.6.3

  • Fix Windows path quoting problems. (@​dy in #34)

v1.6.2

  • Remove dependencies in favour of native methods. (@​zertosh in #21)
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)

1.7.2

  • Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2)

1.7.1

  • Fix $ being removed when not part of an environment variable name. (@​Adman in #32)

1.7.0

  • Add support for parsing >> and >& redirection operators. (@​forivall in #16)
  • Add support for parsing <( process substitution operator. (@​cuonglm in #15)

1.6.3

  • Fix Windows path quoting problems. (@​dy in #34)

1.6.2

  • Remove dependencies in favour of native methods. (@​zertosh in #21)
Commits


Updates react-scripts from 3.0.1 to 5.0.1

Changelog

Sourced from react-scripts's changelog.

3.4.4 (2020-10-20)

v3.4.4 release bumps resolve-url-loader to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.3 to 3.4.4

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.4

or

yarn add --exact react-scripts@3.4.4

3.4.3 (2020-08-12)

v3.4.3 release bumps terser-webpack-plugin to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.2 to 3.4.3

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.3

or

yarn add --exact react-scripts@3.4.3

3.4.2 (2020-08-11)

v3.4.2 release bumps webpack-dev-server to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.1 to 3.4.2

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.2

or

... (truncated)

Commits


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/filecoin-project/eudico/network/alerts).
codecov-commenter commented 2 years ago

Codecov Report

Merging #244 (6ac8244) into eudico (1ec25b3) will increase coverage by 2.52%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           eudico     #244      +/-   ##
==========================================
+ Coverage   20.48%   23.00%   +2.52%     
==========================================
  Files         603      603              
  Lines       65261    65261              
==========================================
+ Hits        13369    15016    +1647     
+ Misses      49450    47547    -1903     
- Partials     2442     2698     +256     
Impacted Files Coverage Δ
chain/vm/vm.go 49.91% <0.00%> (+0.35%) :arrow_up:
extern/sector-storage/sched_worker.go 25.29% <0.00%> (+0.58%) :arrow_up:
chain/gen/gen.go 6.02% <0.00%> (+0.60%) :arrow_up:
markets/dagstore/wrapper.go 51.37% <0.00%> (+0.91%) :arrow_up:
node/impl/full/state.go 10.61% <0.00%> (+0.92%) :arrow_up:
chain/stmgr/call.go 28.64% <0.00%> (+1.08%) :arrow_up:
chain/consensus/common/cns_validations.go 24.57% <0.00%> (+1.14%) :arrow_up:
chain/sub/incoming.go 40.36% <0.00%> (+1.22%) :arrow_up:
paychmgr/store.go 8.84% <0.00%> (+1.32%) :arrow_up:
storage/wdpost_changehandler.go 67.45% <0.00%> (+1.41%) :arrow_up:
... and 73 more
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.