diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-31 00:37:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-31 00:37:21 +0800 |
commit | ae0587536758bb291258ed32ce60d0bb26805f5c (patch) | |
tree | ba89cdccf48539c80a3814b11e49b30853e69db8 | |
parent | 681abfd1cd9de3964c597c1ced44ed8f57035148 (diff) | |
download | tangerine-wallet-browser-dependabot/npm_and_yarn/fast-json-patch-3.1.1.tar.gz tangerine-wallet-browser-dependabot/npm_and_yarn/fast-json-patch-3.1.1.tar.zst tangerine-wallet-browser-dependabot/npm_and_yarn/fast-json-patch-3.1.1.zip |
Bump fast-json-patch from 2.0.6 to 3.1.1dependabot/npm_and_yarn/fast-json-patch-3.1.1
Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) from 2.0.6 to 3.1.1.
- [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases)
- [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/v2.0.6...3.1.1)
---
updated-dependencies:
- dependency-name: fast-json-patch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 26 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 21 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 0a24d889b..73d264b11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6846,6 +6846,23 @@ "requires": { "fast-json-patch": "^2.0.6", "json-merge-patch": "^0.2.3" + }, + "dependencies": { + "fast-deep-equal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", + "dev": true + }, + "fast-json-patch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-2.2.1.tgz", + "integrity": "sha512-4j5uBaTnsYAV5ebkidvxiLUYOwjQ+JSFljeqfTxCrH9bDmlCQaOJFS84oDJ2rAXZq2yskmk3ORfoP9DCwqFNig==", + "dev": true, + "requires": { + "fast-deep-equal": "^2.0.1" + } + } } }, "amdefine": { @@ -18436,12 +18453,9 @@ } }, "fast-json-patch": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-2.0.6.tgz", - "integrity": "sha1-hv/4+GYjkaqBlyKGTWMuYD5u5gU=", - "requires": { - "deep-equal": "^1.0.1" - } + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.1.tgz", + "integrity": "sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==" }, "fast-json-stable-stringify": { "version": "2.0.0", diff --git a/package.json b/package.json index 3fcfbb018..fbd6841b0 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "extension-link-enabler": "^1.0.0", "extension-port-stream": "^1.0.0", "extensionizer": "^1.0.1", - "fast-json-patch": "^2.0.4", + "fast-json-patch": "^3.1.1", "fast-levenshtein": "^2.0.6", "fuse.js": "^3.2.0", "gaba": "^1.4.1", |