icon-project / icon-bridge

The centralized bridge of ICON
Apache License 2.0
21 stars 15 forks source link

chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /solidity/bmc #834

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps decode-uri-component from 0.2.0 to 0.2.2.

Release notes

Sourced from decode-uri-component's releases.

v0.2.2

  • Prevent overwriting previously decoded tokens 980e0bf

https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2

v0.2.1

  • Switch to GitHub workflows 76abc93
  • Fix issue where decode throws - fixes #6 746ca5d
  • Update license (#1) 486d7e2
  • Tidelift tasks a650457
  • Meta tweaks 66e1c28

https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1

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/icon-project/icon-bridge/network/alerts).
codecov[bot] commented 1 year ago

Codecov Report

Merging #834 (79a6ba8) into main (1f9be7e) will decrease coverage by 0.51%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #834      +/-   ##
============================================
- Coverage     40.29%   39.77%   -0.52%     
  Complexity      801      801              
============================================
  Files           113      113              
  Lines         10778    10971     +193     
  Branches        941      943       +2     
============================================
+ Hits           4343     4364      +21     
- Misses         6096     6270     +174     
+ Partials        339      337       -2     
Impacted Files Coverage Δ
solidity/bmc/contracts/libraries/String.sol 66.07% <0.00%> (-2.68%) :arrow_down:
solidity/bmc/contracts/libraries/ParseAddress.sol 60.43% <0.00%> (-0.54%) :arrow_down:
solidity/bts/contracts/libraries/String.sol 0.00% <0.00%> (ø)
solidity/bmc/contracts/libraries/RLPDecode.sol 0.00% <0.00%> (ø)
solidity/bts/contracts/libraries/RLPDecode.sol 0.00% <0.00%> (ø)
solidity/bts/contracts/libraries/RLPEncode.sol 0.00% <0.00%> (ø)
solidity/bmc/contracts/libraries/DecodeBase64.sol 0.00% <0.00%> (ø)
solidity/bmc/contracts/libraries/EncodeBase64.sol 0.00% <0.00%> (ø)
solidity/bts/contracts/libraries/DecodeBase64.sol 0.00% <0.00%> (ø)
solidity/bts/contracts/libraries/EncodeBase64.sol 0.00% <0.00%> (ø)
... and 6 more