From e928e496c1ab5582bef2d7c3d43afcb94707b650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 22:38:21 +0000 Subject: [PATCH] Bump swagger-ui-dist from 3.24.0 to 4.1.3 in /cyclotron-svc Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 3.24.0 to 4.1.3. - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.24.0...v4.1.3) --- updated-dependencies: - dependency-name: swagger-ui-dist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cyclotron-svc/package-lock.json | 20 ++++++++++---------- cyclotron-svc/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cyclotron-svc/package-lock.json b/cyclotron-svc/package-lock.json index d61eaa6..59cbb2b 100644 --- a/cyclotron-svc/package-lock.json +++ b/cyclotron-svc/package-lock.json @@ -133,7 +133,7 @@ }, "bluebird": { "version": "2.3.6", - "resolved": "http://registry.npmjs.org/bluebird/-/bluebird-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.3.6.tgz", "integrity": "sha1-qgkKKcG/vAEIlgk1j0scN2g1Ffk=" }, "body-parser": { @@ -377,7 +377,7 @@ "dependencies": { "lodash": { "version": "3.10.1", - "resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" } } @@ -592,7 +592,7 @@ "dependencies": { "combined-stream": { "version": "1.0.6", - "resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", "requires": { "delayed-stream": "~1.0.0" @@ -705,7 +705,7 @@ }, "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { "depd": "~1.1.2", @@ -1201,12 +1201,12 @@ "dependencies": { "bluebird": { "version": "2.10.2", - "resolved": "http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz", "integrity": "sha1-AkpVFylTCIV/FPkfEQb8O1VfRGs=" }, "debug": { "version": "2.2.0", - "resolved": "http://registry.npmjs.org/debug/-/debug-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", "requires": { "ms": "0.7.1" @@ -1652,7 +1652,7 @@ "dependencies": { "combined-stream": { "version": "1.0.6", - "resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", "requires": { "delayed-stream": "~1.0.0" @@ -1748,9 +1748,9 @@ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" }, "swagger-ui-dist": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.24.0.tgz", - "integrity": "sha512-5uAjeEqV+zbtalBDXAIrkqUZwsUHYwvBSeGYlFcLj1ERS3jfprL4OPLSSriDoeXCtNmWzpz5aooV2qJW+DqdUQ==" + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.1.3.tgz", + "integrity": "sha512-WvfPSfAAMlE/sKS6YkW47nX/hA7StmhYnAHc6wWCXNL0oclwLj6UXv0hQCkLnDgvebi0MEV40SJJpVjKUgH1IQ==" }, "tough-cookie": { "version": "2.4.3", diff --git a/cyclotron-svc/package.json b/cyclotron-svc/package.json index e60db24..03ee0a8 100644 --- a/cyclotron-svc/package.json +++ b/cyclotron-svc/package.json @@ -43,7 +43,7 @@ "serve-static": "^1.13.2", "shortid": "2.2.13", "ssl-root-cas": "^1.2.2", - "swagger-ui-dist": "^3.24.0" + "swagger-ui-dist": "^4.1.3" }, "devDependencies": { "del": "^3.0.0"