Skip to content

Commit ac39988

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/aws-cdk-lib-2.227.0
2 parents 64474df + 966aecc commit ac39988

File tree

12 files changed

+611
-93
lines changed

12 files changed

+611
-93
lines changed

.github/workflows/run_regression_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
GITHUB-TOKEN: ${{ steps.generate-token.outputs.token }}
7474
run: |
7575
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
76-
REGRESSION_TEST_REPO_TAG="v3.4.35" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
77-
REGRESSION_TEST_WORKFLOW_TAG="v3.4.24" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
76+
REGRESSION_TEST_REPO_TAG="v3.5.10" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
77+
REGRESSION_TEST_WORKFLOW_TAG="v3.5.10" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
7878
7979
if [[ -z "$REGRESSION_TEST_REPO_TAG" || -z "$REGRESSION_TEST_WORKFLOW_TAG" ]]; then
8080
echo "Error: One or both tag variables are not set" >&2

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@jest/globals": "^30.1.1",
4545
"@types/jest": "^30.0.0",
4646
"@types/node": "^24.10.1",
47-
"@typescript-eslint/eslint-plugin": "^8.46.1",
48-
"@typescript-eslint/parser": "^8.46.1",
47+
"@typescript-eslint/eslint-plugin": "^8.48.0",
48+
"@typescript-eslint/parser": "^8.47.0",
4949
"aws-sdk-client-mock": "^4.1.0",
5050
"eslint": "^9.39.1",
5151
"eslint-config-prettier": "^10.1.8",
@@ -60,7 +60,7 @@
6060
"ts-jest": "^29.4.5",
6161
"ts-node": "^10.9.2",
6262
"typescript": "^5.9.3",
63-
"typescript-eslint": "^8.46.4"
63+
"typescript-eslint": "^8.47.0"
6464
},
6565
"dependencies": {
6666
"conventional-changelog-eslint": "^6.0.0",

packages/CIS2SignOutLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"aws-lambda": "^1.0.7"
2626
},
2727
"devDependencies": {
28-
"@types/aws-lambda": "^8.10.158"
28+
"@types/aws-lambda": "^8.10.159"
2929
}
3030
}

packages/cognito/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jwks-rsa": "^3.2.0"
3030
},
3131
"devDependencies": {
32-
"@types/aws-lambda": "^8.10.158",
32+
"@types/aws-lambda": "^8.10.159",
3333
"mock-jwks": "3.2.2",
3434
"nock": "^14.0.10"
3535
}

packages/cpt-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"@vitejs/plugin-react-swc": "^4.2.2",
3939
"axios-mock-adapter": "^2.1.0",
4040
"sass": "^1.94.2",
41-
"vite": "^7.2.2"
41+
"vite": "^7.2.4"
4242
}
4343
}

packages/patientSearchLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@cpt-ui-common/testing": "^1.0.0",
31-
"@types/aws-lambda": "^8.10.158",
31+
"@types/aws-lambda": "^8.10.159",
3232
"@types/fhir": "^0.0.41"
3333
}
3434
}

packages/prescriptionDetailsLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"jwks-rsa": "^3.1.0"
3333
},
3434
"devDependencies": {
35-
"@types/aws-lambda": "^8.10.158",
35+
"@types/aws-lambda": "^8.10.159",
3636
"@types/fhir": "^0.0.41",
3737
"axios-mock-adapter": "^2.0.0",
3838
"mock-jwks": "^3.2.2",

packages/prescriptionListLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@cpt-ui-common/common-types": "^1.0.0",
31-
"@types/aws-lambda": "^8.10.158",
31+
"@types/aws-lambda": "^8.10.159",
3232
"@types/fhir": "^0.0.41",
3333
"fhir": "^4.12.0",
3434
"nock": "^14.0.10"

packages/selectedRoleLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"aws-lambda": "^1.0.7"
2626
},
2727
"devDependencies": {
28-
"@types/aws-lambda": "^8.10.158"
28+
"@types/aws-lambda": "^8.10.159"
2929
}
3030
}

0 commit comments

Comments
 (0)