From cde31eb63b38dd10a0af2ec2741bada2ca6f2a2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:29:11 +0000 Subject: [PATCH] Update Minor --- Dockerfile | 2 +- package.json | 8 ++++---- projects/ng-thrift/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index f833fc7e0..33cb54827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.21 +FROM nginx:1.29 COPY dist/control-center/browser /usr/share/nginx/html COPY nginx.conf /etc/nginx/vhosts.d/control-center.conf \ No newline at end of file diff --git a/package.json b/package.json index baafe5ef2..7028cb2e2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "keycloak-angular": "^20.0.0", "keycloak-js": "^26.2.0", "lodash-es": "^4.17.21", - "monaco-editor": "^0.52.2", + "monaco-editor": "^0.55.0", "postcss": "^8.5.6", "rxjs": "~7.8.0", "short-uuid": "^5.2.0", @@ -55,7 +55,7 @@ "typescript-memoize": "^1.1.1", "utility-types": "^3.11.0", "zod": "^3.25.76", - "zone.js": "~0.15.0" + "zone.js": "~0.16.0" }, "devDependencies": { "@angular/build": "^20.1.5", @@ -73,7 +73,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-paths": "^1.1.0", "eslint-plugin-unused-imports": "^4.1.4", - "jasmine-core": "~5.8.0", + "jasmine-core": "~5.13.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", @@ -82,7 +82,7 @@ "ng-packagr": "^20.1.0", "prettier": "^3.6.2", "prettier-plugin-organize-attributes": "^1.0.0", - "typescript": "~5.8.2", + "typescript": "~5.9.0", "typescript-eslint": "^8.34.1" } } diff --git a/projects/ng-thrift/package.json b/projects/ng-thrift/package.json index 5c4f7d104..e3c9d27f5 100644 --- a/projects/ng-thrift/package.json +++ b/projects/ng-thrift/package.json @@ -18,7 +18,7 @@ "@vality/ng-monaco-editor": "^20.0.0", "@vality/thrift-ts": "*", "lodash-es": "^4.0.0", - "monaco-editor": "^0.52.0", + "monaco-editor": "^0.52.0 || ^0.55.0", "rxjs": "^7.0.0", "utility-types": "^3.0.0" }