From 323b978d254e37cffa425bef94ea8885a0bcce57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:35:09 +0000 Subject: [PATCH] Bump fast-json-patch from 2.0.6 to 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] --- package.json | 2 +- yarn.lock | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 30477d62c..7ffdaaff5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "d3-scale": "2.0.0", "d3-shape": "1.2.0", "dagre": "github:darosh/dagre", - "fast-json-patch": "2.0.6", + "fast-json-patch": "3.1.1", "highlight.js": "9.12.0", "intersection-observer": "0.5.0", "json-schema-bundler": "0.1.11", diff --git a/yarn.lock b/yarn.lock index f136bd040..e896b89bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2180,10 +2180,6 @@ decode-uri-component@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" -deep-equal@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5" - deep-extend@~0.4.0: version "0.4.2" resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f" @@ -2863,11 +2859,9 @@ fast-deep-equal@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz#c053477817c86b51daa853c81e059b733d023614" -fast-json-patch@2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-json-patch/-/fast-json-patch-2.0.6.tgz#86fff8f8662391aa819722864d632e603e6ee605" - dependencies: - deep-equal "^1.0.1" +fast-json-patch@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/fast-json-patch/-/fast-json-patch-3.1.1.tgz#85064ea1b1ebf97a3f7ad01e23f9337e72c66947" fast-json-stable-stringify@^2.0.0: version "2.0.0"