From 23bbf45b1653fec111f3d97d30e0fc3db31a411e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:33:02 +0000 Subject: [PATCH] Bump fast-json-patch from 2.0.6 to 3.1.1 in /stockmarket-console 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] --- stockmarket-console/package-lock.json | 44 +++++---------------------- stockmarket-console/package.json | 2 +- 2 files changed, 8 insertions(+), 38 deletions(-) diff --git a/stockmarket-console/package-lock.json b/stockmarket-console/package-lock.json index 5d4bd26..20aba8e 100644 --- a/stockmarket-console/package-lock.json +++ b/stockmarket-console/package-lock.json @@ -2,52 +2,22 @@ "name": "streamdataio-console", "version": "1.0.0", "lockfileVersion": 1, + "requires": true, "dependencies": { - "core-js": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz", - "integrity": "sha1-rmh03GaTd4m4B1T/VCjfZoGcpQs=" - }, - "deep-equal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz", - "integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=" - }, "eventsource": { - "version": "github:streamdataio/eventsource-js#92ceda879f6d4e6d45fd6bb6fc82ca12a0c2c5db" - }, - "eventsource-polyfill": { - "version": "github:streamdataio/EventSource#bc353046d1eef182642e1d85deb442a3fd62849e" + "version": "github:streamdataio/eventsource-js#92ceda879f6d4e6d45fd6bb6fc82ca12a0c2c5db", + "from": "github:streamdataio/eventsource-js#92ceda879f6d4e6d45fd6bb6fc82ca12a0c2c5db", + "dev": true }, "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=" - }, - "original": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/original/-/original-1.0.0.tgz", - "integrity": "sha1-kUf5P6FpbQS+YeAb1QuurKZWvTs=" - }, - "querystringify": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-0.0.4.tgz", - "integrity": "sha1-DPf4T5Rj/wrlHExLFC2VvjdyTZw=" - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + "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==" }, "streamdataio-js-sdk": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/streamdataio-js-sdk/-/streamdataio-js-sdk-2.0.2.tgz", "integrity": "sha512-Fw0Y5owXy1aTEqOy1YTtZIFEDTg32PeTkAK2X3k3rVSZkLx2KHvswzbV17CvC6zzuvfXFJo4AVxo9RazzHKzbQ==" - }, - "url-parse": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz", - "integrity": "sha1-CFSGBCKv3P7+tsllxmLUgAFpkns=" } } } diff --git a/stockmarket-console/package.json b/stockmarket-console/package.json index 1c20098..4c4232c 100644 --- a/stockmarket-console/package.json +++ b/stockmarket-console/package.json @@ -14,7 +14,7 @@ "author": "Streamdataio support@streamdata.io", "license": "Apache-2.0", "dependencies": { - "fast-json-patch": "^2.0.3", + "fast-json-patch": "^3.1.1", "streamdataio-js-sdk": "^2.0.2" }, "devDependencies": {