From 29834b8057cadda79cd2cc804dd04a2d1b1ff037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 06:36:31 +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.46.0. - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.36.1...v3.46.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..690fd96bda7c 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.46.0", "tslib": "2.0.3", "zone.js": "0.10.3" },