From fa1225fdee2405eefe47d4bb90f8c572cb90b0b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:40:14 +0000 Subject: [PATCH] Bump fast-json-patch from 2.1.0 to 3.1.1 in /Tasks/JsonPatch 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/JsonPatch/package.json | 2 +- Tasks/JsonPatch/yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Tasks/JsonPatch/package.json b/Tasks/JsonPatch/package.json index c8e5d19..6a920fa 100644 --- a/Tasks/JsonPatch/package.json +++ b/Tasks/JsonPatch/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", "json5": "2.1.0", diff --git a/Tasks/JsonPatch/yarn.lock b/Tasks/JsonPatch/yarn.lock index 4074ac6..c11fc8a 100644 --- a/Tasks/JsonPatch/yarn.lock +++ b/Tasks/JsonPatch/yarn.lock @@ -46,15 +46,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"