Skip to content

Commit

Permalink
fix(deps): update dependency json-diff to ^0.9.1 (#69)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [json-diff](https://togithub.com/andreyvit/json-diff) | [`^0.9.0` ->
`^0.9.1`](https://renovatebot.com/diffs/npm/json-diff/0.9.0/0.9.1) |
[![age](https://badges.renovateapi.com/packages/npm/json-diff/0.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/json-diff/0.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/json-diff/0.9.1/compatibility-slim/0.9.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/json-diff/0.9.1/confidence-slim/0.9.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>andreyvit/json-diff</summary>

###
[`v0.9.1`](https://togithub.com/andreyvit/json-diff/compare/v0.9.0...v0.9.1)

[Compare
Source](https://togithub.com/andreyvit/json-diff/compare/v0.9.0...v0.9.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7:00 before 23:00 every weekday
except on Friday" in timezone UTC, Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/valora-inc/address-metadata).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2022
1 parent 7538734 commit 5d9c8d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dotenv": "^16.0.3",
"firebase-admin": "^10.3.0",
"joi": "^17.6.3",
"json-diff": "^0.9.0",
"json-diff": "^0.9.1",
"typescript": "~4.8.4",
"yargs": "^17.6.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3400,10 +3400,10 @@ json-bigint@^1.0.0:
dependencies:
bignumber.js "^9.0.0"

json-diff@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/json-diff/-/json-diff-0.9.0.tgz#e7c536798053cb409113d7403c774849e8a0d7ff"
integrity sha512-cVnggDrVkAAA3OvFfHpFEhOnmcsUpleEKq4d4O8sQWWSH40MBrWstKigVB1kGrgLWzuom+7rRdaCsnBD6VyObQ==
json-diff@^0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/json-diff/-/json-diff-0.9.1.tgz#86c0893f7c30a60bc44b98bd54762e101e2e5c6b"
integrity sha512-Z3eMg6kbVTBr3g/IpmF6z28yL2sqi4kkIlJWDQSt0auQW2y0QFu3RmSKizvj880E/EUyNanvWY3oi/T5Z7ZA1g==
dependencies:
cli-color "^2.0.0"
difflib "~0.2.1"
Expand Down

0 comments on commit 5d9c8d5

Please sign in to comment.