Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/swagger to v7.1.2 (#331)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nestjs/swagger](https://togithub.com/nestjs/swagger) | [`7.1.1` ->
`7.1.2`](https://renovatebot.com/diffs/npm/@nestjs%2fswagger/7.1.1/7.1.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fswagger/7.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nestjs%2fswagger/7.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nestjs%2fswagger/7.1.1/7.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fswagger/7.1.1/7.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nestjs/swagger (@&#8203;nestjs/swagger)</summary>

### [`v7.1.2`](https://togithub.com/nestjs/swagger/releases/tag/7.1.2)

[Compare
Source](https://togithub.com/nestjs/swagger/compare/7.1.1...7.1.2)

- fix: several minor fixes, fix mapeed types & swc integration
([`f3648b0`](https://togithub.com/nestjs/swagger/commit/f3648b0))
- chore(deps): update commitlint monorepo to v17.6.7
([`9500820`](https://togithub.com/nestjs/swagger/commit/9500820))
- chore(deps): update typescript-eslint monorepo to v6.1.0
([`d78296c`](https://togithub.com/nestjs/swagger/commit/d78296c))
- chore(deps): update nest monorepo to v10.1.0
([`b60373d`](https://togithub.com/nestjs/swagger/commit/b60373d))
- chore(deps): update dependency release-it to v16.1.2
([`cdf6563`](https://togithub.com/nestjs/swagger/commit/cdf6563))
- chore(deps): update dependency eslint to v8.45.0
([`8c8d71e`](https://togithub.com/nestjs/swagger/commit/8c8d71e))
- chore(deps): update typescript-eslint monorepo to v6
([`9b6c321`](https://togithub.com/nestjs/swagger/commit/9b6c321))
- chore(deps): update typescript-eslint monorepo to v5.62.0
([`34e435d`](https://togithub.com/nestjs/swagger/commit/34e435d))
- chore(deps): update dependency
[@&#8203;types/jest](https://togithub.com/types/jest) to v29.5.3
([`db2b9ec`](https://togithub.com/nestjs/swagger/commit/db2b9ec))
- chore(deps): update dependency release-it to v16.1.0
([`547fc51`](https://togithub.com/nestjs/swagger/commit/547fc51))
- chore(deps): update dependency jest to v29.6.1
([`ac7c244`](https://togithub.com/nestjs/swagger/commit/ac7c244))
- chore(deps): update dependency release-it to v16
([`3323f94`](https://togithub.com/nestjs/swagger/commit/3323f94))
- chore(deps): update dependency jest to v29.6.0
([`90b2ae5`](https://togithub.com/nestjs/swagger/commit/90b2ae5))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/UK-Export-Finance/mdm-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Abhi Markan <32125108+abhi-markan@users.noreply.github.com>
  • Loading branch information
renovate[bot] and abhi-markan committed Jul 20, 2023
1 parent 1956af3 commit db807a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. BUILD
###################

FROM node:20.4-alpine3.17 AS build
FROM node:20.4.0-alpine3.17 AS build

# Alpine Linux install packages
RUN apk add bash curl
Expand Down Expand Up @@ -35,7 +35,7 @@ USER node
# 2. PRODUCTION
###################

FROM node:20.4-alpine3.17 AS production
FROM node:20.4.0-alpine3.17 AS production

WORKDIR /app

Expand Down

0 comments on commit db807a6

Please sign in to comment.