Skip to content

Commit 5bcf5a8

Browse files
ADMS: vuln minor upgrades — 10 packages (minor: 2 · patch: 8) [web-backend/infra]
1 parent ef26865 commit 5bcf5a8

2 files changed

Lines changed: 86 additions & 50 deletions

File tree

web-backend/infra/aws/package-lock.json

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

web-backend/infra/aws/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,23 @@
2424
"aws-cdk-lib": "2.234.1",
2525
"constructs": "^10.4.4",
2626
"datadog-cdk-constructs-v2": "^3.6.0"
27+
},
28+
"overrides": {
29+
"aws-cdk-lib": {
30+
"ajv": "^8.20.0",
31+
"brace-expansion": "^1.1.15",
32+
"fast-uri": "^3.1.2",
33+
"yaml": "^1.10.3"
34+
},
35+
"jest": {
36+
"glob": "^10.5.0",
37+
"minimatch": "^9.0.9"
38+
},
39+
"test-exclude": {
40+
"brace-expansion": "^1.1.15"
41+
},
42+
"jest-util": {
43+
"picomatch": "^4.0.4"
44+
}
2745
}
2846
}

0 commit comments

Comments
 (0)