Skip to content

Commit

Permalink
fix(deps): update dependency json-diff to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2022
1 parent 0bdc504 commit 7bb814b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.10.0",
"json-diff": "^1.0.0",
"typescript": "~4.9.4",
"yargs": "^17.6.2"
},
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@ewoudenberg/[email protected]":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@ewoudenberg/difflib/-/difflib-0.1.0.tgz#a2ae5d3321ffa7c1b47691cf0db189d1264aaaa4"
integrity sha512-OU5P5mJyD3OoWYMWY+yIgwvgNS9cFAU10f+DDuvtogcWQOoJIsQ4Hy2McSfUfhKjq8L0FuWVb4Rt7kgA+XK86A==
dependencies:
heap ">= 0.2.0"

"@fastify/busboy@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-1.1.0.tgz#4472f856e2bb5a9ee34ad64b93891b73b73537ca"
Expand Down Expand Up @@ -1769,13 +1776,6 @@ diff@^4.0.1:
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==

difflib@~0.2.1:
version "0.2.4"
resolved "https://registry.yarnpkg.com/difflib/-/difflib-0.2.4.tgz#b5e30361a6db023176d562892db85940a718f47e"
integrity sha1-teMDYabbAjF21WKJLbhZQKcY9H4=
dependencies:
heap ">= 0.2.0"

dir-glob@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
Expand Down Expand Up @@ -3414,13 +3414,13 @@ json-bigint@^1.0.0:
dependencies:
bignumber.js "^9.0.0"

json-diff@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/json-diff/-/json-diff-0.10.0.tgz#9ded0aea47bccad7900eabce441d03a82cbd19af"
integrity sha512-jOkbyMEdbIhROk4s9qWyD+YZ1jSHX8mHlUqWz71jwnRB/rDhWZBLdhv84j5pu4Ri8fFAnFOZANHKIlExcf2+KQ==
json-diff@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/json-diff/-/json-diff-1.0.0.tgz#73fe9642778cbe5a99eec515ff0de065cf22de6a"
integrity sha512-9M6M60W4GUxmha6eoFhRVKF+tDw70jdqrxo3u6aqQ6/cwW6RhkSTPI0gvfCRcBwbWiUWvJo9jR6e9TZxcQdhnA==
dependencies:
"@ewoudenberg/difflib" "0.1.0"
cli-color "^2.0.0"
difflib "~0.2.1"
dreamopt "~0.8.0"

json-parse-even-better-errors@^2.3.0:
Expand Down

0 comments on commit 7bb814b

Please sign in to comment.