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/animations               | 18.2.6 | 18.2.7 |
| npm        | @angular/common                   | 18.2.6 | 18.2.7 |
| npm        | @angular/compiler                 | 18.2.6 | 18.2.7 |
| npm        | @angular/compiler-cli             | 18.2.6 | 18.2.7 |
| npm        | @angular/core                     | 18.2.6 | 18.2.7 |
| npm        | @angular/forms                    | 18.2.6 | 18.2.7 |
| npm        | @angular/localize                 | 18.2.6 | 18.2.7 |
| npm        | @angular/platform-browser         | 18.2.6 | 18.2.7 |
| npm        | @angular/platform-browser-dynamic | 18.2.6 | 18.2.7 |
| npm        | @angular/router                   | 18.2.6 | 18.2.7 |
| npm        | @angular/service-worker           | 18.2.6 | 18.2.7 |
| npm        | @angular/upgrade                  | 18.2.6 | 18.2.7 |
| docker     | nginx                             | 1.27.1 | 1.27.2 |
  • Loading branch information
renovate[bot] committed Oct 3, 2024
1 parent 039904c commit 507a3bd
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY . .
RUN npx ng build --configuration=custom

### STAGE 2: Setup
FROM nginx:1.27.1-alpine
FROM nginx:1.27.2-alpine

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

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.887.0",
"version": "4.888.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand All @@ -19,18 +19,18 @@
"private": true,
"dependencies": {
"@angular-eslint/eslint-plugin": "^18.3.0",
"@angular/animations": "18.2.6",
"@angular/animations": "18.2.7",
"@angular/cdk": "18.2.6",
"@angular/common": "18.2.6",
"@angular/compiler": "18.2.6",
"@angular/core": "18.2.6",
"@angular/forms": "18.2.6",
"@angular/localize": "18.2.6",
"@angular/platform-browser": "18.2.6",
"@angular/platform-browser-dynamic": "18.2.6",
"@angular/router": "18.2.6",
"@angular/service-worker": "18.2.6",
"@angular/upgrade": "18.2.6",
"@angular/common": "18.2.7",
"@angular/compiler": "18.2.7",
"@angular/core": "18.2.7",
"@angular/forms": "18.2.7",
"@angular/localize": "18.2.7",
"@angular/platform-browser": "18.2.7",
"@angular/platform-browser-dynamic": "18.2.7",
"@angular/router": "18.2.7",
"@angular/service-worker": "18.2.7",
"@angular/upgrade": "18.2.7",
"@coreui/angular": "5.2.19",
"@coreui/coreui": "5.1.2",
"@coreui/icons-angular": "5.2.19",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "18.2.6",
"@angular/compiler-cli": "18.2.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@playwright/test": "1.47.2",
Expand Down

0 comments on commit 507a3bd

Please sign in to comment.