From bbae2ef09f231e6d2a0ed3b97ac2fead122860f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 13:35:09 +0000 Subject: [PATCH] Bump swagger-ui-dist and swagger-ui-express Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) to 4.15.5 and updates ancestor dependency [swagger-ui-express](https://github.com/scottie1984/swagger-ui-express). These dependencies need to be updated together. Updates `swagger-ui-dist` from 3.24.2 to 4.15.5 - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.24.2...v4.15.5) Updates `swagger-ui-express` from 4.1.2 to 4.6.0 - [Release notes](https://github.com/scottie1984/swagger-ui-express/releases) - [Commits](https://github.com/scottie1984/swagger-ui-express/compare/4.1.2...4.6.0) --- updated-dependencies: - dependency-name: swagger-ui-dist dependency-type: indirect - dependency-name: swagger-ui-express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c92486..6cca7af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -603,16 +603,16 @@ "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" }, "swagger-ui-dist": { - "version": "3.24.2", - "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.24.2.tgz", - "integrity": "sha512-Nhx9hODibHEa53ErTrguM/N0XaEBcQeKkTlfgJvRwMo/CrJI6ncy8xKOh3meSqQj+oVqz2nhWjMBBudJsRYz5g==" + "version": "4.15.5", + "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.15.5.tgz", + "integrity": "sha512-V3eIa28lwB6gg7/wfNvAbjwJYmDXy1Jo1POjyTzlB6wPcHiGlRxq39TSjYGVjQrUSAzpv+a7nzp7mDxgNy57xA==" }, "swagger-ui-express": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/swagger-ui-express/-/swagger-ui-express-4.1.2.tgz", - "integrity": "sha512-bVT16qj6WdNlEKFkSLOoTeGuqEm2lfOFRq6mVHAx+viA/ikORE+n4CS3WpVcYmQzM4HE6+DUFgAWcMRBJNpjcw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/swagger-ui-express/-/swagger-ui-express-4.6.0.tgz", + "integrity": "sha512-ZxpQFp1JR2RF8Ar++CyJzEDdvufa08ujNUJgMVTMWPi86CuQeVdBtvaeO/ysrz6dJAYXf9kbVNhWD7JWocwqsA==", "requires": { - "swagger-ui-dist": "^3.18.1" + "swagger-ui-dist": ">=4.11.0" } }, "toidentifier": { diff --git a/package.json b/package.json index 1e227e7..0071385 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "cors": "^2.8.5", "express": "^4.17.3", "mongoose": "^5.7.8", - "swagger-ui-express": "^4.1.2", + "swagger-ui-express": "^4.6.0", "yamljs": "^0.3.0" }, "devDependencies": {},