From 62a447f526196a6184bd9b66ee30e163c98f0312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:30:16 +0000 Subject: [PATCH] build(deps): bump fast-json-patch and swagger-client Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) and [swagger-client](https://github.com/swagger-api/swagger-js). These dependencies needed to be updated together. Updates `fast-json-patch` from 1.1.8 to 3.1.1 - [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases) - [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/1.1.8...3.1.1) Updates `swagger-client` from 3.4.7 to 3.18.5 - [Release notes](https://github.com/swagger-api/swagger-js/releases) - [Changelog](https://github.com/swagger-api/swagger-js/blob/master/.releaserc) - [Commits](https://github.com/swagger-api/swagger-js/compare/v3.4.7...v3.18.5) --- updated-dependencies: - dependency-name: fast-json-patch dependency-type: indirect - dependency-name: swagger-client dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b86d0d..5e34d50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5826,23 +5826,23 @@ "swagger-client": { "version": "3.4.7", "resolved": "https://registry.npmjs.org/swagger-client/-/swagger-client-3.4.7.tgz", - "integrity": "sha1-Pqk1HWrnf9v71AKXSex97w6UEBQ=", + "integrity": "sha512-sE7dwoyL1ZopjZh91ajvtiQOYzRCsvB/6rGUXasv6pAvIQWdTXnq9xP04LZLdhU5GDPJRsHA3ls6dR+9FDH38A==", "dev": true, "requires": { - "babel-runtime": "6.26.0", + "babel-runtime": "^6.23.0", "btoa": "1.1.2", - "cookie": "0.3.1", + "cookie": "^0.3.1", "cross-fetch": "0.0.8", - "deep-extend": "0.4.2", - "encode-3986": "1.0.0", + "deep-extend": "^0.4.1", + "encode-3986": "^1.0.0", "fast-json-patch": "1.1.8", "isomorphic-form-data": "0.0.1", - "js-yaml": "3.10.0", - "lodash": "4.17.4", - "qs": "6.5.1", - "url": "0.11.0", + "js-yaml": "^3.8.1", + "lodash": "^4.16.2", + "qs": "^6.3.0", + "url": "^0.11.0", "utf8-bytes": "0.0.1", - "utfstring": "2.0.0" + "utfstring": "^2.0.0" } }, "table": {