Skip to content

Commit

Permalink
chore(deps): update dependency react-native-quick-crypto to ^0.7.5 (#…
Browse files Browse the repository at this point in the history
…6069)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-native-quick-crypto](https://redirect.github.com/margelo/react-native-quick-crypto)
| [`^0.7.4` ->
`^0.7.5`](https://renovatebot.com/diffs/npm/react-native-quick-crypto/0.7.4/0.7.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-quick-crypto/0.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-quick-crypto/0.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-quick-crypto/0.7.4/0.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-quick-crypto/0.7.4/0.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>margelo/react-native-quick-crypto
(react-native-quick-crypto)</summary>

###
[`v0.7.5`](https://redirect.github.com/margelo/react-native-quick-crypto/releases/tag/v0.7.5):
Release 0.7.5

[Compare
Source](https://redirect.github.com/margelo/react-native-quick-crypto/compare/v0.7.4...v0.7.5)

##### 🐛 Bug Fixes

- cipher function signatures now match Node spec again
([#&#8203;439](https://redirect.github.com/margelo/react-native-quick-crypto/issues/439))
([4dc122a](https://redirect.github.com/margelo/react-native-quick-crypto/commit/4dc122ae153941c1791a6e9e205a26b6d4d01e63))
- return Buffer from getAuthTag
([#&#8203;443](https://redirect.github.com/margelo/react-native-quick-crypto/issues/443))
([05d18e2](https://redirect.github.com/margelo/react-native-quick-crypto/commit/05d18e244ad5294952e16fcba54b93cfbd3cf0a1))
- when algo is an object of SubtleAlgorithm
([#&#8203;457](https://redirect.github.com/margelo/react-native-quick-crypto/issues/457))
([89b45cc](https://redirect.github.com/margelo/react-native-quick-crypto/commit/89b45ccd4ad08ab21b166dd723487c4e0b7d3088))

#### New Contributors

- [@&#8203;jeanregisser](https://redirect.github.com/jeanregisser) made
their first contribution in
[margelo/react-native-quick-crypto#443
- [@&#8203;kjhman21](https://redirect.github.com/kjhman21) made their
first contribution in
[margelo/react-native-quick-crypto#457

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jean Regisser <jean.regisser@gmail.com>
Co-authored-by: valora-bot <valorabot@valoraapp.com>
  • Loading branch information
3 people committed Sep 23, 2024
1 parent ca1e790 commit 5133152
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 62 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ PODS:
- react-native-pager-view (6.4.1):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-quick-crypto (0.7.4):
- react-native-quick-crypto (0.7.5):
- OpenSSL-Universal
- RCT-Folly (= 2021.07.22.00)
- React
Expand Down Expand Up @@ -1273,7 +1273,7 @@ SPEC CHECKSUMS:
react-native-launch-arguments: 5f41e0abf88a15e3c5309b8875d6fd5ac43df49d
react-native-netinfo: f0a9899081c185db1de5bb2fdc1c88c202a059ac
react-native-pager-view: c65514a81a384c3ce244b5bd87167761740308d3
react-native-quick-crypto: 66ebfd3657f39263ac98af21cfb57f97d3dfc884
react-native-quick-crypto: 225ad6747aeca66285b9a2bb99f3dece68de6656
react-native-restart: 7595693413fe3ca15893702f2c8306c62a708162
react-native-safe-area-context: 851c62c48dce80ccaa5637b6aa5991a1bc36eca9
react-native-shake: 0c36371dd63019afa68890ccc65a442ee21b4dde
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"react-native-picker-select": "^9.3.1",
"react-native-platform-touchable": "^1.1.1",
"react-native-qrcode-svg": "^6.3.2",
"react-native-quick-crypto": "^0.7.4",
"react-native-quick-crypto": "^0.7.5",
"react-native-reanimated": "^3.15.1",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.11.0",
Expand Down
55 changes: 0 additions & 55 deletions patches/react-native-quick-crypto+0.7.4.patch

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12806,10 +12806,10 @@ react-native-quick-base64@^2.0.5:
dependencies:
base64-js "^1.5.1"

react-native-quick-crypto@^0.7.4:
version "0.7.4"
resolved "https://registry.yarnpkg.com/react-native-quick-crypto/-/react-native-quick-crypto-0.7.4.tgz#d8fc1b4e15cdf9cfa2d83a255e202d91bef629a0"
integrity sha512-Rg+XKmTIoH9V15PhwiCEatc+1XfO3i5+eIJ8NWRPMvGsrsWrmqakHk+Ik36HxdudFd7Rhm50As2HPA+n8bmXXg==
react-native-quick-crypto@^0.7.5:
version "0.7.5"
resolved "https://registry.yarnpkg.com/react-native-quick-crypto/-/react-native-quick-crypto-0.7.5.tgz#a6ec2f97da5ee7fffcfbe012d641af01fde007a9"
integrity sha512-jFjvoUlgKhDXjwh4UMheW/MHO5TWL0UeRBuzPcLK5UlX5wZaLIChg5gdIw69h00BQHJojEprTboWCwulVGlNZg==
dependencies:
"@craftzdog/react-native-buffer" "^6.0.5"
events "^3.3.0"
Expand Down

0 comments on commit 5133152

Please sign in to comment.