Skip to content

Commit dc7e6e5

Browse files
Update Minor
1 parent 2d534ef commit dc7e6e5

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: [build]
5757
steps:
5858
- uses: actions/checkout@v4
59-
- uses: valitydev/action-mattermost-notify@v0.1.4
59+
- uses: valitydev/action-mattermost-notify@v0.1.6
6060
with:
6161
webhook: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
6262
channel: 'frontend'

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@
4242
"@vality/swag-api-keys-v2": "0.1.2-321124b.0",
4343
"@vality/swag-claim-management": "0.1.1-b5248eb.0",
4444
"@vality/swag-organizations": "1.0.1-e863566.0",
45-
"@vality/swag-payments": "0.1.3-44bac58.0",
45+
"@vality/swag-payments": "0.1.3-ea592c2.0",
4646
"@vality/swag-url-shortener": "0.1.1-9659896.0",
4747
"@vality/swag-wallet": "0.1.3-54f56db.0",
4848
"apexcharts": "^3.19.2",
4949
"humanize-duration": "^3.19.0",
5050
"jwt-decode": "^3.1.2",
51-
"keycloak-angular": "16.0.1",
51+
"keycloak-angular": "16.1.0",
5252
"keycloak-js": "^18.0.1",
5353
"lodash-es": "^4.17.21",
5454
"moment": "^2.30.1",
55-
"ng-apexcharts": "1.7.1",
55+
"ng-apexcharts": "1.15.0",
5656
"ng-flex-layout": "^18.2.9",
5757
"rxjs": "^7.8.1",
5858
"short-uuid": "^5.2.0",
5959
"tslib": "^2.4.0",
6060
"utility-types": "^3.10.0",
61-
"zone.js": "~0.14.10"
61+
"zone.js": "~0.15.0"
6262
},
6363
"devDependencies": {
6464
"@angular-devkit/build-angular": "^18.2.12",
@@ -73,15 +73,15 @@
7373
"@types/jasmine": "~5.1.4",
7474
"@types/lodash-es": "^4.17.12",
7575
"@vality/cspell-config": "^8.0.1-pr-57-482a037.0",
76-
"@vality/eslint-config-ng": "18.0.1-pr-63-e72dd8e.0",
76+
"@vality/eslint-config-ng": "18.1.0",
7777
"@vality/prettier-config": "3.1.1-b428289.0",
7878
"concurrently": "^9.1.0",
7979
"cross-env": "^7.0.3",
8080
"cspell": "^8.3.2",
8181
"dotenv": "^16.0.3",
8282
"eslint": "^8.57.0",
8383
"glob": "^11.0.0",
84-
"jasmine-core": "~5.1.1",
84+
"jasmine-core": "~5.5.0",
8585
"jasmine-marbles": "0.9.2",
8686
"karma": "~6.4.0",
8787
"karma-chrome-launcher": "~3.2.0",
@@ -91,6 +91,6 @@
9191
"prettier": "^3.1.1",
9292
"ts-mockito": "^2.6.1",
9393
"ts-node": "^10.9.1",
94-
"typescript": "~5.4.5"
94+
"typescript": "~5.7.0"
9595
}
9696
}

0 commit comments

Comments
 (0)