Skip to content

Commit 09eda98

Browse files
Update Minor
1 parent 04109ad commit 09eda98

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
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/control-center /usr/share/nginx/html
33
COPY nginx.conf /etc/nginx/vhosts.d/control-center.conf

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"fix": "npm run lint:fix && npm run format:fix && npm run spell:fix"
1818
},
1919
"dependencies": {
20-
"@angular/animations": "18.2.4",
21-
"@angular/cdk": "18.2.4",
22-
"@angular/common": "18.2.4",
23-
"@angular/compiler": "18.2.4",
24-
"@angular/core": "18.2.4",
25-
"@angular/forms": "18.2.4",
26-
"@angular/material": "18.2.4",
27-
"@angular/platform-browser": "18.2.4",
28-
"@angular/platform-browser-dynamic": "18.2.4",
29-
"@angular/platform-server": "18.2.4",
30-
"@angular/router": "18.2.4",
31-
"@ngneat/input-mask": "6.0.0",
20+
"@angular/animations": "18.2.10",
21+
"@angular/cdk": "18.2.10",
22+
"@angular/common": "18.2.10",
23+
"@angular/compiler": "18.2.10",
24+
"@angular/core": "18.2.10",
25+
"@angular/forms": "18.2.10",
26+
"@angular/material": "18.2.10",
27+
"@angular/platform-browser": "18.2.10",
28+
"@angular/platform-browser-dynamic": "18.2.10",
29+
"@angular/platform-server": "18.2.10",
30+
"@angular/router": "18.2.10",
31+
"@ngneat/input-mask": "6.1.0",
3232
"@vality/deanonimus-proto": "2.0.1-6605c72.0",
33-
"@vality/domain-proto": "2.0.1-7762f6c.0",
33+
"@vality/domain-proto": "2.0.1-7ed2112.0",
3434
"@vality/dominator-proto": "1.0.1-41bee97.0",
3535
"@vality/fistful-proto": "2.0.1-88e69a5.0",
3636
"@vality/machinegun-proto": "1.0.1-3decc8f.0",
@@ -42,28 +42,28 @@
4242
"@vality/thrift-ts": "2.4.1-8ad5123.0",
4343
"@vality/woody": "0.1.3",
4444
"date-fns": "^3.6.0",
45-
"inputmask": "5.0.7",
45+
"inputmask": "5.0.9",
4646
"keycloak-angular": "^16.0.1",
4747
"keycloak-js": "^20.0.5",
4848
"lodash-es": "^4.17.21",
49-
"monaco-editor": "^0.49.0",
49+
"monaco-editor": "^0.52.0",
5050
"ngx-monaco-editor-v2": "^18.0.1",
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",
57-
"zone.js": "0.14.10"
54+
"tslib": "2.8.0",
55+
"utility-types": "3.11.0",
56+
"yaml": "2.6.0",
57+
"zone.js": "0.15.0"
5858
},
5959
"devDependencies": {
60-
"@angular-devkit/build-angular": "18.2.4",
61-
"@angular-eslint/builder": "18.0.1",
62-
"@angular-eslint/schematics": "18.0.1",
63-
"@angular/cli": "18.2.4",
64-
"@angular/compiler-cli": "18.2.4",
65-
"@types/inputmask": "5.0.3",
66-
"@types/jasmine": "4.0.3",
60+
"@angular-devkit/build-angular": "18.2.10",
61+
"@angular-eslint/builder": "18.4.0",
62+
"@angular-eslint/schematics": "18.4.0",
63+
"@angular/cli": "18.2.10",
64+
"@angular/compiler-cli": "18.2.10",
65+
"@types/inputmask": "5.0.7",
66+
"@types/jasmine": "4.6.4",
6767
"@types/jwt-decode": "2.2.1",
6868
"@types/lodash-es": "^4.17.12",
6969
"@types/papaparse": "^5.3.14",
@@ -73,16 +73,16 @@
7373
"cross-env": "^7.0.3",
7474
"cspell": "^8.3.2",
7575
"eslint": "^8.57.0",
76-
"jasmine-core": "4.2.0",
76+
"jasmine-core": "4.6.1",
7777
"jasmine-spec-reporter": "7.0.0",
7878
"jwt-decode": "2.2.0",
79-
"karma": "6.4.0",
80-
"karma-chrome-launcher": "3.1.1",
79+
"karma": "6.4.4",
80+
"karma-chrome-launcher": "3.2.0",
8181
"karma-coverage-istanbul-reporter": "3.0.3",
8282
"karma-jasmine": "5.1.0",
83-
"karma-jasmine-html-reporter": "2.0.0",
84-
"prettier": "~3.1.1",
85-
"typescript": "~5.4.5",
83+
"karma-jasmine-html-reporter": "2.1.0",
84+
"prettier": "~3.3.0",
85+
"typescript": "~5.6.0",
8686
"typescript-memoize": "1.1.1"
8787
}
8888
}

0 commit comments

Comments
 (0)