Skip to content

Commit f517710

Browse files
Update Minor
1 parent e310b88 commit f517710

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
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: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
"check": "concurrently --prefix \"[{command}]\" --prefixColors auto --prefixLength 20 \"npm run format\" \"npm run lint\" \"npm run spell\""
2121
},
2222
"dependencies": {
23-
"@angular/animations": "19.0.6",
24-
"@angular/cdk": "19.0.5",
25-
"@angular/common": "19.0.6",
26-
"@angular/compiler": "19.0.6",
27-
"@angular/core": "19.0.6",
28-
"@angular/forms": "19.0.6",
29-
"@angular/material": "19.0.5",
30-
"@angular/material-date-fns-adapter": "19.0.5",
31-
"@angular/platform-browser": "19.0.6",
32-
"@angular/platform-browser-dynamic": "19.0.6",
33-
"@angular/router": "19.0.6",
34-
"@ngneat/input-mask": "6.0.0",
23+
"@angular/animations": "19.1.3",
24+
"@angular/cdk": "19.1.1",
25+
"@angular/common": "19.1.3",
26+
"@angular/compiler": "19.1.3",
27+
"@angular/core": "19.1.3",
28+
"@angular/forms": "19.1.3",
29+
"@angular/material": "19.1.1",
30+
"@angular/material-date-fns-adapter": "19.1.1",
31+
"@angular/platform-browser": "19.1.3",
32+
"@angular/platform-browser-dynamic": "19.1.3",
33+
"@angular/router": "19.1.3",
34+
"@ngneat/input-mask": "6.1.0",
3535
"@vality/deanonimus-proto": "2.0.1-6605c72.0",
36-
"@vality/domain-proto": "2.0.1-81d1edc.0",
36+
"@vality/domain-proto": "2.0.1-fe7b4b3.0",
3737
"@vality/dominator-proto": "1.0.1-41bee97.0",
38-
"@vality/fistful-proto": "2.0.1-88e69a5.0",
38+
"@vality/fistful-proto": "2.0.1-f2ca9b5.0",
3939
"@vality/machinegun-proto": "1.0.1-3decc8f.0",
4040
"@vality/magista-proto": "2.0.2-e49ad10.0",
4141
"@vality/repairer-proto": "2.0.2-07b73e9.0",
@@ -51,32 +51,32 @@
5151
"papaparse": "^5.4.1",
5252
"rxjs": "7.8.1",
5353
"short-uuid": "4.2.2",
54-
"tslib": "2.3.1",
55-
"utility-types": "3.10.0",
56-
"yaml": "2.4.5",
54+
"tslib": "2.8.1",
55+
"utility-types": "3.11.0",
56+
"yaml": "2.7.0",
5757
"zone.js": "0.15.0"
5858
},
5959
"devDependencies": {
60-
"@angular-devkit/build-angular": "19.0.7",
61-
"@angular-devkit/core": "19.0.7",
62-
"@angular-devkit/schematics": "19.0.7",
63-
"@angular/cli": "~19.0.0",
64-
"@angular/compiler-cli": "19.0.6",
65-
"@nx/angular": "20.3.1",
66-
"@nx/eslint-plugin": "20.3.1",
67-
"@nx/jest": "20.3.1",
68-
"@nx/js": "20.3.1",
69-
"@nx/node": "20.3.1",
70-
"@nx/workspace": "20.3.1",
71-
"@schematics/angular": "19.0.7",
72-
"@swc-node/register": "~1.9.1",
73-
"@swc/core": "~1.5.7",
60+
"@angular-devkit/build-angular": "19.1.5",
61+
"@angular-devkit/core": "19.1.5",
62+
"@angular-devkit/schematics": "19.1.5",
63+
"@angular/cli": "~19.1.0",
64+
"@angular/compiler-cli": "19.1.3",
65+
"@nx/angular": "20.4.0",
66+
"@nx/eslint-plugin": "20.4.0",
67+
"@nx/jest": "20.4.0",
68+
"@nx/js": "20.4.0",
69+
"@nx/node": "20.4.0",
70+
"@nx/workspace": "20.4.0",
71+
"@schematics/angular": "19.1.5",
72+
"@swc-node/register": "~1.10.0",
73+
"@swc/core": "~1.10.0",
7474
"@swc/helpers": "~0.5.11",
75-
"@types/jasmine": "4.0.3",
75+
"@types/jasmine": "4.6.4",
7676
"@types/jest": "^29.5.12",
7777
"@types/jwt-decode": "2.2.1",
7878
"@types/lodash-es": "^4.17.12",
79-
"@types/node": "18.16.9",
79+
"@types/node": "18.19.74",
8080
"@types/papaparse": "^5.3.14",
8181
"@typescript-eslint/utils": "^8.18.0",
8282
"angular-eslint": "19.0.2",
@@ -86,20 +86,20 @@
8686
"cspell": "^8.3.2",
8787
"eslint": "^9.18.0",
8888
"eslint-config-prettier": "^9.1.0",
89-
"jasmine-core": "4.2.0",
89+
"jasmine-core": "4.6.1",
9090
"jasmine-spec-reporter": "7.0.0",
9191
"jest": "^29.7.0",
9292
"jest-environment-jsdom": "^29.7.0",
93-
"jest-preset-angular": "14.4.2",
93+
"jest-preset-angular": "14.5.1",
9494
"jsonc-eslint-parser": "^2.1.0",
9595
"jwt-decode": "2.2.0",
96-
"ng-packagr": "19.0.1",
97-
"nx": "20.3.1",
96+
"ng-packagr": "19.1.2",
97+
"nx": "20.4.0",
9898
"postcss": "^8.4.5",
9999
"postcss-url": "~10.1.3",
100100
"prettier": "^3.4.2",
101101
"ts-jest": "^29.1.0",
102-
"ts-node": "10.9.1",
102+
"ts-node": "10.9.2",
103103
"typescript": "^5.6.0",
104104
"typescript-eslint": "^8.18.2",
105105
"typescript-memoize": "1.1.1",

0 commit comments

Comments
 (0)