Skip to content

Commit 59db812

Browse files
committed
fix: cdk/package.json & cdk/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AWSCDKLIB-8647962
1 parent d3f1d39 commit 59db812

File tree

2 files changed

+66
-67
lines changed

2 files changed

+66
-67
lines changed

cdk/package-lock.json

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

cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"typescript": "^5.5.3"
2323
},
2424
"dependencies": {
25-
"aws-cdk-lib": "^2.148.0",
25+
"aws-cdk-lib": "^2.177.0",
2626
"constructs": "^10.4.2",
2727
"source-map-support": "^0.5.21"
2828
}

0 commit comments

Comments
 (0)