Skip to content

Commit d9bd199

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/vitest-4.0.13
2 parents b4a06f1 + 14602a4 commit d9bd199

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
4545
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
4646
quality_checks:
47-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
47+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
4848
needs: [get_asdf_version, get_commit_id]
4949
with:
5050
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pr_title_format_check:
3535
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
3636
quality_checks:
37-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
37+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
3838
needs: [get_asdf_version, get_commit_id]
3939
with:
4040
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
4646
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
4747
quality_checks:
48-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
48+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
4949
needs: [get_asdf_version, get_commit_id]
5050
with:
5151
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^24.10.1",
2323
"@typescript-eslint/eslint-plugin": "^8.47.0",
2424
"@typescript-eslint/parser": "^8.46.1",
25-
"@vitest/coverage-v8": "^4.0.12",
25+
"@vitest/coverage-v8": "^4.0.13",
2626
"eslint": "^9.39.1",
2727
"eslint-plugin-import-newlines": "^1.4.0",
2828
"jest": "^30.2.0",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"aws-cdk": "^2.1033.0",
38-
"aws-cdk-lib": "^2.227.0",
38+
"aws-cdk-lib": "^2.228.0",
3939
"cdk-nag": "^2.37.52",
4040
"constructs": "^10.4.3",
4141
"esbuild": "^0.27.0"

packages/cdkConstructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "module",
2222
"dependencies": {
2323
"aws-cdk": "^2.1033.0",
24-
"aws-cdk-lib": "^2.227.0",
24+
"aws-cdk-lib": "^2.228.0",
2525
"cdk-nag": "^2.37.52",
2626
"constructs": "^10.4.3"
2727
},

0 commit comments

Comments
 (0)