Skip to content

Commit

Permalink
feat(Dependencies): Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package      | from   | to     |
| ---------- | ------------ | ------ | ------ |
| npm        | @angular/cdk | 17.3.4 | 17.3.5 |
| docker     | nginx        | 1.25.4 | 1.25.5 |
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent 741245d commit 97067d9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.4-alpine
FROM nginx:1.25.5-alpine

## Copy our default nginx config
COPY nginx/default.conf /etc/nginx/conf.d/
Expand Down
18 changes: 9 additions & 9 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.833.0",
"version": "4.834.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular/animations": "17.3.5",
"@angular/cdk": "17.3.4",
"@angular/cdk": "17.3.5",
"@angular/common": "17.3.5",
"@angular/compiler": "17.3.5",
"@angular/core": "17.3.5",
Expand Down

0 comments on commit 97067d9

Please sign in to comment.