Skip to content

Commit 7be837b

Browse files
Update Minor
1 parent cbbc228 commit 7be837b

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: [deploy]
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: valitydev/action-mattermost-notify@v0.1.4
41+
- uses: valitydev/action-mattermost-notify@v0.1.6
4242
with:
4343
webhook: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
4444
channel: 'control-center-improvements'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM nginx:1.21
1+
FROM nginx:1.27
22
COPY dist/apps/control-center/browser /usr/share/nginx/html
33
COPY nginx.conf /etc/nginx/vhosts.d/control-center.conf

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"check": "concurrently --prefix \"[{command}]\" --prefixColors auto --prefixLength 20 \"npm run format\" \"npm run lint\" \"npm run spell\""
2121
},
2222
"dependencies": {
23-
"@angular/animations": "18.2.4",
24-
"@angular/cdk": "18.2.4",
25-
"@angular/common": "18.2.4",
26-
"@angular/compiler": "18.2.4",
27-
"@angular/core": "18.2.4",
28-
"@angular/forms": "18.2.4",
29-
"@angular/material": "18.2.4",
23+
"@angular/animations": "18.2.13",
24+
"@angular/cdk": "18.2.14",
25+
"@angular/common": "18.2.13",
26+
"@angular/compiler": "18.2.13",
27+
"@angular/core": "18.2.13",
28+
"@angular/forms": "18.2.13",
29+
"@angular/material": "18.2.14",
3030
"@angular/material-date-fns-adapter": "^18.2.0",
31-
"@angular/platform-browser": "18.2.4",
32-
"@angular/platform-browser-dynamic": "18.2.4",
33-
"@angular/platform-server": "18.2.4",
34-
"@angular/router": "18.2.4",
35-
"@ngneat/input-mask": "6.0.0",
31+
"@angular/platform-browser": "18.2.13",
32+
"@angular/platform-browser-dynamic": "18.2.13",
33+
"@angular/platform-server": "18.2.13",
34+
"@angular/router": "18.2.13",
35+
"@ngneat/input-mask": "6.1.0",
3636
"@vality/deanonimus-proto": "2.0.1-6605c72.0",
37-
"@vality/domain-proto": "2.0.1-7ed2112.0",
37+
"@vality/domain-proto": "2.0.1-81d1edc.0",
3838
"@vality/dominator-proto": "1.0.1-41bee97.0",
3939
"@vality/fistful-proto": "2.0.1-88e69a5.0",
4040
"@vality/machinegun-proto": "1.0.1-3decc8f.0",
@@ -45,42 +45,42 @@
4545
"@vality/thrift-ts": "2.4.1-8ad5123.0",
4646
"@vality/woody": "0.1.3",
4747
"date-fns": "^3.6.0",
48-
"inputmask": "5.0.7",
48+
"inputmask": "5.0.9",
4949
"keycloak-angular": "^16.0.1",
5050
"keycloak-js": "^20.0.5",
5151
"lodash-es": "^4.17.21",
52-
"monaco-editor": "^0.49.0",
52+
"monaco-editor": "^0.52.0",
5353
"ngx-monaco-editor-v2": "^18.0.1",
5454
"papaparse": "^5.4.1",
5555
"rxjs": "7.8.1",
5656
"short-uuid": "4.2.2",
57-
"tslib": "2.3.1",
58-
"utility-types": "3.10.0",
59-
"yaml": "2.4.5",
60-
"zone.js": "0.14.10"
57+
"tslib": "2.8.1",
58+
"utility-types": "3.11.0",
59+
"yaml": "2.7.0",
60+
"zone.js": "0.15.0"
6161
},
6262
"devDependencies": {
63-
"@angular-devkit/build-angular": "18.2.4",
64-
"@angular-devkit/core": "18.2.4",
65-
"@angular-devkit/schematics": "18.2.4",
66-
"@angular/cli": "18.2.4",
67-
"@angular/compiler-cli": "18.2.4",
68-
"@nx/angular": "20.2.2",
63+
"@angular-devkit/build-angular": "18.2.12",
64+
"@angular-devkit/core": "18.2.12",
65+
"@angular-devkit/schematics": "18.2.12",
66+
"@angular/cli": "18.2.12",
67+
"@angular/compiler-cli": "18.2.13",
68+
"@nx/angular": "20.3.0",
6969
"@nx/eslint-plugin": "^20.2.2",
7070
"@nx/jest": "^20.2.2",
71-
"@nx/js": "20.2.2",
71+
"@nx/js": "20.3.0",
7272
"@nx/node": "^20.2.2",
73-
"@nx/workspace": "20.2.2",
74-
"@schematics/angular": "18.2.4",
75-
"@swc-node/register": "~1.9.1",
76-
"@swc/core": "~1.5.7",
73+
"@nx/workspace": "20.3.0",
74+
"@schematics/angular": "18.2.12",
75+
"@swc-node/register": "~1.10.0",
76+
"@swc/core": "~1.10.0",
7777
"@swc/helpers": "~0.5.11",
78-
"@types/inputmask": "5.0.3",
79-
"@types/jasmine": "4.0.3",
78+
"@types/inputmask": "5.0.7",
79+
"@types/jasmine": "4.6.4",
8080
"@types/jest": "^29.5.12",
8181
"@types/jwt-decode": "2.2.1",
8282
"@types/lodash-es": "^4.17.12",
83-
"@types/node": "18.16.9",
83+
"@types/node": "18.19.70",
8484
"@types/papaparse": "^5.3.14",
8585
"@typescript-eslint/utils": "^8.18.0",
8686
"angular-eslint": "^19.0.2",
@@ -90,21 +90,21 @@
9090
"cspell": "^8.3.2",
9191
"eslint": "^8.57.0",
9292
"eslint-config-prettier": "^9.1.0",
93-
"jasmine-core": "4.2.0",
93+
"jasmine-core": "4.6.1",
9494
"jasmine-spec-reporter": "7.0.0",
9595
"jest": "^29.7.0",
9696
"jest-environment-jsdom": "^29.7.0",
9797
"jest-preset-angular": "^14.4.2",
9898
"jsonc-eslint-parser": "^2.1.0",
9999
"jwt-decode": "2.2.0",
100100
"ng-packagr": "~18.2.0",
101-
"nx": "20.2.2",
101+
"nx": "20.3.0",
102102
"postcss": "^8.4.5",
103103
"postcss-url": "~10.1.3",
104104
"prettier": "^3.4.2",
105105
"ts-jest": "^29.1.0",
106-
"ts-node": "10.9.1",
107-
"typescript": "~5.4.5",
106+
"ts-node": "10.9.2",
107+
"typescript": "~5.7.0",
108108
"typescript-eslint": "^8.18.2",
109109
"typescript-memoize": "1.1.1",
110110
"verdaccio": "^5.0.4"

0 commit comments

Comments
 (0)