Skip to content

Commit 2040193

Browse files
authored
Merge branch 'main' into dependabot/pip/boto3-1.40.39
2 parents 51abc32 + de074f4 commit 2040193

File tree

7 files changed

+87
-85
lines changed

7 files changed

+87
-85
lines changed

.gitallowed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ client = WebClient\(token=token\)
3232
client = WebClient\(token=slack_event_data\["bot_token"\]\)
3333
context accountId=123456789012
3434
.*:sample_docs/.*
35+
token = get_bot_token\(\)

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
quality_checks:
12-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].1
12+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].3
1313
secrets:
1414
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
quality_checks:
12-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].1
12+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].3
1313
secrets:
1414
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
quality_checks:
11-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].1
11+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].3
1212
secrets:
1313
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1414

package-lock.json

Lines changed: 77 additions & 76 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
@@ -22,14 +22,14 @@
2222
"@types/aws-lambda": "^8.10.152",
2323
"@types/jest": "^30.0.0",
2424
"@types/node": "^24.5.2",
25-
"@typescript-eslint/eslint-plugin": "^8.44.0",
26-
"@typescript-eslint/parser": "^8.44.0",
25+
"@typescript-eslint/eslint-plugin": "^8.44.1",
26+
"@typescript-eslint/parser": "^8.44.1",
2727
"eslint": "^9.36.0",
2828
"eslint-plugin-import-newlines": "^1.4.0",
2929
"jest": "^30.1.3",
3030
"jest-junit": "^16.0.0",
3131
"license-checker": "^25.0.1",
32-
"semantic-release": "^24.2.8",
32+
"semantic-release": "^24.2.9",
3333
"ts-jest": "^29.4.4",
3434
"ts-node": "^10.9.2",
3535
"typescript": "^5.9.2"

packages/cdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"@aws-cdk/aws-lambda-python-alpha": "^2.205.0-alpha.0",
1414
"@cdklabs/generative-ai-cdk-constructs": "^0.1.309",
15-
"aws-cdk-lib": "^2.215.0",
16-
"cdk-nag": "^2.37.31",
15+
"aws-cdk-lib": "^2.217.0",
16+
"cdk-nag": "^2.37.38",
1717
"constructs": "^10.4.2",
1818
"source-map-support": "^0.5.21"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^24.5.2",
22-
"aws-cdk": "^2.1029.2"
22+
"aws-cdk": "^2.1029.3"
2323
}
2424
}

0 commit comments

Comments
 (0)