From e59cd9ed33ab56173b2d09465c8ee4fded9e4719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 06:07:10 +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 f1586202cf3f..e931fdca7cf8 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" },