From 161f791c8aed7cdc61de369d615bc62951f1732e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:15:38 +0000 Subject: [PATCH] Bump fast-json-patch from 3.1.0 to 3.1.1 in /monkeybattle-server Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) from 3.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/v3.1.0...3.1.1) --- updated-dependencies: - dependency-name: fast-json-patch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- monkeybattle-server/package-lock.json | 14 +++++++------- monkeybattle-server/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/monkeybattle-server/package-lock.json b/monkeybattle-server/package-lock.json index 5358aa5..2c1a635 100644 --- a/monkeybattle-server/package-lock.json +++ b/monkeybattle-server/package-lock.json @@ -26,7 +26,7 @@ "dotenv": "^10.0.0", "express-session": "^1.17.2", "fast-copy": "^2.1.1", - "fast-json-patch": "^3.1.0", + "fast-json-patch": "^3.1.1", "knex": "^0.95.14", "monkeybattle-shared": "file:../engine", "objection": "^3.0.0", @@ -5211,9 +5211,9 @@ } }, "node_modules/fast-json-patch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.0.tgz", - "integrity": "sha512-IhpytlsVTRndz0hU5t0/MGzS/etxLlfrpG5V5M9mVbuj9TrJLWaMfsox9REM5rkuGX0T+5qjpe8XA1o0gZ42nA==" + "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==" }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", @@ -14323,9 +14323,9 @@ } }, "fast-json-patch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.0.tgz", - "integrity": "sha512-IhpytlsVTRndz0hU5t0/MGzS/etxLlfrpG5V5M9mVbuj9TrJLWaMfsox9REM5rkuGX0T+5qjpe8XA1o0gZ42nA==" + "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-json-stable-stringify": { "version": "2.1.0", diff --git a/monkeybattle-server/package.json b/monkeybattle-server/package.json index 5e6358a..506e758 100644 --- a/monkeybattle-server/package.json +++ b/monkeybattle-server/package.json @@ -45,7 +45,7 @@ "dotenv": "^10.0.0", "express-session": "^1.17.2", "fast-copy": "^2.1.1", - "fast-json-patch": "^3.1.0", + "fast-json-patch": "^3.1.1", "knex": "^0.95.14", "monkeybattle-shared": "file:../engine", "objection": "^3.0.0",