From 5fed2c691db8bd8045a0f102282d4ca97e7da5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:33:57 +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-lock.json | 14 +++----------- package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2753c04..c8912ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -453,11 +453,6 @@ "mimic-response": "^1.0.0" } }, - "deep-equal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz", - "integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=" - }, "deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", @@ -699,12 +694,9 @@ "integrity": "sha1-JVfBRudb65A+LSR/m1ugFFJpbiA=" }, "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-safe-stringify": { "version": "2.0.7", diff --git a/package.json b/package.json index 7dee316..8292e8f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dotenv": "^8.0.0", "express": "^4.15.4", "express-jwt": "^6.0.0", - "fast-json-patch": "^2.0.6", + "fast-json-patch": "^3.1.1", "jsonwebtoken": "^8.2.1", "lodash": "^4.17.19", "method-override": "^3.0.0",