Skip to content

Commit

Permalink
feat(Dependencies): Update all non-major dependencies (#6061)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | nginx   | 1.25.5 | 1.26.0 |
| npm        | undici  | 6.13.0 | 6.14.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent daeb759 commit c2f6ea6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . .
RUN $(npm bin)/ng build --configuration=custom --build-optimizer

### STAGE 2: Setup ###
FROM nginx:1.25.5-alpine
FROM nginx:1.26.0-alpine

## Copy our default nginx config
COPY nginx/default.conf /etc/nginx/conf.d/
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.838.0",
"version": "4.839.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -124,7 +124,7 @@
"webpack-cli": "5.1.4"
},
"overrides": {
"undici": "6.13.0",
"undici": "6.14.1",
"vite": "5.2.10"
},
"lint-staged": {
Expand Down

0 comments on commit c2f6ea6

Please sign in to comment.