From 30ed2b64830bd18735e6ba3de2657209763deb14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:35:07 +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 | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 152f5f2..2009ca2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "MIT", "version": "0.2.2", "dependencies": { - "fast-json-patch": "2.0.6", + "fast-json-patch": "3.1.1", "glob": "7.1.2", "lodash.mergewith": "4.6.2", "toml-j0.4": "1.1.1", diff --git a/yarn.lock b/yarn.lock index 6411514..c046776 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17,15 +17,10 @@ concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" -deep-equal@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5" - -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" + integrity sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ== fs.realpath@^1.0.0: version "1.0.0"