From ff674348584e040743058a792f0490375ad5e5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 05:56:25 +0000 Subject: [PATCH] :arrow_up: Bump @nestjs/swagger from 4.7.5 to 4.7.6 Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 4.7.5 to 4.7.6. - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/swagger/compare/4.7.5...4.7.6) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e222c6540..ea7e54dd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2030,9 +2030,9 @@ } }, "@nestjs/swagger": { - "version": "4.7.5", - "resolved": "https://registry.npmjs.org/@nestjs/swagger/-/swagger-4.7.5.tgz", - "integrity": "sha512-Qoj7lnvWoCIdJL50b85fdc+v2X9OY8HXaN9ngbBxAAfqLch0YfHgGdU95oBAtV6GYKbAGBqMCsmogr1TzWENwQ==", + "version": "4.7.6", + "resolved": "https://registry.npmjs.org/@nestjs/swagger/-/swagger-4.7.6.tgz", + "integrity": "sha512-9cj/rAqqnUxHnGqgO9GE1HU5x0BxQmWgWgenLh/cwdW4dFys7JI3xN2RWaEtZCVobvKYUWBPNvXnoduYI/1OKg==", "requires": { "@nestjs/mapped-types": "0.1.1", "lodash": "4.17.20",