Skip to content

Commit

Permalink
build(deps): bump @nestjs/swagger from 7.1.2 to 7.1.4
Browse files Browse the repository at this point in the history
Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 7.1.2 to 7.1.4.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@7.1.2...7.1.4)

---
updated-dependencies:
- dependency-name: "@nestjs/swagger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 27, 2023
1 parent 7f8c6f7 commit 6fa0f9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^9.4.3",
"@nestjs/platform-express": "^9.4.3",
"@nestjs/swagger": "^7.1.2",
"@nestjs/swagger": "^7.1.4",
"@typegoose/typegoose": "^11.4.0",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -784,10 +784,10 @@
jsonc-parser "3.2.0"
pluralize "8.0.0"

"@nestjs/swagger@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-7.1.2.tgz#09eed4483521e0a9b87a14eab35547253dcdbc28"
integrity sha512-/eWlV3YuMpvEAGi3FcP0SbRGI+gqIJ93mxXaRc/GRKAOHLj5UzQ22jsUVqmSLmNMCSmp6PTLNcRGoLW++SExJA==
"@nestjs/swagger@^7.1.4":
version "7.1.4"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-7.1.4.tgz#07e24b336d48bb6090baa7540b6087a3fece1104"
integrity sha512-OO3V/84L71ISmVwP3PCJztTzDp3CUm1Kx5objmhvYhVRB2dal1RhiwnFlSn5GfD5O+05zqbUOzU1jFCQJH1E4g==
dependencies:
"@nestjs/mapped-types" "2.0.2"
js-yaml "4.1.0"
Expand Down

0 comments on commit 6fa0f9f

Please sign in to comment.