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-eslint/builder                | 17.3.0   | 17.5.2  |
| npm        | @angular-eslint/eslint-plugin          | 17.3.0   | 17.5.2  |
| npm        | @angular-eslint/eslint-plugin-template | 17.3.0   | 17.5.2  |
| npm        | @angular-eslint/schematics             | 17.3.0   | 17.5.2  |
| npm        | @angular-eslint/template-parser        | 17.3.0   | 17.5.2  |
| npm        | @coreui/icons-angular                  | 5.0.4    | 5.1.1   |
| npm        | @playwright/test                       | 1.43.1   | 1.44.1  |
| npm        | @types/node                            | 20.12.12 | 20.14.0 |
| npm        | @typescript-eslint/eslint-plugin       | 7.8.0    | 7.11.0  |
| npm        | @typescript-eslint/parser              | 7.8.0    | 7.11.0  |
| npm        | billboard.js                           | 3.11.3   | 3.12.2  |
| docker     | nginx                                  | 1.26.0   | 1.27.0  |
| npm        | npm-run-all2                           | 6.1.2    | 6.2.0   |
| npm        | prettier                               | 3.2.5    | 3.3.0   |
| npm        | undici                                 | 6.15.0   | 6.18.2  |
  • Loading branch information
renovate[bot] committed Jun 2, 2024
1 parent 0ae1eb1 commit b69fe12
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 464 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.26.0-alpine
FROM nginx:1.27.0-alpine

## Copy our default nginx config
COPY nginx/default.conf /etc/nginx/conf.d/
Expand Down
Loading

0 comments on commit b69fe12

Please sign in to comment.