Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ _site/
.jekyll-metadata
vendor
.cfn_guard_out/
.trivy_out/
12 changes: 12 additions & 0 deletions .trivyignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ vulnerabilities:
- id: CVE-2026-26996
statement: minimatch vulnerability accepted as risk - dependency of various packages
expired_at: 2026-04-01
- id: CVE-2026-32141
statement: Transitive dependency vulnerability in flatted
expired_at: 2026-06-01
- id: CVE-2026-1526
statement: Transitive dependency vulnerability in undici of npm
expired_at: 2026-06-01
- id: CVE-2026-1528
statement: Transitive dependency vulnerability in undici of npm
expired_at: 2026-06-01
- id: CVE-2026-2229
statement: Transitive dependency vulnerability in undici of npm
expired_at: 2026-06-01
847 changes: 424 additions & 423 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/checkPrescriptionStatusUpdates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@aws-lambda-powertools/commons": "^2.31.0",
"@aws-lambda-powertools/logger": "^2.31.0",
"@aws-lambda-powertools/parameters": "^2.31.0",
"@aws-sdk/client-dynamodb": "^3.994.0",
"@aws-sdk/client-dynamodb": "^3.1009.0",
"@aws-sdk/lib-dynamodb": "^3.1008.0",
"@middy/core": "^7.1.2",
"@middy/http-header-normalizer": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cpsuLambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@aws-lambda-powertools/commons": "^2.31.0",
"@aws-lambda-powertools/logger": "^2.31.0",
"@aws-sdk/client-dynamodb": "^3.994.0",
"@aws-sdk/client-dynamodb": "^3.1009.0",
"@aws-sdk/util-dynamodb": "^3.991.0",
"@middy/core": "^7.1.2",
"@middy/http-header-normalizer": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gsul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@aws-lambda-powertools/commons": "^2.31.0",
"@aws-lambda-powertools/logger": "^2.31.0",
"@aws-sdk/client-dynamodb": "^3.994.0",
"@aws-sdk/client-dynamodb": "^3.1009.0",
"@aws-sdk/lib-dynamodb": "^3.1008.0",
"@aws-sdk/util-dynamodb": "^3.991.0",
"@middy/core": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/postDatedLambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@aws-lambda-powertools/logger": "^2.30.0",
"@aws-sdk/client-dynamodb": "^3.994.0",
"@aws-sdk/client-dynamodb": "^3.1009.0",
"@aws-sdk/client-sqs": "^3.1008.0",
"@aws-sdk/util-dynamodb": "^3.991.0",
"@middy/core": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/psuRestoreValidationLambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@aws-lambda-powertools/logger": "^2.31.0",
"@aws-sdk/client-backup": "^3.1007.0",
"@aws-sdk/client-dynamodb": "^3.994.0",
"@aws-sdk/client-dynamodb": "^3.1009.0",
"@aws-sdk/lib-dynamodb": "^3.1008.0",
"@middy/input-output-logger": "^7.1.4",
"@psu-common/middyErrorHandler": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/updatePrescriptionStatus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@aws-lambda-powertools/commons": "^2.31.0",
"@aws-lambda-powertools/logger": "^2.31.0",
"@aws-sdk/client-dynamodb": "^3.994.0",
"@aws-sdk/client-dynamodb": "^3.1009.0",
"@aws-sdk/client-sqs": "^3.1008.0",
"@aws-sdk/util-dynamodb": "^3.991.0",
"@middy/core": "^7.1.2",
Expand Down
208 changes: 2 additions & 206 deletions poetry.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ requests = "^2.32.5"
argparse = "^1.4.0"
pre-commit = "^4.5.1"
pytest = "^9.0.2"
pyjwt = {extras = ["crypto"], version = "^2.11.0"}

[tool.poetry.scripts]

Expand Down
Loading