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        | @types/node         | 20.12.12 | 20.12.14 |
| npm        | eslint-plugin-jsdoc | 48.2.5   | 48.2.7   |
| npm        | lint-staged         | 15.2.4   | 15.2.5   |
| docker     | nginx               | 1.26.0   | 1.26.1   |
| npm        | vite                | 5.2.11   | 5.2.12   |
  • Loading branch information
renovate[bot] committed Jun 4, 2024
1 parent 0ae1eb1 commit e0c8b33
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 82 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.26.1-alpine

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

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.846.0",
"version": "4.847.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@angular/compiler-cli": "17.3.10",
"@playwright/test": "1.43.1",
"@types/jasmine": "5.1.4",
"@types/node": "20.12.12",
"@types/node": "20.12.14",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"async": "3.2.5",
Expand All @@ -96,7 +96,7 @@
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "48.2.5",
"eslint-plugin-jsdoc": "48.2.7",
"eslint-plugin-no-null": "latest",
"eslint-plugin-prefer-arrow": "1.2.3",
"exports-loader": "5.0.0",
Expand All @@ -107,7 +107,7 @@
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"less-loader": "12.2.0",
"lint-staged": "15.2.4",
"lint-staged": "15.2.5",
"ngx-spec": "2.1.6",
"npm-run-all2": "6.1.2",
"prettier": "3.2.5",
Expand All @@ -124,7 +124,7 @@
},
"overrides": {
"undici": "6.15.0",
"vite": "5.2.11"
"vite": "5.2.12"
},
"lint-staged": {
"*.{js,jsx,ts}": [
Expand Down

0 comments on commit e0c8b33

Please sign in to comment.