From 90ee3b3945aa0ba3379a368d7425bc64f5fbdb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 06:05:44 +0000 Subject: [PATCH] chore(deps): bump swagger-ui-dist Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 3.36.1 to 3.45.0. - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.36.1...v3.45.0) Signed-off-by: dependabot[bot] --- generators/client/templates/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/angular/package.json b/generators/client/templates/angular/package.json index 8f589a4024e0..778fe0e2ff63 100644 --- a/generators/client/templates/angular/package.json +++ b/generators/client/templates/angular/package.json @@ -13,7 +13,7 @@ "ngx-infinite-scroll": "9.1.0", "ngx-webstorage": "6.0.0", "rxjs": "6.6.3", - "swagger-ui-dist": "3.36.1", + "swagger-ui-dist": "3.45.0", "tslib": "2.0.3", "zone.js": "0.10.3" },