diff --git a/.github/actions/backend-deploy/action.yml b/.github/actions/backend-deploy/action.yml index 7c9e468a..1cfcddf1 100644 --- a/.github/actions/backend-deploy/action.yml +++ b/.github/actions/backend-deploy/action.yml @@ -43,7 +43,7 @@ runs: # creds: ${{ env.AZURE_CREDENTIALS }} - name: "Docker Login" - uses: azure/docker-login@v1 + uses: azure/docker-login@v2 with: login-server: ${{ env.DOCKER_REGISTRY_SERVER }} username: ${{ env.DOCKER_REGISTRY_USERNAME }} @@ -55,7 +55,7 @@ runs: with: dotnet-version: ${{ env.DOTNET_VERSION }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 if: ${{ !inputs.skip_setup }} id: nuget-cache with: @@ -96,7 +96,7 @@ runs: images: ${{ env.DOCKER_REGISTRY_SERVER }}/${{ inputs.docker_image_name }}:${{ env.INFORMATIONAL_VERSION }} - name: "Create or update deploy results PR comment" - uses: im-open/update-pr-comment@v1.1.3 + uses: im-open/update-pr-comment@v1.2.2 if: ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }} with: github-token: ${{ env.GH_TOKEN }} diff --git a/.github/actions/frontend-deploy/action.yml b/.github/actions/frontend-deploy/action.yml index 0a7f617b..82d6ac5f 100644 --- a/.github/actions/frontend-deploy/action.yml +++ b/.github/actions/frontend-deploy/action.yml @@ -16,7 +16,7 @@ runs: using: "composite" steps: - name: "Docker Login" - uses: azure/docker-login@v1 + uses: azure/docker-login@v2 with: login-server: ${{ env.DOCKER_REGISTRY_SERVER }} username: ${{ env.DOCKER_REGISTRY_USERNAME }} @@ -32,7 +32,7 @@ runs: docker push ${{ env.DOCKER_REGISTRY_SERVER }}/${{ inputs.docker_image_name }}:latest - name: "Create or update deploy results PR comment" - uses: im-open/update-pr-comment@v1.1.3 + uses: im-open/update-pr-comment@v1.2.2 if: ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }} with: github-token: ${{ env.GH_TOKEN }} diff --git a/.github/workflows/deploy-cd.yml b/.github/workflows/deploy-cd.yml index 6618a7f9..29d22845 100644 --- a/.github/workflows/deploy-cd.yml +++ b/.github/workflows/deploy-cd.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: Get version - uses: reecetech/version-increment@2024.4.4 + uses: reecetech/version-increment@2024.9.2 id: version with: scheme: semver diff --git a/.github/workflows/promotion-pull-request.yml b/.github/workflows/promotion-pull-request.yml index 6ae96af3..60a1548e 100644 --- a/.github/workflows/promotion-pull-request.yml +++ b/.github/workflows/promotion-pull-request.yml @@ -59,7 +59,7 @@ jobs: - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 if: ${{ steps.check.outputs.skip == 'false' && steps.check.outputs.has_diff == 'true' }} with: token: ${{ secrets.WORKFLOW_TOKEN }} @@ -125,7 +125,7 @@ jobs: - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 if: ${{ steps.check.outputs.skip == 'false' && steps.check.outputs.has_diff == 'true' }} with: token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 4c69d572..e5568b7a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # used by GitVersion to find the most recent tag outside of this branch - name: Get version - uses: reecetech/version-increment@2024.4.4 + uses: reecetech/version-increment@2024.9.2 id: version with: scheme: semver diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index f83485e3..c202b8fe 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -39,7 +39,7 @@ jobs: fi - name: Get next version - uses: reecetech/version-increment@2024.4.4 + uses: reecetech/version-increment@2024.9.2 id: version if: ${{ steps.check-changes.outputs.has_diff == 'true' }} with: diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index d02ddd97..6e1b3383 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -49,7 +49,7 @@ "openapi-types": "^12.1.3", "orval": "^7.1.0", "prettier": "^3.3.2", - "typescript": "^5.2.2", + "typescript": "^5.6.3", "typescript-eslint": "^8.8.1", "vite": "^5.4.7", "vite-plugin-mkcert": "^1.17.5", @@ -10220,11 +10220,10 @@ } }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/src/frontend/package.json b/src/frontend/package.json index ae51dbf1..dbff47c1 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -58,7 +58,7 @@ "openapi-types": "^12.1.3", "orval": "^7.1.0", "prettier": "^3.3.2", - "typescript": "^5.2.2", + "typescript": "^5.6.3", "typescript-eslint": "^8.8.1", "vite": "^5.4.7", "vite-plugin-mkcert": "^1.17.5", diff --git a/tests/playwright/package-lock.json b/tests/playwright/package-lock.json index 2ba8b1b5..3dd6993e 100644 --- a/tests/playwright/package-lock.json +++ b/tests/playwright/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@cspell/eslint-plugin": "^8.9.1", "@eslint/js": "8.57.0", - "@playwright/test": "^1.47.1", + "@playwright/test": "^1.48.0", "@types/node": "^22.7.5", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.2.0", @@ -28,7 +28,7 @@ "eslint-ts-patch": "^8.57.0-0", "globals": "^15.11.0", "prettier": "^3.2.5", - "typescript": "^5.4.5", + "typescript": "^5.6.3", "typescript-eslint": "^7.8.0" } }, @@ -778,12 +778,12 @@ } }, "node_modules/@playwright/test": { - "version": "1.47.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.1.tgz", - "integrity": "sha512-dbWpcNQZ5nj16m+A5UNScYx7HX5trIy7g4phrcitn+Nk83S32EBX/CLU4hiF4RGKX/yRc93AAqtfaXB7JWBd4Q==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.0.tgz", + "integrity": "sha512-W5lhqPUVPqhtc/ySvZI5Q8X2ztBOUgZ8LbAFy0JQgrXZs2xaILrUcNO3rQjwbLPfGK13+rZsDa1FpG+tqYkT5w==", "dev": true, "dependencies": { - "playwright": "1.47.1" + "playwright": "1.48.0" }, "bin": { "playwright": "cli.js" @@ -3750,12 +3750,12 @@ } }, "node_modules/playwright": { - "version": "1.47.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.1.tgz", - "integrity": "sha512-SUEKi6947IqYbKxRiqnbUobVZY4bF1uu+ZnZNJX9DfU1tlf2UhWfvVjLf01pQx9URsOr18bFVUKXmanYWhbfkw==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz", + "integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==", "dev": true, "dependencies": { - "playwright-core": "1.47.1" + "playwright-core": "1.48.0" }, "bin": { "playwright": "cli.js" @@ -3768,9 +3768,9 @@ } }, "node_modules/playwright-core": { - "version": "1.47.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.1.tgz", - "integrity": "sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz", + "integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==", "dev": true, "bin": { "playwright-core": "cli.js" @@ -4412,11 +4412,10 @@ } }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/tests/playwright/package.json b/tests/playwright/package.json index a70f0a96..e2327ae9 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@cspell/eslint-plugin": "^8.9.1", "@eslint/js": "8.57.0", - "@playwright/test": "^1.47.1", + "@playwright/test": "^1.48.0", "@types/node": "^22.7.5", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.2.0", @@ -36,7 +36,7 @@ "eslint-ts-patch": "^8.57.0-0", "globals": "^15.11.0", "prettier": "^3.2.5", - "typescript": "^5.4.5", + "typescript": "^5.6.3", "typescript-eslint": "^7.8.0" } }