From 1d5854bef0b5d2f4432fffabcf669eda886bf1e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:55:33 +0000 Subject: [PATCH] feat(Dependencies): Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------------------------- | -------- | -------- | | npm | @angular/animations | 18.2.8 | 18.2.13 | | npm | @angular/cdk | 18.2.9 | 18.2.14 | | npm | @angular/cli | 18.2.9 | 18.2.12 | | npm | @angular/common | 18.2.8 | 18.2.13 | | npm | @angular/compiler | 18.2.8 | 18.2.13 | | npm | @angular/compiler-cli | 18.2.8 | 18.2.13 | | npm | @angular/core | 18.2.8 | 18.2.13 | | npm | @angular/forms | 18.2.8 | 18.2.13 | | npm | @angular/localize | 18.2.8 | 18.2.13 | | npm | @angular/platform-browser | 18.2.8 | 18.2.13 | | npm | @angular/platform-browser-dynamic | 18.2.8 | 18.2.13 | | npm | @angular/router | 18.2.8 | 18.2.13 | | npm | @angular/service-worker | 18.2.8 | 18.2.13 | | npm | @angular/upgrade | 18.2.8 | 18.2.13 | | npm | @coreui/angular | 5.2.21 | 5.2.25 | | npm | @coreui/icons-angular | 5.2.21 | 5.2.25 | | npm | @playwright/test | 1.49.0 | 1.49.1 | | npm | @types/jasmine | 5.1.4 | 5.1.5 | | npm | @types/jquery | 3.5.31 | 3.5.32 | | npm | @types/node | 20.16.14 | 20.16.15 | | npm | chart.js | 4.4.5 | 4.4.7 | | npm | html-webpack-plugin | 5.6.2 | 5.6.3 | | npm | husky | 9.1.6 | 9.1.7 | | npm | lint-staged | 15.2.10 | 15.2.11 | | npm | mime | 4.0.4 | 4.0.6 | | docker | nginx | 1.27.2 | 1.27.3 | | npm | npm-run-all2 | 7.0.1 | 7.0.2 | | npm | sass-loader | 16.0.2 | 16.0.4 | --- Dockerfile | 2 +- package.json | 52 ++++++++++++++++++++++++++-------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Dockerfile b/Dockerfile index 412593e922..28da3fa65f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY . . RUN npx ng build --configuration=custom ### STAGE 2: Setup -FROM nginx:1.27.2-alpine +FROM nginx:1.27.3-alpine # Copy our default nginx config COPY nginx/default.conf /etc/nginx/conf.d/ diff --git a/package.json b/package.json index 600e7b1bd6..2146cf97b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.900.0", + "version": "4.901.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -19,32 +19,32 @@ "private": true, "dependencies": { "@angular-eslint/eslint-plugin": "^18.3.0", - "@angular/animations": "18.2.8", - "@angular/cdk": "18.2.9", - "@angular/common": "18.2.8", - "@angular/compiler": "18.2.8", - "@angular/core": "18.2.8", - "@angular/forms": "18.2.8", - "@angular/localize": "18.2.8", - "@angular/platform-browser": "18.2.8", - "@angular/platform-browser-dynamic": "18.2.8", - "@angular/router": "18.2.8", - "@angular/service-worker": "18.2.8", - "@angular/upgrade": "18.2.8", - "@coreui/angular": "5.2.21", + "@angular/animations": "18.2.13", + "@angular/cdk": "18.2.14", + "@angular/common": "18.2.13", + "@angular/compiler": "18.2.13", + "@angular/core": "18.2.13", + "@angular/forms": "18.2.13", + "@angular/localize": "18.2.13", + "@angular/platform-browser": "18.2.13", + "@angular/platform-browser-dynamic": "18.2.13", + "@angular/router": "18.2.13", + "@angular/service-worker": "18.2.13", + "@angular/upgrade": "18.2.13", + "@coreui/angular": "5.2.25", "@coreui/coreui": "5.1.2", - "@coreui/icons-angular": "5.2.21", + "@coreui/icons-angular": "5.2.25", "@ng-bootstrap/ng-bootstrap": "17.0.1", "@ng-select/ng-select": "13.7.2", "@sindresorhus/transliterate": "1.6.0", "@types/d3": "7.4.3", - "@types/jquery": "3.5.31", + "@types/jquery": "3.5.32", "acorn": "8.12.1", "ajv-formats": "3.0.1", "angulartics2": "14.1.0", "billboard.js": "3.13.0", "bootstrap": "5.3.3", - "chart.js": "4.4.5", + "chart.js": "4.4.7", "cli-color": "2.0.4", "core-js": "3.38.1", "css-loader": "7.1.2", @@ -57,7 +57,7 @@ "is-promise": "4.0.0", "jsnlog": "2.30.0", "keypairs": "1.2.14", - "mime": "4.0.4", + "mime": "4.0.6", "moment": "2.30.1", "ng2-charts": "6.0.1", "ng2-cookies": "1.0.12", @@ -84,12 +84,12 @@ "@angular-eslint/schematics": "18.3.1", "@angular-eslint/template-parser": "18.3.1", "@angular/cli": "^18.1.4", - "@angular/compiler-cli": "18.2.8", + "@angular/compiler-cli": "18.2.13", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.9.0", "@playwright/test": "^1.49.0", - "@types/jasmine": "5.1.4", - "@types/node": "20.16.14", + "@types/jasmine": "5.1.5", + "@types/node": "20.16.15", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "async": "3.2.6", @@ -101,18 +101,18 @@ "eslint-plugin-prefer-arrow": "1.2.3", "exports-loader": "5.0.0", "file-loader": "6.2.0", - "html-webpack-plugin": "5.6.2", - "husky": "9.1.6", + "html-webpack-plugin": "5.6.3", + "husky": "9.1.7", "json-loader": "0.5.7", "karma": "6.4.4", "karma-chrome-launcher": "3.2.0", "less-loader": "12.2.0", - "lint-staged": "15.2.10", + "lint-staged": "15.2.11", "ngx-spec": "2.1.6", - "npm-run-all2": "7.0.1", + "npm-run-all2": "7.0.2", "prettier": "3.3.3", "raw-loader": "4.0.2", - "sass-loader": "16.0.2", + "sass-loader": "16.0.4", "script-loader": "0.7.2", "source-map-loader": "5.0.0", "style-loader": "4.0.0",