From 63f7d6262294b5fd6f649650f4def523c363e71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:40:15 +0000 Subject: [PATCH] Bump fast-json-patch from 2.1.0 to 3.1.1 in /Tasks/PlistPatch Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) from 2.1.0 to 3.1.1. - [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases) - [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/v2.1.0...3.1.1) --- updated-dependencies: - dependency-name: fast-json-patch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Tasks/PlistPatch/package.json | 2 +- Tasks/PlistPatch/yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Tasks/PlistPatch/package.json b/Tasks/PlistPatch/package.json index 4900d4a..9ea6a02 100644 --- a/Tasks/PlistPatch/package.json +++ b/Tasks/PlistPatch/package.json @@ -6,7 +6,7 @@ "q": "^1.5.1", "fs-extra": "8.0.1", "micromatch": "^4.0.2", - "fast-json-patch": "2.1.0", + "fast-json-patch": "3.1.1", "xregexp": "4.2.4", "azure-pipelines-task-lib": "^2.9.3", "plist": "3.0.1", diff --git a/Tasks/PlistPatch/yarn.lock b/Tasks/PlistPatch/yarn.lock index 9ad2b60..87bde76 100644 --- a/Tasks/PlistPatch/yarn.lock +++ b/Tasks/PlistPatch/yarn.lock @@ -50,15 +50,10 @@ core-js@^2.6.5: version "2.6.9" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2" -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.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-patch/-/fast-json-patch-2.1.0.tgz#e348c330a5b2481b14f5fffd707aebfef8b7bef6" - 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== fill-range@^7.0.1: version "7.0.1"