Skip to content

Commit

Permalink
fix: cdk/package.json & cdk/package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AWSCDKLIB-8647962
  • Loading branch information
snyk-bot committed Jan 31, 2025
1 parent d3f1d39 commit 59db812
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 67 deletions.
131 changes: 65 additions & 66 deletions cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "^5.5.3"
},
"dependencies": {
"aws-cdk-lib": "^2.148.0",
"aws-cdk-lib": "^2.177.0",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21"
}
Expand Down

0 comments on commit 59db812

Please sign in to comment.