Skip to content

Commit

Permalink
Update Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 5b0037c commit 91e576e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v4
- uses: valitydev/action-mattermost-notify@v0.1.4
- uses: valitydev/action-mattermost-notify@v0.1.6
with:
webhook: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
channel: 'frontend'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginx:1.21
FROM nginx:1.27
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/vhosts.d/dashboard.conf
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"apexcharts": "^3.19.2",
"humanize-duration": "^3.19.0",
"jwt-decode": "^3.1.2",
"keycloak-angular": "16.0.1",
"keycloak-angular": "16.1.0",
"keycloak-js": "^18.0.1",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"ng-apexcharts": "1.7.1",
"ng-apexcharts": "1.15.0",
"ng-flex-layout": "^18.2.9",
"rxjs": "^7.8.1",
"short-uuid": "^5.2.0",
"tslib": "^2.4.0",
"utility-types": "^3.10.0",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
Expand All @@ -73,15 +73,15 @@
"@types/jasmine": "~5.1.4",
"@types/lodash-es": "^4.17.12",
"@vality/cspell-config": "^8.0.1-pr-57-482a037.0",
"@vality/eslint-config-ng": "18.0.1-pr-63-e72dd8e.0",
"@vality/eslint-config-ng": "18.1.0",
"@vality/prettier-config": "3.1.0",
"concurrently": "^9.1.0",
"cross-env": "^7.0.3",
"cspell": "^8.3.2",
"dotenv": "^16.0.3",
"eslint": "^8.57.0",
"glob": "^11.0.0",
"jasmine-core": "~5.1.1",
"jasmine-core": "~5.5.0",
"jasmine-marbles": "0.9.2",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand All @@ -91,6 +91,6 @@
"prettier": "^3.1.1",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"typescript": "~5.4.5"
"typescript": "~5.7.0"
}
}

0 comments on commit 91e576e

Please sign in to comment.